Call softpipe_unmap_surfaces() in softpipe_flush().
authorBrian <brian.paul@tungstengraphics.com>
Sat, 20 Oct 2007 21:52:36 +0000 (15:52 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Sat, 20 Oct 2007 21:52:36 +0000 (15:52 -0600)
commitf9aa75718708076e50033287fde993799878ecf6
tree0244b96ffbe930c53170255995fe213716b05045
parent7c8b2f7ce33a672a90de8000bcbf15ec764e9d85
Call softpipe_unmap_surfaces() in softpipe_flush().

This fixes a DRM BO failure upon swapbuffers caused by the color buffer
still being mapped.
This is a bit heavy handed since we don't always need to unmap buffers
when flushing.  Need to pass a flag to flush() or design a new function.
src/mesa/pipe/softpipe/sp_flush.c