mesa: Changes to 'gallium-0.1'

Jose Fonseca jrfonseca at kemper.freedesktop.org
Mon Jun 9 23:39:47 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:
 src/gallium/auxiliary/pipebuffer/Makefile          |    1 +
 src/gallium/auxiliary/pipebuffer/SConscript        |    1 +
 src/gallium/auxiliary/pipebuffer/pb_bufmgr.h       |    5 +
 src/gallium/auxiliary/pipebuffer/pb_bufmgr_alt.c   |  101 ++++++++++++++++++++
 src/gallium/auxiliary/pipebuffer/pb_bufmgr_cache.c |    7 +-
 src/gallium/auxiliary/util/p_debug_mem.c           |   49 +++++++++-
 6 files changed, 159 insertions(+), 5 deletions(-)
 create mode 100644 src/gallium/auxiliary/pipebuffer/pb_bufmgr_alt.c

       via  3531c5284bb8dc772cd97c6be5bf589c160f9ae8 (commit)
       via  0c5b1a8ffb21f72fcde64a7daa13d5dab5b90425 (commit)
       via  4b52f4df1b37918a363d05e0b3db22125e801367 (commit)
      from  a70684bf256c3d5bc3a729bf9e9cf1a64cb2064a (commit)


- Commits -----------------------------------------------
commit 3531c5284bb8dc772cd97c6be5bf589c160f9ae8
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Mon Jun 9 19:56:52 2008 +0900

    gallium: Detect buffer overflows in the homegrown memory debugger.

commit 0c5b1a8ffb21f72fcde64a7daa13d5dab5b90425
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Tue Jun 10 08:38:24 2008 +0900

    pipebuffer: Alternative buffer manager.
    
    For situations where one has a reserve memory pool, or
    a faster/slower pool.

commit 4b52f4df1b37918a363d05e0b3db22125e801367
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Mon Jun 9 18:49:13 2008 +0900

    pipebuffer: Be more lenient when matching cached buffer sizes.
    
    Reuse cached buffers up to twice as big a requested.

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




More information about the mesa-commit mailing list