mesa: Changes to 'gallium-0.1'

Jose Fonseca jrfonseca at kemper.freedesktop.org
Wed Jul 2 03:32:00 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_buffer.h       |   19 +-
 .../auxiliary/pipebuffer/pb_buffer_fenced.c        |    2 +-
 src/gallium/auxiliary/pipebuffer/pb_bufmgr.h       |   11 +-
 src/gallium/auxiliary/pipebuffer/pb_bufmgr_alt.c   |    3 +
 src/gallium/auxiliary/pipebuffer/pb_bufmgr_cache.c |   10 +-
 src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c |  297 ++++++++++++++++++++
 .../auxiliary/pipebuffer/pb_bufmgr_fenced.c        |    2 +-
 src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c    |    6 +-
 src/gallium/auxiliary/pipebuffer/pb_bufmgr_pool.c  |    9 +-
 src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c  |    9 +-
 12 files changed, 352 insertions(+), 18 deletions(-)
 create mode 100644 src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c

       via  d16fcd07f876fe7fb29f5f4e3df4e83ff7de3422 (commit)
       via  ea4ca10b1bec67c8a60db0e4e5581318ce9f62f9 (commit)
      from  66b48202c221a25f3980df8f443ce63c2fb4119f (commit)


- Commits -----------------------------------------------
commit d16fcd07f876fe7fb29f5f4e3df4e83ff7de3422
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Wed Jul 2 12:24:19 2008 +0900

    pipebuffer: Debug buffer manager to detect buffer under- and overflows.
    
    It should detect both cpu and gpu buffer overflows.

commit ea4ca10b1bec67c8a60db0e4e5581318ce9f62f9
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Wed Jul 2 12:22:51 2008 +0900

    pipebuffer: Verify usage flag consistency. Minor cleanups.

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




More information about the mesa-commit mailing list