Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-17 | util: Fix typo of debug_dump_float_rgba_bmp. | Vinson Lee | |
2010-02-05 | Merge remote branch 'origin/lp-binning' | José Fonseca | |
Conflicts: src/gallium/auxiliary/util/u_dl.c src/gallium/auxiliary/util/u_time.h src/gallium/drivers/llvmpipe/lp_state_derived.c src/gallium/drivers/llvmpipe/lp_state_surface.c src/gallium/drivers/llvmpipe/lp_tex_cache.c src/gallium/drivers/llvmpipe/lp_tile_cache.c | |||
2010-02-03 | util: Reimplement all utility functions in terms of the new OS abstraction. | José Fonseca | |
2010-02-02 | gallium: Move some compiler portability stuff into p_compiler.h | José Fonseca | |
2010-01-14 | gallium/util: added debug_dump_texture() and ppm output | Brian Paul | |
Now we can get dump debug images on Linux too. | |||
2009-12-28 | util: better fix for unused variable warnings with asserts | Keith Whitwell | |
Modify the non-debug (ie disabled) version of assert to expose the value in the expression to the compiler (avoiding the unused variable messages) while still expanding to a noop. | |||
2009-11-04 | util: Remove homegrown Windows KM profiler. | José Fonseca | |
It's not sampling based so its results are biased towards functions called many times. | |||
2009-10-04 | util: Make assert a no-op on non-debug builds. | José Fonseca | |
This ensures that an assertion like assert(expensive_test()); won't have any penalty on release builds. It also implies that no vital code should be in assert expressions. | |||
2009-09-21 | gallium debug: Add gcc printf hint to debug_printf | Nicolai Hähnle | |
This causes gcc to issue warnings when format parameters do not match up with the format string in calls to debug_printf. Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com> | |||
2009-09-09 | gallium: Added HaikuOS platform | aljen | |
2009-04-24 | util: Add debug_printf_once | Micah Dowty | |
2009-04-24 | util: Add more entry points for dumping to bmp | Jakob Bornecrantz | |
2009-03-31 | util: Enable assembly breakpointt on x86_64. | José Fonseca | |
A breakpoint is much nicer than abort when gdb is attached. | |||
2009-03-25 | util: Don't use x86 asm on x86_64. | José Fonseca | |
2009-03-22 | debug: Add function for writing transfers to files | Jakob Bornecrantz | |
2009-03-12 | util: fix debug_assert() to avoid unused variable warnings in release builds | Keith Whitwell | |
2009-02-18 | util: 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. |