From 03118273376813702f8752f41aabb9a010893955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Sat, 26 Nov 2022 12:22:26 -0500 Subject: [PATCH] st/mesa: always unbind constant buffer 0 when unbinding a shader softpipe loads from an unbound and destroyed constant buffer for some reason Acked-by: Pierre-Eric Pelloux-Prayer Part-of: --- src/mesa/state_tracker/st_atom.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mesa/state_tracker/st_atom.h b/src/mesa/state_tracker/st_atom.h index e616c0d8c4b..938a1cf88b7 100644 --- a/src/mesa/state_tracker/st_atom.h +++ b/src/mesa/state_tracker/st_atom.h @@ -168,7 +168,6 @@ enum { #define ST_ALL_SHADER_RESOURCES (ST_NEW_SAMPLER_VIEWS | \ ST_NEW_SAMPLERS | \ - ST_NEW_CONSTANTS | \ ST_NEW_UNIFORM_BUFFER | \ ST_NEW_ATOMIC_BUFFER | \ ST_NEW_STORAGE_BUFFER | \