summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_debug.h
AgeCommit message (Collapse)Author
2009-04-24util: Add debug_printf_onceMicah Dowty
2009-04-24util: Add more entry points for dumping to bmpJakob Bornecrantz
2009-03-31util: Enable assembly breakpointt on x86_64.José Fonseca
A breakpoint is much nicer than abort when gdb is attached.
2009-03-25util: Don't use x86 asm on x86_64.José Fonseca
2009-03-22debug: Add function for writing transfers to filesJakob Bornecrantz
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.