Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-12 | gallium: Implement debug_get_num_option. | José Fonseca | |
For numeric options. | |||
2008-05-28 | gallium: Windows CE portability fixes. | José Fonseca | |
2008-05-24 | gallium: Poor-man profiler for win32 kernel. | José Fonseca | |
2008-05-07 | gallium: Simple facility to dump and view images for debugging. | José Fonseca | |
2008-04-29 | silence p_debug.h:63: warning: ISO C forbids forward references to ↵ | Zack Rusin | |
‘enum’ types | |||
2008-04-29 | gallium: declare pipe_format enum to silence warnings | Brian Paul | |
2008-04-29 | gallium: add debug_print_format() make it easier to print format error messages | Keith Whitwell | |
2008-04-08 | gallium: Allow to debug memory leaks in nested scopes. | José Fonseca | |
2008-03-27 | gallium: silence unused var warning | Brian | |
2008-03-25 | Fix typo | José Fonseca | |
2008-03-24 | gallium: fix a few bugs, warnings in the p_debug code | Brian | |
added missing _ to a _debug_printf() call. | |||
2008-03-24 | gallium: Simple cross platform get-opt system. | José Fonseca | |
Uses getenv on Linux, and a memory mapped text file on Windows. It supports boolean options, flags, and plain strings. | |||
2008-03-24 | gallium: cleanup p_debug | José Fonseca | |
Now debug_printf is disabled on release builds. Use debug_error or _debug_printf to output messages on release versions. | |||
2008-03-23 | gallium: Remove the debug_mask_* stuff. | José Fonseca | |
Overcomplex and not much different from using a global variable... | |||
2008-03-23 | gallium: Memory debugging utilities. | José Fonseca | |
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 | |||
2008-03-20 | gallium: add debug facility to dump random blobs as hex | Keith Whitwell | |
2008-03-19 | gallium: Add generic enum and flags dumping utility functions. | José Fonseca | |
2008-03-18 | gallium: Convenience debug_warning function. | José Fonseca | |
2008-03-13 | gallium: Fix debug_mask_vprintf's example. | José Fonseca | |
2008-03-12 | gallium: Conditional debugging output. | José Fonseca | |
Generalize the conditional debugging output code found trhought the gallium drivers. | |||
2008-03-08 | gallium: Document debug_printf usage. | José Fonseca | |
2008-02-15 | Code reorganization: move files into their places. | José Fonseca | |
This is in a separate commit to ensure renames are properly preserved. |