r300g/swtcl: fix crash in ETQW and minor fixups
authorMarek Olšák <maraeo@gmail.com>
Thu, 29 Jul 2010 18:52:17 +0000 (20:52 +0200)
committerMarek Olšák <maraeo@gmail.com>
Thu, 29 Jul 2010 18:57:18 +0000 (20:57 +0200)
commitd8d7a3e0f9629a220e2394dd7c6634f2d6a93e20
tree432c593e13c94f13c05423ab1542db0403803296
parent3f4680d8e229d87e62972d0632c577873944d89d
r300g/swtcl: fix crash in ETQW and minor fixups

The Draw flush inside r300_flush was the culprit.

Also, no need to flush Draw when changing a state since the flush is
already inside swtcl_draw_vbo.
src/gallium/drivers/r300/r300_flush.c
src/gallium/drivers/r300/r300_render.c
src/gallium/drivers/r300/r300_state.c