r600g: texture offsets for non-TXF instructions
authorGrigori Goronzy <greg@chown.ath.cx>
Wed, 2 Oct 2013 22:12:55 +0000 (00:12 +0200)
committerMarek Olšák <marek.olsak@amd.com>
Fri, 4 Oct 2013 20:44:47 +0000 (22:44 +0200)
commit8419c5c3ce1489222268bf840c1d165ea8bc53ce
tree24a8e529dc80ef949e52446e4fba738fcde1983e
parentc04b8d1daba5468a7ea991a65570a41951e2da7d
r600g: texture offsets for non-TXF instructions

All texture instructions can use offsets, not just TXF. Offsets into
the literals array were wrong, too.

Signed-off-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/drivers/r600/r600_shader.c