mesa: Changes to 'gallium-0.1'

Jose Fonseca jrfonseca at kemper.freedesktop.org
Mon Sep 1 17:20:24 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:
 scons/gallium.py                                  |   10 +-
 src/gallium/auxiliary/draw/draw_pt_vcache.c       |  149 ++++++++++++---------
 src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c |  104 +++++++++++----
 3 files changed, 170 insertions(+), 93 deletions(-)

       via  5c198f660a1812d9b3970408695d04bdd74a5d1e (commit)
       via  a6c725839482f3d0f2af0eb15e5b6ab80184fb6c (commit)
       via  f4d707b40e8dde8cdf68f5c4595b838c138fcf9b (commit)
      from  5e184894d24fbf01ed826c39ea921c01ae6d9caf (commit)


- Commits -----------------------------------------------
commit 5c198f660a1812d9b3970408695d04bdd74a5d1e
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Tue Sep 2 02:16:43 2008 +0900

    pipebuffer: Comment the slab code. Remove the freeSlabs list.
    
    The freeSlabs list is not really needed as we free empty slabs immediately.
    Time based cached is done separately.

commit a6c725839482f3d0f2af0eb15e5b6ab80184fb6c
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Mon Sep 1 09:47:40 2008 +0900

    scons: Optimize for speed, not size, with MSVC.

commit f4d707b40e8dde8cdf68f5c4595b838c138fcf9b
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Sun Aug 31 23:56:59 2008 +0900

    draw: Put INLINES where appropriate.
    
    In the hope of MSVC inline some more functions, but without much result.

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




More information about the mesa-commit mailing list