mesa: Changes to 'gallium-0.1'

Jose Fonseca jrfonseca at kemper.freedesktop.org
Thu Sep 18 03:26:19 UTC 2008


The branch, gallium-0.1 has been updated
        Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=gallium-0.1

Summary of changes:
 .../auxiliary/pipebuffer/pb_buffer_malloc.c        |   14 ++++++++--
 src/gallium/auxiliary/pipebuffer/pb_bufmgr.h       |   14 +++++++---
 src/gallium/auxiliary/pipebuffer/pb_bufmgr_alt.c   |   16 ++++++++++++
 src/gallium/auxiliary/pipebuffer/pb_bufmgr_cache.c |   11 ++++++--
 src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c |   11 ++++++++
 .../auxiliary/pipebuffer/pb_bufmgr_fenced.c        |   14 ++++++++++
 src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c    |   10 +++++++-
 src/gallium/auxiliary/pipebuffer/pb_bufmgr_pool.c  |    8 ++++++
 src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c  |   26 ++++++++++++++++++++
 9 files changed, 113 insertions(+), 11 deletions(-)

       via  1672e8e05996d48e51a1998bd7e9b08b78e012f5 (commit)
      from  a06d38a74e865a0373a7314aad26b25c27ef8c57 (commit)


- Commits -----------------------------------------------
commit 1672e8e05996d48e51a1998bd7e9b08b78e012f5
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Thu Sep 18 11:10:09 2008 +0900

    pipebuffer: New callback to flush all temporary-held buffers.
    
    Used mostly to aid debugging memory issues or to clean up resources when
    the drivers are long lived.

---------------------------------




More information about the mesa-commit mailing list