Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
good.
|
|
|
|
|
|
Conflicts:
src/gallium/include/pipe/p_util.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Because winddk's implemenation does not handle floats.
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
This is in a separate commit to ensure renames are properly preserved.
|