vc4: Don't forget to store stencil along with depth when storing either.
authorEric Anholt <eric@anholt.net>
Tue, 30 Sep 2014 18:23:29 +0000 (11:23 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 30 Sep 2014 19:55:28 +0000 (12:55 -0700)
commit8786544b3e3a024ccb04bb0c85f2afc07bb57f63
treea5c2b40719579b92435cf163f65a23d59b39bfde
parent43e2109326d0b3bcf9b2241b054dadeceae33ca5
vc4: Don't forget to store stencil along with depth when storing either.

Otherwise, we'd replace the stencil in our packed depth/stencil with 0s.
Fixes about 50 piglit tests.
src/gallium/drivers/vc4/vc4_context.c