summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_debug.h
AgeCommit message (Collapse)Author
2009-03-12util: fix debug_assert() to avoid unused variable warnings in release buildsKeith Whitwell
2009-02-18util: Move p_debug.h into util module.José Fonseca
The debug functions depend on several util function for os abstractions, and these depend on debug functions, so a seperate module is not possible.