OSDN Git Service

r300g: winsys fix tiling change flushes.
authorDave Airlie <airlied@redhat.com>
Sat, 20 Mar 2010 20:34:11 +0000 (06:34 +1000)
committerDave Airlie <airlied@redhat.com>
Sat, 20 Mar 2010 20:56:49 +0000 (06:56 +1000)
commitc2d17dce27d412012a3a45bbde954fb9374d5db9
treefc0d355ed09d17823fc77f7f5cbaa9b8987e2c4c
parent03f1896304da481bd054779a025a4509f7ea59af
r300g: winsys fix tiling change flushes.

If we change the tiling on a buffer we need to flush it, the old
radeon_buffer.c code had this but it crossed streams when I ported to
radeon_drm_buffer.c and I missed it. Should fix some piglit regressions.

Signed-off-by: Dave Airlie <airlied@redhat.com>
src/gallium/winsys/drm/radeon/core/radeon_drm_buffer.c