mesa: Changes to 'gallium-0.1'

Jose Fonseca jrfonseca at kemper.freedesktop.org
Mon Jun 9 23:35:42 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/draw/draw_pt.c          |    4 ++--
 src/gallium/drivers/i915simple/i915_context.c |    2 +-
 src/gallium/drivers/softpipe/sp_context.c     |    4 ++--
 src/gallium/include/pipe/p_util.h             |    2 --
 4 files changed, 5 insertions(+), 7 deletions(-)

       via  a70684bf256c3d5bc3a729bf9e9cf1a64cb2064a (commit)
      from  5f46bf77af5f49e63976ad51c5b4a7da8490be3e (commit)


- Commits -----------------------------------------------
commit a70684bf256c3d5bc3a729bf9e9cf1a64cb2064a
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Tue Jun 10 08:32:52 2008 +0900

    gallium: Deprecate GETENV. Replace by debug_get_bool_option.
    
    debug_get_bool_option will interpret "n", "no", "0", "f", or
    "false" as FALSE; and everything else as TRUE. The default value
    (used when the variable is not set) is received as a parameter.

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




More information about the mesa-commit mailing list