r600: reduce number of cache flushes
authorAlex Deucher <alexdeucher@gmail.com>
Thu, 4 Feb 2010 15:45:13 +0000 (10:45 -0500)
committerAlex Deucher <alexdeucher@gmail.com>
Thu, 4 Feb 2010 15:46:36 +0000 (10:46 -0500)
commit339d42b4e684343c743ea819337c057c0046323f
tree0b73bf856cefe07ea569da84f5cd4ce60ca2f9d6
parentf769ab0fa63754de317bafe2a7baf8fe401b961c
r600: reduce number of cache flushes

We don't need to flush so often. Next step
would be to move the flushing to the drm and only
flush after each command buffer rather than each
draw.
src/mesa/drivers/dri/r600/r600_blit.c
src/mesa/drivers/dri/r600/r700_render.c