aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_debug.h
Commit message (Collapse)AuthorAgeFilesLines
* util: fix debug_assert() to avoid unused variable warnings in release buildsKeith Whitwell2009-03-121-1/+1
|
* util: Move p_debug.h into util module.José Fonseca2009-02-181-0/+361
The debug functions depend on several util function for os abstractions, and these depend on debug functions, so a seperate module is not possible.