mesa/src/microsoft/vulkan
Jesse Natalie 35a789dbb7 dzn: Only bind descriptor sets up to the used amount of the current layout
Prevents setting a root SRV into a slot that's not declared as an SRV
in the root signature if a set is bound into a higher slot from a previous
draw/dispatch op.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21913>
2023-03-23 21:48:44 +00:00
..
dzn_abi_helper.h dzn: Upgrade baseline from ID3D12Device2 to 4 2022-11-17 00:13:33 +00:00
dzn_cmd_buffer.c dzn: Only bind descriptor sets up to the used amount of the current layout 2023-03-23 21:48:44 +00:00
dzn_descriptor_set.c dzn: Add a binding classification in the pipeline layout remapping 2023-03-23 21:48:44 +00:00
dzn_device.c dzn: Add initial bindless infrastructure 2023-03-23 21:48:44 +00:00
dzn_dxcore.cpp dzn: Use common physical device list/enumeration helpers 2023-01-24 17:22:25 +00:00
dzn_dxgi.c dzn: Use common physical device list/enumeration helpers 2023-01-24 17:22:25 +00:00
dzn_dxgi.h dzn: Move DXGI code to a separate file and only build it on Windows 2022-07-06 12:18:55 +00:00
dzn_image.c dzn: Add initial bindless infrastructure 2023-03-23 21:48:44 +00:00
dzn_meta.c d3d12: Don't clear d3d12_shader_key 2023-02-13 22:57:03 +00:00
dzn_nir.c dzn: Rework meta blit VS 2023-01-20 00:35:59 +00:00
dzn_nir.h dzn: Fix triangle-fan emulation 2022-06-15 00:10:42 +00:00
dzn_physical_device_enum.h dzn: Use common physical device list/enumeration helpers 2023-01-24 17:22:25 +00:00
dzn_pipeline.c dzn: Allocate descriptor sets in buffers for bindless mode 2023-03-23 21:48:44 +00:00
dzn_private.h dzn: Add a binding classification in the pipeline layout remapping 2023-03-23 21:48:44 +00:00
dzn_query.c dzn: Create all buffers in COMMON state 2023-01-04 18:20:26 +00:00
dzn_sync.c dzn: Add an eventfd sync implementation 2022-07-06 12:18:55 +00:00
dzn_util.c dzn: Upgrade baseline from ID3D12Device2 to 4 2022-11-17 00:13:33 +00:00
dzn_wsi.c vulkan/wsi: switch to using an options struct for last param 2023-02-27 13:21:21 +00:00
meson.build meson: replace vk_wsi_args with dependencies to let meson take care of transitivity 2023-02-23 09:42:46 +00:00