svga: fix saturated TEX instructions
authorBrian Paul <brianp@vmware.com>
Wed, 30 May 2012 22:47:34 +0000 (16:47 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 31 May 2012 18:54:04 +0000 (12:54 -0600)
commit8009fca501a021cbaf9b25e01ff3a7793cc2c6cb
tree237502836c7d648d8a6a39fa58b9547dbf8b8f52
parentdff36e900c645401b26c9a44106459e96ee7a24d
svga: fix saturated TEX instructions

TEX instructions can't do saturation.  Do the TEX into a temp reg w/out
saturation, then do a MOV_SAT.

Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
src/gallium/drivers/svga/svga_tgsi_insn.c