mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Sat Oct 20 21:53:49 UTC 2007


 src/mesa/pipe/i915simple/i915_regions.c |   11 +++++++----
 src/mesa/pipe/softpipe/sp_context.c     |    1 +
 src/mesa/pipe/softpipe/sp_flush.c       |    8 ++++++++
 src/mesa/pipe/softpipe/sp_region.c      |   11 +++++++----
 4 files changed, 23 insertions(+), 8 deletions(-)

commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary

New commits:
commit 03145d864ce21094592ae847fbe8da57c419374e
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sat Oct 20 15:52:59 2007 -0600

    init sp->sbuf_cache to avoid possible segfault

commit f9aa75718708076e50033287fde993799878ecf6
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sat Oct 20 15:52:36 2007 -0600

    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.

commit 7c8b2f7ce33a672a90de8000bcbf15ec764e9d85
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sat Oct 20 15:45:24 2007 -0600

    In region_unmap(), check if region is mapped before decrementing refcount.




More information about the mesa-commit mailing list