mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
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 <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19859>
This commit is contained in:
parent
a77c687cfb
commit
0311827337
1 changed files with 0 additions and 1 deletions
|
|
@ -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 | \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue