vc4: Update the shadow texture for public textures on every draw.
authorEric Anholt <eric@anholt.net>
Tue, 14 Apr 2015 18:31:11 +0000 (11:31 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 15 Apr 2015 23:50:23 +0000 (16:50 -0700)
commit3a728d4dfbd727c30f36116772803674beffcbb6
tree15dc62c115180bd428c4ad86f69f5af8de27c0f3
parentbd957b1b79124c5061af1eddf16932793e806d87
vc4: Update the shadow texture for public textures on every draw.

We don't know who else has written to it, so we'd better update it every
time.  This makes the gears spin in X again.
src/gallium/drivers/vc4/vc4_draw.c
src/gallium/drivers/vc4/vc4_resource.c
src/gallium/drivers/vc4/vc4_state.c