vc4: Don't try to use color load/stores to blit across format changes.
authorEric Anholt <eric@anholt.net>
Wed, 15 Apr 2015 05:01:55 +0000 (22:01 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 15 Apr 2015 23:50:23 +0000 (16:50 -0700)
commitb229e6c7dee2bb6b1736d6867790dfcd1c50f623
tree303098283a14e6c52a0f0581e3fc49a5d7a80d91
parentcff2e08c4cb87b7c2e19100e24c336e50b9839cc
vc4: Don't try to use color load/stores to blit across format changes.

We could potentially support the right combination of 8888 to 565, but the
important thing for now is to not mix up our orderings of 8888.  Fixes
fbo-copyteximage regressions.
src/gallium/drivers/vc4/vc4_blit.c