r300g: fix random pixels appearing / incomplete rendering
authorMarek Olšák <maraeo@gmail.com>
Sat, 19 Jun 2010 17:44:06 +0000 (19:44 +0200)
committerMarek Olšák <maraeo@gmail.com>
Sat, 19 Jun 2010 18:26:16 +0000 (20:26 +0200)
commit9b2ebcaf4b94bfc8756f6b216e0e452013616f2c
tree05806fe50e90951a925230f05ea532b4d5c6fa43
parent4c761843051d7e97be828baad965c13789127dbf
r300g: fix random pixels appearing / incomplete rendering

This should fix the FDO bug #28612.

Also, these piglit tests have been fixed:
- fbo-copypix
- scissor-copypixels
- copytexsubimage
- texredefine

Finally, 2 flushes in the transfer path are no longer needed.
src/gallium/drivers/r300/r300_emit.c
src/gallium/drivers/r300/r300_state.c
src/gallium/drivers/r300/r300_transfer.c