mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 12:30:09 +01:00
This change moves the SRVs associated with read-only SSBOs to be emitted before any other UAV. We do this because the validator expects resources to be emitted in a specific order, as noted by `emit_module`. Previously, we emitted SSBOs as SRVs (read-only) or UAVs (read-write) after other UAVs. Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10514> |
||
|---|---|---|
| .. | ||
| clc | ||
| compiler | ||
| resource_state_manager | ||
| spirv_to_dxil | ||
| meson.build | ||