Commit Graph

7 Commits

Author SHA1 Message Date
Micah Dowty b618827fac util: Add debug_printf_once 2009-04-24 23:59:21 +02:00
Jakob Bornecrantz f4a286e5f5 util: Add more entry points for dumping to bmp 2009-04-24 13:02:26 +02:00
José Fonseca fcc2598fff util: Enable assembly breakpointt on x86_64.
A breakpoint is much nicer than abort when gdb is attached.
2009-03-31 18:00:46 +01:00
José Fonseca 8c4bd92b68 util: Don't use x86 asm on x86_64. 2009-03-25 21:01:49 +00:00
Jakob Bornecrantz da96767c89 debug: Add function for writing transfers to files 2009-03-22 04:59:09 +01:00
Keith Whitwell d885c9dad1 util: fix debug_assert() to avoid unused variable warnings in release builds 2009-03-12 16:57:30 +00:00
José Fonseca ea4bf267e4 util: Move p_debug.h into util module.
The debug functions depend on several util function for os abstractions, and
these depend on debug functions, so a seperate module is not possible.
2009-02-18 12:05:26 +00:00
Renamed from src/gallium/include/pipe/p_debug.h (Browse further)