mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-17 03:08:07 +02:00
Fixes some tests when bindless is disabled, where the image format is R32, we do atomics on it, but we didn't set the "typed UAV load with additional formats" feature bit because when we loaded from it, we only loaded one component. Since the image format on the DXIL side was declared as U32x4, the DXIL validator said that we should have. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23266> |
||
|---|---|---|
| .. | ||
| ci | ||
| clc | ||
| compiler | ||
| spirv_to_dxil | ||
| vulkan | ||
| meson.build | ||