index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
util
/
p_debug.c
Age
Commit message (
Expand
)
Author
2008-09-23
CELL: improve legibility of CELL_DEBUG environment variable output
Robert Ellison
2008-09-08
util: Allow to define the maximum file size.
José Fonseca
2008-09-08
util: Dump surfaces to BMP.
José Fonseca
2008-09-05
gallium: Pass 512 bytes max to EngDebugPrint.
José Fonseca
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-12
gallium: Disable debug break by default on windows.
José Fonseca
2008-08-07
gallium: Simplify format->name conversion.
José Fonseca
2008-08-07
gallium: New function to dump surfaces.
José Fonseca
2008-07-26
gallium: Windows miniport portability fixes.
José Fonseca
2008-07-18
gallium: Be less verbose with debug options messages.
José Fonseca
2008-06-23
gallium: code for PIPE_SUBSYSTEM_WINDOWS_USER
Jonathan White
2008-06-24
gallium: Use the more portable PIPE_ARCH_* PIPE_CC_* macros instead of ad-hoc...
José Fonseca
2008-06-19
util: Add missing format names.
Michal Krol
2008-06-12
gallium: Support L16 pixel format.
José Fonseca
2008-06-12
gallium: Implement debug_get_num_option.
José Fonseca
2008-05-30
gallium: Replace getenv by placeholder code on WinCE.
José Fonseca
2008-05-09
gallium: Disable debug_get_option for release builds on Windows.
José Fonseca
2008-05-07
gallium: Fix release build.
José Fonseca
2008-05-07
gallium: Fix compilation errors.
Michal Krol
2008-05-07
gallium: Implement pf_sprint_name as a simple static table.
José Fonseca
2008-05-07
gallium: Use the u_string.h functions.
José Fonseca
2008-05-07
gallium: Simple facility to dump and view images for debugging.
José Fonseca
2008-05-01
gallium: Add newline to eof.
José Fonseca
2008-05-01
gallium: Fix release build.
José Fonseca
2008-05-01
d3d: Windows miniport driver portability fixes.
José Fonseca
2008-04-29
silence p_debug.h:63: warning: ISO C forbids forward references to ‘enum’...
Zack Rusin
2008-04-29
gallium: add debug_print_format() make it easier to print format error messages
Keith Whitwell
2008-04-25
gallium: Windows user mode portability fixes.
José Fonseca
2008-04-17
gallium: Use debug_get_bool_option for controlling assert failure behaviour.
José Fonseca
2008-04-15
gallium: Cache one line worth of debug output on windows.
José Fonseca
2008-04-15
gallium: Don't assume snprintf are always available.
José Fonseca
2008-04-05
gallium: Use the custom snprintf implementation everywhere (for Win32).
José Fonseca
2008-03-25
gallium: Fix default option on Windows.
José Fonseca
2008-03-24
gallium: fix a few bugs, warnings in the p_debug code
Brian
2008-03-24
gallium: Simple cross platform get-opt system.
José Fonseca
2008-03-24
gallium: cleanup p_debug
José Fonseca
2008-03-23
gallium: Remove the debug_mask_* stuff.
José Fonseca
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-13
gallium: make the windows config function more readable with 80-ish columns
Keith Whitwell
2008-03-12
gallium: Change assert behavior on runtime (Mark Mueller).
José Fonseca
2008-03-12
gallium: Conditional debugging output.
José Fonseca
2008-03-10
gallium: Use hardcoded breakpoints on x86 targets.
José Fonseca
2008-03-10
gallium: WinCE portability fixes.
José Fonseca
2008-03-05
gallium: Use custom vsnprintf in WINDDK.
José Fonseca
2008-03-03
win32: don't prepend all debug with gallium3d
Keith Whitwell
2008-02-15
Code reorganization: s/aux/auxiliary/.
José Fonseca