r600g: use blitter to do db->cb flushing.
authorDave Airlie <airlied@redhat.com>
Thu, 23 Sep 2010 03:34:36 +0000 (13:34 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 23 Sep 2010 06:00:16 +0000 (16:00 +1000)
commit2f8453eea3b5ff8d2818517753d3990490f699b8
tree54adba7cb140c6233c3f9f287656615718d7b6da
parentc262c4a2ff1a19d0136771767ba63f04cf3b83e3
r600g: use blitter to do db->cb flushing.

use the blitter + custom stage to avoid doing a whole lot of state
setup by hand. This makes life a lot easier for doing this on evergreen
it also keeps all the state setup in one place.

We setup a custom context state at the start with a flag to denote
its for the flush, when it gets generated we generate the correct state
for the flush and no longer have to do it all by hand.

this should also make adding texture *to* depth easier.
src/gallium/drivers/r600/eg_hw_states.c
src/gallium/drivers/r600/r600_blit.c
src/gallium/drivers/r600/r600_context.c
src/gallium/drivers/r600/r600_context.h
src/gallium/drivers/r600/r600_hw_states.c
src/gallium/drivers/r600/r600_resource.h
src/gallium/drivers/r600/r600_screen.h
src/gallium/drivers/r600/r600_texture.c