i965/fs: Fix Broadwell texture header setup to be uncompressed.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 23 Jan 2014 18:55:16 +0000 (10:55 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 11 Feb 2014 23:21:10 +0000 (15:21 -0800)
commit0e21ba07f27442b6d53bbba7cf5d7840e416c341
tree3259345143b33c9362c65cf3a50bffc712d12fbd
parent1edca151a00134778b959366d5e7c0a3b63cc8f7
i965/fs: Fix Broadwell texture header setup to be uncompressed.

MOV_RAW disables masking, but doesn't force the instruction to be
uncompressed.  That needs to be done by hand.

Fixes textureGather and texture offset tests.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/gen8_fs_generator.cpp