mesa/src/amd
Samuel Pitoiset e4a1bc70dd radv: bind the non-dynamic graphics state from the pipeline unconditionally
The following sequence is valid (although weird) but many other drivers
(including RADV) were broken:
    - bind pipeline with some static state
    - set state command for that static state (to a bad value)
    - bind the same pipeline again
    - draw

Fixes new dEQP-VK.dynamic_state.*.double_static_bind.

Cc: mesa-stable
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25954>
2023-11-01 09:44:13 +00:00
..
addrlib amd/common: update addrlib for gfx11.5 2023-10-20 07:32:34 +00:00
ci radv/ci: enable RADV_DEBUG=nomeshshader for vkcts-navi31-valve 2023-11-01 08:50:06 +01:00
common ac/debug: add a helper to print GPUVM fault protection status 2023-10-30 08:10:22 +00:00
compiler aco: remove dead code in nir_intrinsic_xfb_counter_{add,sub}_amd 2023-10-30 08:51:51 +00:00
drm-shim amd: rename GFX110x to NAVI31-33 2023-09-30 23:08:47 +00:00
llvm ac/nir: remove dead code in nir_intrinsic_xfb_counter_{add,sub}_amd 2023-10-30 08:51:51 +00:00
registers ac/registers: allow to parse GCVM_L2_PROTECTION_FAULT_STATUS 2023-10-30 08:10:22 +00:00
vulkan radv: bind the non-dynamic graphics state from the pipeline unconditionally 2023-11-01 09:44:13 +00:00
meson.build meson: build radeonsi with aco 2023-05-15 02:01:10 +00:00