Make sampler an immutable state object.
authorZack Rusin <zack@tungstengraphics.com>
Mon, 17 Sep 2007 13:47:41 +0000 (09:47 -0400)
committerZack Rusin <zack@tungstengraphics.com>
Tue, 18 Sep 2007 10:31:22 +0000 (06:31 -0400)
commitf117327a3f246713abfd4dc4320d4a1a7f1b811a
tree81c5c58c0ae0685c917996ad04f10003aa95cfa3
parente16c045b83f5c5b4f4064df67623bb76b46b6619
Make sampler an immutable state object.

Switch the sample to be an immutable state object.
18 files changed:
src/mesa/cso_cache/cso_cache.c
src/mesa/cso_cache/cso_cache.h
src/mesa/pipe/failover/fo_context.h
src/mesa/pipe/failover/fo_state.c
src/mesa/pipe/failover/fo_state_emit.c
src/mesa/pipe/i915simple/i915_context.h
src/mesa/pipe/i915simple/i915_state.c
src/mesa/pipe/i915simple/i915_state_sampler.c
src/mesa/pipe/p_context.h
src/mesa/pipe/softpipe/sp_context.c
src/mesa/pipe/softpipe/sp_context.h
src/mesa/pipe/softpipe/sp_state.h
src/mesa/pipe/softpipe/sp_state_sampler.c
src/mesa/state_tracker/st_atom_sampler.c
src/mesa/state_tracker/st_cache.c
src/mesa/state_tracker/st_cache.h
src/mesa/state_tracker/st_cb_drawpixels.c
src/mesa/state_tracker/st_context.h