mesa: Changes to 'gallium-0.1'

Jose Fonseca jrfonseca at kemper.freedesktop.org
Tue Apr 15 03:36:10 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/pb_bufmgr.h      |   22 +-
 src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c |  315 +++++++++++++--------
 src/gallium/auxiliary/util/u_time.c               |    2 +-
 src/gallium/auxiliary/util/u_time.h               |    2 +-
 4 files changed, 211 insertions(+), 130 deletions(-)

       via  0b995b44e5a02dd4a3abdb6b2a0821a32e597e7c (commit)
       via  a175e15f20b2a231cc9d09099e7b6d8aea6c624e (commit)
      from  d3878b070b7b5084526b65499737cc686a6039b6 (commit)


- Commits -----------------------------------------------
commit 0b995b44e5a02dd4a3abdb6b2a0821a32e597e7c
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Tue Apr 15 12:35:00 2008 +0900

    gallium: Fix mismatching prototypes.

commit a175e15f20b2a231cc9d09099e7b6d8aea6c624e
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Tue Apr 15 12:34:33 2008 +0900

    gallium: Allow to use a single slab.
    
    We often want to use a pool of equally sized buffers, so this makes the
    slab suballocator a drop-in replacement.

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




More information about the mesa-commit mailing list