Commit Graph

  • 767cd270d1
    Fix UB in GenericMemoryAllocator::deallocate marc0246 2024-10-07 16:01:06 +0200
  • 1bf38153d3
    fmt marc0246 2024-10-05 21:48:37 +0200
  • 88e66d59d7
    Update dependencies marc0246 2024-10-05 19:55:15 +0200
  • 9033311653
    Use Ash builders for Vulkan struct construction + refactor (#2525) Rua 2024-10-02 15:15:08 +0200
  • 1901e8f3df
    Fix vulkano-taskgraph marc0246 2024-10-02 15:00:40 +0200
  • 17fe164fbe Workaround for Ash bug Rua 2024-10-02 14:08:57 +0200
  • 853a13e16a Merge branch 'master' of https://github.com/vulkano-rs/vulkano into ash-builders Rua 2024-10-02 13:55:46 +0200
  • 43e8467ee5 Use pointer for from_qnx_screen Rua 2024-10-02 13:45:20 +0200
  • 98e109a8ce
    Update and fix game of life example using winit 0.30 let 2024-09-29 13:41:47 +0200
  • 2532600318
    Make most examples work with deprecated methods let 2024-09-29 10:30:26 +0200
  • 296ff5df62
    update triangle example to winit 0.30 let 2024-09-29 10:17:24 +0200
  • 606329d255
    Update Winit to 0.30 for vulkano-util let 2024-09-28 12:28:46 +0200
  • e74ea4de0c fix invalid pointers ComfyFluffy 2024-09-26 00:02:31 +0800
  • 2752e20d79 Refactor vulkano-shaders Mai 2024-09-25 15:02:24 +0300
  • bad11eef71
    Task graph [5/10]: the new command buffer (#2567) marc0246 2024-09-20 13:30:36 +0200
  • d674f06a76
    Task graph [5/10]: the new command buffer marc0246 2024-09-12 19:55:35 +0200
  • 075e9812d8 Add lang option to vulkano_shaders::shader! and update documentation Mai 2024-09-15 19:15:18 +0300
  • d89e5cf608
    Mark generated files (#2542) Viktor Szépe 2024-09-12 10:45:11 +0200
  • 87446b48f6 Merge branch 'master' of https://github.com/vulkano-rs/vulkano into ash-builders Rua 2024-09-12 10:44:28 +0200
  • 4197d15fd0
    #2563 changelog Rua 2024-09-12 10:27:27 +0200
  • f508cab5da
    Use the now-stabilized pointer_bytes_offsets instead of what is technically UB and clean up the BufferContents derive macro expansion (#2563) marc0246 2024-09-12 10:27:00 +0200
  • a0b909fd8b
    #2561 changelog marc0246 2024-09-11 18:08:00 +0200
  • 0af3fb3cb3
    Use raw-window-metal to get a CAMetalLayer from raw-window-handle (#2561) Mads Marquart 2024-09-11 18:03:54 +0200
  • db4657d0f0
    See if 0 (but not None) timeout would solve crash (#2543) Okko Hakola 2024-09-11 18:23:13 +0300
  • 5e8b57a791 Use raw-window-metal to get a CAMetalLayer from raw-window-handle Mads Marquart 2024-09-08 04:44:14 +0200
  • 38b9aff8a8
    #2560, #2562 changelog Rua 2024-09-11 17:03:39 +0200
  • e8ddaef0e3
    Add PhysicalDevice::presentation_support (#2562) marc0246 2024-09-11 17:02:27 +0200
  • 74f890e512
    Add PhysicalDevice::presentation_support marc0246 2024-09-08 12:58:20 +0200
  • 79c30fd1a8
    Task graph [4/10]: compilation (#2560) marc0246 2024-09-11 15:59:18 +0200
  • 8c02ef119b
    Task graph [4/10]: compilation marc0246 2024-08-25 02:13:57 +0200
  • ecb5b5ccb1 ray tracing pipeline ComfyFluffy 2024-08-01 13:56:11 +0800
  • 405baa2b44
    Use the now-stabilized pointer_bytes_offsets instead of technical UB marc0246 2024-09-09 01:26:14 +0200
  • 5e60420703
    Clean up BufferContents derive expansion marc0246 2024-09-09 01:02:59 +0200
  • cd4603b3cc
    Fix rust-analyzer choking on &&[u32] in shader macro expansion marc0246 2024-08-26 20:34:19 +0200
  • b2a93d391d
    #2556 changelog marc0246 2024-08-15 08:05:41 +0200
  • 817b52cee5
    Fix off-by-one error in SubpassDescription::validate (#2556) Mai 2024-08-14 08:16:10 +0300
  • dd7b99fb4c use view_count instead of highest_view_index Mai 2024-08-13 21:50:30 +0300
  • d02165a28c
    doc: add device feature requirement to RecordingCommandBuffer::begin_rendering (#2557) Mai 2024-08-13 21:03:21 +0300
  • 21fab534e3 doc: add device feature requirement to RecordingCommandBuffer::begin_rendering Mai 2024-08-13 18:16:43 +0300
  • 3580a0c0d9 fix: off-by-one error in SubpassDescription::validate Mai 2024-08-13 17:53:36 +0300
  • 2aafcf9a3d
    add attributes to Validated methods (#2555) Mai 2024-08-08 16:00:57 +0300
  • 159b2ab1df add attributes to Validated methods Mai 2024-08-08 15:52:36 +0300
  • 45ff753e77
    #2552 changelog Rua 2024-08-03 19:24:41 +0200
  • 795b573e3f
    fix non-default image view usage being ignored (#2552) Firestar99 2024-08-03 19:23:19 +0200
  • b8dc765b94 fix non-default image view usage being ignored Firestar99 2024-08-03 14:23:11 +0200
  • c8fb6a16c2
    Add steel to projects using vulkano. (#2551) SSSxCCC 2024-07-28 18:47:40 +0800
  • 2f238acdf2
    Add steel to projects using vulkano. SSSxCCC 2024-07-28 18:41:43 +0800
  • 5782c1a2a6
    Task graph [3/10]: execution (#2548) marc0246 2024-07-28 11:35:58 +0200
  • d389df7590
    Add steel to projects using vulkano. SSSxCCC 2024-07-28 16:55:55 +0800
  • a5f535b954
    Task graph [3/10]: execution marc0246 2024-07-21 00:52:27 +0200
  • ad62bf233c
    Fix latest clippy warnings marc0246 2024-07-25 20:39:57 +0200
  • 8ca2bf7868
    #2545 changelog Rua 2024-07-21 13:15:47 +0200
  • e6e4bc6a26
    Task graph [2/10]: the task graph data structure (#2545) marc0246 2024-07-21 13:14:55 +0200
  • 0407563320
    Task graph [2/10]: the task graph data structure marc0246 2024-07-09 15:24:56 +0200
  • d9515645a2 Try 1 sec timeout Okko Hakola 2024-07-18 14:57:06 +0300
  • 48566ae108
    #2540 changelog Rua 2024-07-09 12:41:20 +0200
  • 796cb35acd
    Task graph [1/10]: resource synchronization state tracking (#2540) marc0246 2024-07-09 12:40:15 +0200
  • 6e3e459761
    Task graph [1/10]: resource synchronization state tracking marc0246 2024-07-08 00:07:36 +0200
  • 5970586f87 See if 0 (but not None) timeout would solve crash Okko Hakola 2024-07-03 14:40:21 +0300
  • 384ebe69ed Merge branch 'master' of https://github.com/vulkano-rs/vulkano into ash-builders Rua 2024-07-02 19:12:44 +0200
  • 5b466bf143
    #2515 changelog Rua 2024-07-02 18:31:15 +0200
  • 7841628003
    Bindless Descriptor fixes and optimizations (#2515) Firestar99 2024-07-02 18:29:46 +0200
  • 252329cbf3
    vulkano-util: do not pull the default winit features (#2533) grego 2024-06-30 15:23:19 +0200
  • 07736487d6
    Fix typos and introduce a workflow (#2537) Viktor Szépe 2024-06-30 13:19:35 +0200
  • 93746eceb3 fix typos config Viktor Szépe 2024-06-30 11:01:57 +0000
  • bfcfb95685
    Update .typos.toml Viktor Szépe 2024-06-30 12:25:16 +0200
  • b1e0687e42
    Mark generated files Viktor Szépe 2024-06-30 12:20:21 +0200
  • fced3e2090 Revert vk.xml Viktor Szépe 2024-06-30 10:15:30 +0000
  • e949e35f91
    Allow memory interface blocks to have offset decorations on first member (#2535) Chay Nabors 2024-06-30 02:57:46 -0700
  • 0146ce9d93
    Merge branch 'master' into winit_features Rua 2024-06-30 11:55:43 +0200
  • b3284ac659 added QueueFamilyIndex Firestar99 2024-06-29 15:04:55 +0200
  • d61b399595 resource error reporting uses correct cmd name, like previously Firestar99 2024-06-29 12:09:50 +0200
  • 51c12b907d fix clippy lints Firestar99 2024-06-28 12:02:43 +0200
  • edf5e1ecdc deduplicate deferred DescriptorSetStates Firestar99 2024-06-27 22:45:34 +0200
  • 074b0dae2a don't accumulate empty direct arrays Firestar99 2024-06-27 22:21:58 +0200
  • 7e59f5a3b2 merging with unassigned pipelines Firestar99 2024-06-27 22:17:07 +0200
  • 9bf10b7f1e add debug derives Firestar99 2024-06-27 22:16:49 +0200
  • 4caf6a82b6 merge CommandInfos before adding resources Firestar99 2024-06-27 23:17:15 +0200
  • b25064cd09 pipe UsedResources through AutoSyncState Firestar99 2024-06-27 19:14:37 +0200
  • 009b5fb118 add deferred UsedResources to collect resources in descriptor sets later Firestar99 2024-06-27 23:15:35 +0200
  • f7111066bb Fix typos and introduce a workflow Viktor Szépe 2024-06-22 15:35:01 +0000
  • 582a2466f3
    Fix latest clippy warnings marc0246 2024-06-20 20:27:18 +0200
  • e3337333a0 allow descriptor bindings with update_after_bind or partially_bound to be unbound on recording a draw/dispatch command Firestar99 2024-05-02 16:37:27 +0200
  • 2a33769003 make InvalidateDescriptorSet pub Firestar99 2024-05-20 13:33:19 +0200
  • bee2fe1b8b add DescriptorSet::invalidate() Firestar99 2024-04-14 16:17:48 +0200
  • 6ecce6d642 descriptor updates with no writes or copies return early Firestar99 2024-04-10 12:49:27 +0200
  • 46df765d48 more SmallVec use in DescriptorPool, to improve variable descriptor count allocation Firestar99 2024-04-09 12:15:48 +0200
  • b9f3e89300
    #2514 changelog, group additions Rua 2024-06-07 12:08:06 +0200
  • 64f3b1e7bc
    add memoryMapPlaced and memoryMapRangePlaced features of VK_EXT_map_memory_placed extension (#2514) Martin Charles 2024-06-07 05:00:16 -0500
  • 6b19a66e1d
    Merge branch 'master' into martin/placed-memory-ext marc0246 2024-06-04 17:00:11 +0200
  • 978c922e1b
    Fix latest clippy warning marc0246 2024-06-01 15:42:17 +0200
  • 48f2920f1a
    Incorporate latest spec updates marc0246 2024-06-01 15:36:43 +0200
  • eb41b5ebab Allow memory interface blocks to have offset decorations on first member Chay Nabors 2024-05-30 23:08:24 -0700
  • 13e7f600e2 vulkano-util: do not pull the default winit features Maroš Grego 2024-05-29 17:09:14 +0200
  • 42e4d0b7c3
    Fix shaderc dependency version marc0246 2024-05-05 22:17:47 +0200
  • c62ce0b90e remove comment martin 2024-05-04 00:02:57 -0500
  • 8b70476f08 initial attempt martin 2024-05-03 23:59:21 -0500
  • 938be96597 change from to build martin 2024-05-03 22:40:38 -0500
  • 89fca30300 Use Ash builders for Vulkan struct construction + refactor Rua 2024-04-25 13:03:37 +0200
  • c03e2b926c
    #2519 changelog Rua 2024-04-19 13:55:23 +0200