Convert the rasterizer cso to the new semantics.
authorZack Rusin <zack@tungstengraphics.com>
Wed, 19 Sep 2007 18:01:18 +0000 (14:01 -0400)
committerZack Rusin <zack@tungstengraphics.com>
Wed, 19 Sep 2007 18:01:18 +0000 (14:01 -0400)
commitfe555c39bb7fd530298b5be4a8f06bff41726c86
tree68b9b24eb883c822266f6ef82608de3a817549fc
parentb6d50abd7d483029469a0faaa28e8e2f2f742c6d
Convert the rasterizer cso to the new semantics.

Basically make cso hold the driver specific struct, while
managing the template.
15 files changed:
src/mesa/pipe/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_state.c
src/mesa/pipe/p_context.h
src/mesa/pipe/softpipe/sp_state.h
src/mesa/pipe/softpipe/sp_state_rasterizer.c
src/mesa/state_tracker/st_atom_rasterizer.c
src/mesa/state_tracker/st_cache.c
src/mesa/state_tracker/st_cache.h
src/mesa/state_tracker/st_cb_clear.c
src/mesa/state_tracker/st_cb_drawpixels.c
src/mesa/state_tracker/st_context.h
src/mesa/state_tracker/st_draw.c