panfrost: Make sure the shader descriptor is in sync with the GL state
authorTomeu Vizoso <tomeu.vizoso@collabora.com>
Tue, 12 Nov 2019 12:48:54 +0000 (13:48 +0100)
committerAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Fri, 15 Nov 2019 18:37:34 +0000 (18:37 +0000)
commit27801b90fa7821b4f57f893174c1f0a0949c39d9
tree95dfe780b7a426698083feaecf9ad2d5e3a70dd5
parent095654e3c23b255e6b29c63a8e5519539c43cffb
panfrost: Make sure the shader descriptor is in sync with the GL state

State was leaking from previous frames as we weren't updating the
descriptor in all cases.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Tested-by: Andre Heider <a.heider@gmail.com>
src/gallium/drivers/panfrost/pan_context.c