gallium: change st->state.sampler_texture[] to store pipe_texture pointers
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 29 Feb 2008 23:16:16 +0000 (16:16 -0700)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 29 Feb 2008 23:16:16 +0000 (16:16 -0700)
commit07d6347e8a51fc7bbd5c586a5739f17c68c5eafd
treeec2ba34d12827a1ea5078c35aea59c4148f34aff
parentc8bca8d8a94b7bce532b40fd5c422063632b26c4
gallium: change st->state.sampler_texture[] to store pipe_texture pointers

This is a better fix for the previous check-in.
Fixes texadd.c conform test, and probably other bugs.
src/mesa/state_tracker/st_atom_texture.c
src/mesa/state_tracker/st_cb_drawpixels.c
src/mesa/state_tracker/st_context.h
src/mesa/state_tracker/st_gen_mipmap.c