r600g: abstract the hw states out behind a vtbl.
authorDave Airlie <airlied@redhat.com>
Tue, 7 Sep 2010 22:30:59 +0000 (08:30 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 7 Sep 2010 22:30:59 +0000 (08:30 +1000)
commit9ef1c51be16ea360481cf9f82ebb1e3eb01efb18
tree5d95005b7ef70af1c750616aca523a62073bd176
parentf09fabc448c0781f0cf9160565e1b0bab59a16e5
r600g: abstract the hw states out behind a vtbl.

this is step one towards evergreen support, it lets us plug in whole
new hw level states.
src/gallium/drivers/r600/Makefile
src/gallium/drivers/r600/r600_context.c
src/gallium/drivers/r600/r600_context.h
src/gallium/drivers/r600/r600_draw.c
src/gallium/drivers/r600/r600_hw_states.c [new file with mode: 0644]
src/gallium/drivers/r600/r600_shader.c
src/gallium/drivers/r600/r600_state.c