summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_debug.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-111-5/+6
* Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-19/+25
* util: Rename pipe formats.José Fonseca2010-03-011-1/+1
* util: Update for os_stream changes.José Fonseca2010-02-141-1/+1
* util: Use util_format_name().José Fonseca2010-02-141-118/+1
* Merge remote branch 'origin/lp-binning'José Fonseca2010-02-051-0/+75
|\
| * gallium/util: added debug_dump_texture() and ppm outputBrian Paul2010-01-141-0/+75
* | auxiliary: util_stream -> os_streamJosé Fonseca2010-02-041-7/+7
* | util: Reimplement all utility functions in terms of the new OS abstraction.José Fonseca2010-02-031-199/+8
* | gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
|/
* Merge branch 'mesa_7_7_branch'Brian Paul2009-12-311-2/+4
|\
| * util: Ensure debug_dump_flags generates a null-terminated string.Vinson Lee2009-12-231-2/+4
* | Merge branch 'i965g-restart'Keith Whitwell2009-12-221-0/+27
|\ \
| * | i965g: more work on compiling, particularly the brw_draw filesKeith Whitwell2009-10-251-0/+27
| |/
* | Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-171-3/+4
* | gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger2009-11-301-4/+4
|/
* util: _debug_printf should print even when DEBUG is not definedKeith Whitwell2009-07-291-2/+0
* util: Increase OutputDebugStringA to 4k.José Fonseca2009-07-011-4/+2
* util: Add more entry points for dumping to bmpJakob Bornecrantz2009-04-241-18/+38
* util: flush stdout before emitting debug_printf on stderrKeith Whitwell2009-04-171-0/+2
* util/debug: Initialise local variables.Michal Krol2009-04-031-2/+2
* util: Don't use x86 asm on x86_64.José Fonseca2009-03-251-5/+5
* debug: Add function for writing transfers to filesJakob Bornecrantz2009-03-221-32/+39
* gallium: Unify reference counting.Michel Dänzer2009-03-041-2/+2
* util/debug: need to fflush(stderr) on windowsKeith Whitwell2009-02-201-0/+1
* util: Also output messages to stderr on windows.José Fonseca2009-02-201-0/+6
* Merge branch 'gallium-texture-transfer'Michel Dänzer2009-02-181-25/+34
* util: Move p_debug.h into util module.José Fonseca2009-02-181-0/+782