gallium: check SamplersUsed to determine if texture needed, as in st_atom_sampler.c
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 24 Mar 2008 18:59:54 +0000 (12:59 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 24 Mar 2008 23:21:18 +0000 (17:21 -0600)
commit762e96c80454c94981cd0ccb4b342f192ba8f77e
tree0f2babd0556c70b57160799e62f70bb19ff0e25f
parentae146e4bc86aeade59d018100e39e160f7553994
gallium: check SamplersUsed to determine if texture needed, as in st_atom_sampler.c

Otherwise, we were sometimes setting texture state but not the corresponding
sampler state.
src/mesa/state_tracker/st_atom_texture.c