r300g: move one flush from winsys to the context
authorMarek Olšák <maraeo@gmail.com>
Tue, 29 Jun 2010 21:34:36 +0000 (23:34 +0200)
committerMarek Olšák <maraeo@gmail.com>
Tue, 29 Jun 2010 22:03:04 +0000 (00:03 +0200)
commit6a34287bb5147a3213e94d88c97db4ec403509ae
tree50e9a21abc519ceb8c017e0fddc6702bdc669efb
parent3d6101245b2726721a26931e0491c61286ca29c6
r300g: move one flush from winsys to the context

This flush happens when changing the tiling flags, and it should really be
done in the context.

I hope this fixes FDO bug #28630.
src/gallium/drivers/r300/r300_context.h
src/gallium/drivers/r300/r300_state.c
src/gallium/winsys/radeon/drm/radeon_drm_buffer.c