vc4: Fix save/restore of the VS/FS in the blitter.
authorEric Anholt <eric@anholt.net>
Fri, 22 Aug 2014 23:49:02 +0000 (16:49 -0700)
committerEric Anholt <eric@anholt.net>
Sat, 23 Aug 2014 23:30:42 +0000 (16:30 -0700)
commit8d8a5eb792c662a8def7c9ab65d2df67972cf659
tree6611044e08596e3da9bfa4e1cdec811560cfad8d
parent9542e682078a1b2e65f6b62a8db58f25cff18078
vc4: Fix save/restore of the VS/FS in the blitter.

When I made the shader cache take the .fs member and moved the binding
point to .bind_fs, I failed to update these.  Fixes crashes in
copyteximage-related tests.
src/gallium/drivers/vc4/vc4_resource.c