summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_debug.h
AgeCommit message (Expand)Author
2009-02-18util: Move p_debug.h into util module.José Fonseca
2009-01-17debug: add noprefix version of debug_dump_enumKeith Whitwell
2008-10-28gallium: recognize DEBUG as well as DBG for debuggingKeith Whitwell
2008-09-08util: Dump surfaces to BMP.José Fonseca
2008-08-07gallium: New function to dump surfaces.José Fonseca
2008-06-24gallium: Drop deprecated __MSC__ macro.José Fonseca
2008-06-12gallium: Implement debug_get_num_option.José Fonseca
2008-05-28gallium: Windows CE portability fixes.José Fonseca
2008-05-24gallium: Poor-man profiler for win32 kernel.José Fonseca
2008-05-07gallium: Simple facility to dump and view images for debugging.José Fonseca
2008-04-29silence p_debug.h:63: warning: ISO C forbids forward references to ‘enum’...Zack Rusin
2008-04-29gallium: declare pipe_format enum to silence warningsBrian Paul
2008-04-29gallium: add debug_print_format() make it easier to print format error messagesKeith Whitwell
2008-04-08gallium: Allow to debug memory leaks in nested scopes.José Fonseca
2008-03-27gallium: silence unused var warningBrian
2008-03-25Fix typoJosé Fonseca
2008-03-24gallium: fix a few bugs, warnings in the p_debug codeBrian
2008-03-24gallium: Simple cross platform get-opt system.José Fonseca
2008-03-24gallium: cleanup p_debugJosé Fonseca
2008-03-23gallium: Remove the debug_mask_* stuff.José Fonseca
2008-03-23gallium: Memory debugging utilities.José Fonseca
2008-03-20gallium: add debug facility to dump random blobs as hexKeith Whitwell
2008-03-19gallium: Add generic enum and flags dumping utility functions.José Fonseca
2008-03-18gallium: Convenience debug_warning function.José Fonseca
2008-03-13gallium: Fix debug_mask_vprintf's example.José Fonseca
2008-03-12gallium: Conditional debugging output.José Fonseca
2008-03-08gallium: Document debug_printf usage.José Fonseca
2008-02-15Code reorganization: move files into their places.José Fonseca