vc4: Fix texture type masking.
authorEric Anholt <eric@anholt.net>
Tue, 13 Jan 2015 03:43:16 +0000 (16:43 +1300)
committerEric Anholt <eric@anholt.net>
Thu, 15 Jan 2015 09:19:25 +0000 (22:19 +1300)
commit0471f7275592da25faf09a0c4e4de940d449e8e4
tree7ded24b87e27ba3b05e6dbfde24455d9a91627bf
parent6313a2c8f074e6876df56881eebb4be8690d8c41
vc4: Fix texture type masking.

Everything from ETC1 to RGBA64 was getting its top bit dropped, but we
didn't use any of those formats.
src/gallium/drivers/vc4/vc4_program.c