r600g: various fixes
authorBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Wed, 19 May 2010 16:46:45 +0000 (18:46 +0200)
committerJerome Glisse <jglisse@redhat.com>
Thu, 27 May 2010 21:24:22 +0000 (23:24 +0200)
commit9e8a6f801d360f85cc7bb53b85f15129b07b26da
tree12d5d3bd39ece8e88fa4016bfe815e09607583ff
parente68b4e50536b3438a3bb8c3d12acebc6845461a8
r600g: various fixes

- enabled flushing a buffer more than once
- enabled the blitter for r600_clear
- added some more colors to r600_is_format_supported (copied from r600_conv_pipe_format)
- r600_set_framebuffer_state now sets rctx->fb_state
- more states are saved before a blit (had to add some accounting for the viewport and the vertex elements state)
- fixed a few errors with reference counting
src/gallium/drivers/r600/r600_blit.c
src/gallium/drivers/r600/r600_buffer.c
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_shader.c
src/gallium/drivers/r600/r600_state.c
src/gallium/drivers/r600/r600_texture.c