Commit Graph

  • 7c9d11e106 Rewrite VertexDefinition Rua 2024-03-04 17:39:23 +0100
  • 2981ca5d46 Add support for the ext_host_query_reset extension Rua 2024-03-04 17:28:58 +0100
  • 0375be7924
    #2481 changelog Rua 2024-03-04 17:25:17 +0100
  • 6a5aed496e
    Rename Features, Properties to DeviceFeatures, DeviceProperties (#2481) Rua 2024-03-04 17:24:29 +0100
  • 5c422ece00 Merge branch 'master' of https://github.com/vulkano-rs/vulkano into device-features-properties Rua 2024-03-04 17:21:35 +0100
  • c16e22f431 Merge Rua 2024-03-04 17:18:02 +0100
  • ec05e55c68 Remove useless parse prefix Stefnotch 2024-03-04 10:19:45 +0100
  • aeb7a3ada5
    #2460 Changelog Austin Johnson 2024-03-03 16:30:41 -0600
  • 4666a9c722
    Add runtime SPIR-V validation (#2460) Rua 2024-03-03 23:29:54 +0100
  • d1e2ca01e3 Fix clippy violation Stefnotch 2024-03-03 23:28:00 +0100
  • 598739f99a Inline parser logic for shorter code Stefnotch 2024-03-03 23:26:26 +0100
  • 666d18f4bf Parser cleanup Stefnotch 2024-03-03 23:25:17 +0100
  • ea1ed28107 Simplify parser again Stefnotch 2024-03-03 22:44:30 +0100
  • 354d2085e1 Use nom for parse_depends Stefnotch 2024-03-03 19:16:22 +0100
  • 935024b743 Sort cargo toml alphabetically Stefnotch 2024-03-03 16:33:21 +0100
  • 16973acdab
    added shader! generate_structs arg duplication error (#2485) Firestar99 2024-03-03 16:04:25 +0100
  • 667b6117ee MacroInput.generate_structs is a bool rather than an Option<bool> Firestar99 2024-03-03 15:59:14 +0100
  • 6b462de3a1 added shader! generate_structs arg duplication error Firestar99 2024-03-03 15:54:55 +0100
  • 1b7dfc9814
    shader struct name replacing (#2484) Firestar99 2024-03-03 15:47:23 +0100
  • 11fa6ee879 shader struct name replacing Firestar99 2024-03-03 15:41:09 +0100
  • 37e6120d3c
    #2482 changelog Rua 2024-03-03 15:25:08 +0100
  • 093b43e98d
    General shader improvements, specifically targeting rust-gpu (#2482) Firestar99 2024-03-03 15:22:39 +0100
  • 9127de30e9 Merge branch 'runtimespirv' of github.com:Rua/vulkano into runtimespirv Rua 2024-03-03 14:17:18 +0100
  • aa94a11311 fmt Rua 2024-02-01 17:43:59 +0100
  • afd7da7f94 Remove copyright message Rua 2024-02-01 17:16:46 +0100
  • 60cae00184 Add runtime SPIR-V validation Rua 2024-02-01 17:12:12 +0100
  • 50d82cdcde
    #2483 changelog Rua 2024-03-02 15:31:46 +0100
  • eac4faea71
    Add DepthState::reverse helper method (#2483) José Miguel Sánchez García 2024-03-02 15:30:42 +0100
  • 10fec2756c Add DepthState::reverse helper method José Miguel Sánchez García 2024-03-02 15:04:02 +0100
  • 16d884f16a
    fix clippy lints Firestar99 2024-03-02 14:59:27 +0100
  • 4c2d7c584a structs in shader interface panic with explanatory message Firestar99 2024-03-01 10:32:02 +0100
  • f7722ba937 fix mesh shaders output interface not being arrayed Firestar99 2024-02-29 22:43:41 +0100
  • d547c32c5c disallow specifying a shader type for binary shaders Firestar99 2024-02-29 19:07:25 +0100
  • 4964b0611d get rid of macro_use extern crate Firestar99 2024-02-29 18:59:33 +0100
  • d51837dc96 add generate_structs option to shader! macro, to disable struct generating Firestar99 2024-02-29 18:34:26 +0100
  • 4baa52b647 make idents that are invalid be named UnnamedX instead of panicing Firestar99 2024-02-29 18:15:50 +0100
  • b13b3487b3 added tests for a typical rust-gpu shader Firestar99 2024-02-29 18:16:20 +0100
  • a0607d8e7c added tests for codegen reflect() Firestar99 2024-02-29 17:24:36 +0100
  • b5f6e0e363 Rename Features, Properties to DeviceFeatures, DeviceProperties Rua 2024-02-28 19:12:37 +0100
  • cbe88027b8 Undo my testing changes to vk.xml (I shouldn't have committed that) Stefnotch 2024-02-27 15:52:42 +0100
  • eda99fee47 Remove unused import Stefnotch 2024-02-27 15:37:38 +0100
  • 7f5e96a5a1 Replace tag("single character") with char(...) Stefnotch 2024-02-27 15:35:56 +0100
  • df4c22c51f Remove final usage of regex Stefnotch 2024-02-27 15:30:37 +0100
  • 97c136ad29 Remove stray dbg Stefnotch 2024-02-27 15:20:40 +0100
  • 0a8e5e18aa Improve nom usage for parsing get_header_version Stefnotch 2024-02-27 15:10:03 +0100
  • 1d2dbd27a2
    #2476 changelog Rua 2024-02-27 15:00:47 +0100
  • 817436b13c
    Fix alignment checks when allocating buffers (#2476) marc0246 2024-02-27 14:59:59 +0100
  • a3457f8318 Replace regex in spriv_reqs.rs Stefnotch 2024-02-27 14:26:45 +0100
  • 79c3c08f61 Replace regex in mod.rs Stefnotch 2024-02-27 14:26:35 +0100
  • 92efb7de7d Refactor parsing logic in extensions.rs Stefnotch 2024-02-27 12:35:14 +0100
  • b6b6cd3873 Fix missing eof in format rs Stefnotch 2024-02-27 12:30:12 +0100
  • 2d9cca7431 Replace formats.rs and features.rs regex with nom Stefnotch 2024-02-27 11:47:25 +0100
  • 40163c804a vulkano-shaders: support glam as a linear algebra backend José Miguel Sánchez García 2024-02-26 21:25:23 +0100
  • 5582f2fb37
    Fix alignment checks when allocating buffers marc0246 2024-02-21 10:06:39 +0100
  • 89e75cae2d
    #2475 changelog marc0246 2024-02-21 09:31:45 +0100
  • d60677b59e
    Replace cgmath with glam in the examples (#2475) stefnotch 2024-02-21 09:30:15 +0100
  • 1b91d4e5a9
    Fix VulkanoWindowRenderer::acquire taking &Vec<T> as well marc0246 2024-02-21 09:24:50 +0100
  • 4fcb869df2
    #2473 changelog marc0246 2024-02-21 09:20:02 +0100
  • 89cf5402d0
    Fix VulkanoWindowRenderer::swapchain_image_views return type marc0246 2024-02-21 09:19:09 +0100
  • 9a35fb0221
    Make image_index and final_views accessible, and add new example. (#2473) Katt 2024-02-21 16:08:50 +0800
  • 8aaaaac667 Merge branch 'master' of https://github.com/coolcatcoder/vulkano Katt 2024-02-21 06:38:42 +0800
  • 74085ef185 Replace empty comment with an actual comment. Katt 2024-02-21 06:38:26 +0800
  • 99509a9248
    on_recreate_swapchain is now impl FnOnce instead of generics based FnMut Katt 2024-02-21 06:34:04 +0800
  • 4db3c53a8c Format the code Stefnotch 2024-02-20 19:44:06 +0100
  • 452ddb1e4c Merge branch 'feat-glam' of https://github.com/stefnotch/vulkano into feat-glam Stefnotch 2024-02-20 19:05:14 +0100
  • 0dbdb193ae Fix glam type_for_format Stefnotch 2024-02-20 19:05:05 +0100
  • 999db01c0d
    Update vulkano/autogen/formats.rs stefnotch 2024-02-20 17:58:28 +0100
  • db9ffb9733
    Update Cargo.toml stefnotch 2024-02-20 17:36:10 +0100
  • 16bf9bdab3 Remove comment where I'm freaking out because of OpenGL flashbacks Stefnotch 2024-02-20 17:06:21 +0100
  • 9a1d63aeaa Implement type_for_format! for glam Stefnotch 2024-02-20 17:05:57 +0100
  • 2c814f1531 Replace cgmath with glam in the examples Stefnotch 2024-02-20 16:45:14 +0100
  • cdcaedc4f8
    #2470 changelog marc0246 2024-02-20 14:06:32 +0100
  • 4074a91869
    Add support for querying memory requirements directly from the device (#2470) Rua 2024-02-20 14:06:07 +0100
  • 4349c8e004
    #2469 changelog marc0246 2024-02-20 14:01:03 +0100
  • 4eb8111055
    Fix unnecessarily strict validation for DRM format modifiers (#2469) Rua 2024-02-20 14:00:01 +0100
  • c90c6e87c4
    Remove windows specific dnd disable (#2474) Okko Hakola 2024-02-20 14:23:30 +0200
  • 09f1cded3b Remove windows specific dnd disable Okko Hakola 2024-02-20 14:16:38 +0200
  • d158e904f1 Rename if_recreate_swapchain to on_recreate_swapchain and update acquire() documentation. to on_recreate_swapchain Katt 2024-02-20 18:14:27 +0800
  • 4ec88bc480 Game of life example no longer creates framebuffer every frame. Katt 2024-02-20 18:06:23 +0800
  • 0357280f9c Fractal example no longer creates framebuffer every frame. Katt 2024-02-20 17:47:19 +0800
  • fe88ee702f rename final_views() to swapchain_image_views() Katt 2024-02-20 06:56:08 +0800
  • 36ce5ede13 .acquire() no longer returns image_index Katt 2024-02-20 06:44:47 +0800
  • 8a3cfa6f14 Run fmt. Katt 2024-02-19 17:52:31 +0800
  • e172a4f654 Remove unnecessary imports, and run clippy. Katt 2024-02-19 17:51:28 +0800
  • e905ba5291 Make image_index and final_views accessible, and new example. Katt 2024-02-19 17:42:05 +0800
  • ab93f0190d Add support for querying memory requirements directly from the device Rua 2024-02-17 09:39:24 +0100
  • 7b17d590a7
    #2467 changelog Rua 2024-02-15 19:56:41 +0100
  • 3bb1f125df
    Up vk version in shader compilation (#2467) maratik123 2024-02-15 21:55:56 +0300
  • 7fc3b860c6 post merge Marat Buharov 2024-02-15 21:53:34 +0300
  • 5ba9547de2 Merge remote-tracking branch 'origin/master' into patch-1 Marat Buharov 2024-02-15 21:52:04 +0300
  • 39960707e9 Fix unnecessarily strict validation for DRM format modifiers Rua 2024-02-15 19:30:02 +0100
  • ad32039ef4 Merge branch 'master' of https://github.com/vulkano-rs/vulkano into runtimespirv Rua 2024-02-15 17:34:50 +0100
  • 3959fb5135
    #2466 changelog marc0246 2024-02-15 16:48:37 +0100
  • 0fb4a7a437
    Use vkGetDeviceQueue2 on Vulkan 1.1 and above (#2466) Rua 2024-02-15 16:48:07 +0100
  • 8673aea5d0
    Fix Rust 1.76 clippy warnings (#2462) Rua 2024-02-15 16:39:02 +0100
  • a1cef61d31 simplify changes Marat Buharov 2024-02-15 03:25:24 +0300
  • 511c549e79 clippy + fmt fixes Marat Buharov 2024-02-15 01:13:44 +0300
  • 001055c549
    Update lib.rs maratik123 2024-02-15 01:04:33 +0300
  • b602a76383
    cargo +nightly fmt maratik123 2024-02-15 00:57:28 +0300
  • 30f93549c3
    Update test in codegen.rs maratik123 2024-02-15 00:47:41 +0300