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/util/SConscript    |    1 +
 src/gallium/auxiliary/util/p_debug_mem.c |  172 ++++++++++++++++++++++++++++++
 src/gallium/drivers/softpipe/sp_winsys.h |   10 ++
 src/gallium/include/pipe/p_debug.h       |   23 ++++
 src/gallium/include/pipe/p_util.h        |   21 ++++-
 5 files changed, 225 insertions(+), 2 deletions(-)
 create mode 100644 src/gallium/auxiliary/util/p_debug_mem.c

       via  732422f6708199d6655185b1a5daec86efe2f1b7 (commit)
       via  312cbc5a5c7416745976c2281a9bbce6e3332965 (commit)
      from  301b187ca9a811b608894d20bab934af0a10b8ab (commit)


- Commits -----------------------------------------------
commit 732422f6708199d6655185b1a5daec86efe2f1b7
Author: José Fonseca <[EMAIL PROTECTED]>
Date:   Sun Mar 23 18:38:10 2008 +0000

    gallium: Memory debugging utilities.
    
    There are no known tools for windows kernel memory debugging, so this is a
    simple set of malloc etc wrappers.
    
    Enabled by default on win32 debug builds

commit 312cbc5a5c7416745976c2281a9bbce6e3332965
Author: José Fonseca <[EMAIL PROTECTED]>
Date:   Sun Mar 23 18:30:53 2008 +0000

    gallium: wrap decls in extern "C"

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

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to