mesa: Changes to 'gallium-0.1'

Jose Fonseca jrfonseca at kemper.freedesktop.org
Sun Mar 23 19:36:23 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/cso_cache/cso_cache.c |   41 +++++++++--------
 src/gallium/auxiliary/util/p_debug.c        |   34 --------------
 src/gallium/auxiliary/util/p_debug_mem.c    |    2 +-
 src/gallium/include/pipe/p_debug.h          |   64 ---------------------------
 4 files changed, 23 insertions(+), 118 deletions(-)

       via  38dc0f809d5f72b382676be6f72ea675a3929455 (commit)
       via  48ef11d308c395837c1685df6ab701a69507e8b9 (commit)
       via  d09b92d7e48ecee898ed158353021b7b3b6bae85 (commit)
      from  732422f6708199d6655185b1a5daec86efe2f1b7 (commit)


- Commits -----------------------------------------------
commit 38dc0f809d5f72b382676be6f72ea675a3929455
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Sun Mar 23 19:38:11 2008 +0000

    gallium: Fix memory leak.
    
    pipe cso's were being destroyed, but the hash elements themselves not.
    
    proper fix is IMHO add a destructor callback to cso_hash.

commit 48ef11d308c395837c1685df6ab701a69507e8b9
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Sun Mar 23 18:57:35 2008 +0000

    gallium: Remove the debug_mask_* stuff.
    
    Overcomplex and not much different from using a global variable...

commit d09b92d7e48ecee898ed158353021b7b3b6bae85
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Sun Mar 23 18:52:37 2008 +0000

    gallium: Fix typo.

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




More information about the mesa-commit mailing list