st/mesa: combine vertex/fragment sampler state in arrays
authorBrian Paul <brianp@vmware.com>
Fri, 10 Aug 2012 02:59:44 +0000 (20:59 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 16 Aug 2012 15:01:31 +0000 (09:01 -0600)
commit6c8a13215813841703e7c2efa233e8d4cf517dfd
treef4dfc28372595c1fbb7f5680effb523bf59e3834
parentcab2fed135bc1edf7b65ddca3236020638427061
st/mesa: combine vertex/fragment sampler state in arrays

As with other recent changes, put the vertex and fragment sampler state
into arrays indexed by the shader type.  This will let us easily add
support for other types of shaders in the future.
src/mesa/state_tracker/st_atom_sampler.c
src/mesa/state_tracker/st_atom_texture.c
src/mesa/state_tracker/st_cb_bitmap.c
src/mesa/state_tracker/st_context.c
src/mesa/state_tracker/st_context.h