gallium: Deprecate GETENV. Replace by debug_get_bool_option.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Mon, 9 Jun 2008 23:32:52 +0000 (08:32 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Mon, 9 Jun 2008 23:33:21 +0000 (08:33 +0900)
commita70684bf256c3d5bc3a729bf9e9cf1a64cb2064a
tree86d98344e787689ed4a2b2f6f9b4cd544e2ccf24
parent5f46bf77af5f49e63976ad51c5b4a7da8490be3e
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.
src/gallium/auxiliary/draw/draw_pt.c
src/gallium/drivers/i915simple/i915_context.c
src/gallium/drivers/softpipe/sp_context.c
src/gallium/include/pipe/p_util.h