mesa: Changes to 'gallium-0.1'

Jose Fonseca jrfonseca at kemper.freedesktop.org
Mon Mar 24 22:30:22 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/util/p_debug.c |  175 ++++++++++++++++++++++++++++++----
 src/gallium/include/pipe/p_debug.h   |  144 ++++++++++++++++++++++++++--
 2 files changed, 289 insertions(+), 30 deletions(-)

       via  e8c6ea4f608296ed976f1597ffd46ac0b42fc84a (commit)
       via  dd51365acdd515577ee76850ceda01347ceb27c0 (commit)
      from  d83e75c75958673e8019475f5ba5c2cff9b8415f (commit)


- Commits -----------------------------------------------
commit e8c6ea4f608296ed976f1597ffd46ac0b42fc84a
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Mon Mar 24 22:30:33 2008 +0000

    gallium: Simple cross platform get-opt system.
    
    Uses getenv on Linux, and a memory mapped text file on Windows.
    
    It supports boolean options, flags, and plain strings.

commit dd51365acdd515577ee76850ceda01347ceb27c0
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Mon Mar 24 20:18:59 2008 +0000

    gallium: cleanup p_debug
    
    Now debug_printf is disabled on release builds. Use debug_error or
    _debug_printf to output messages on release versions.

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




More information about the mesa-commit mailing list