summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_debug.c
Commit message (Expand)AuthorAgeFilesLines
* scons: make embedding orthogonal to the platformJosé Fonseca2011-06-171-1/+1
* util: fix parsing debug optionsMarek Olšák2011-01-271-19/+25
* util: require debug options to be separated by commasMarek Olšák2011-01-261-1/+38
* util: Add function logger helpersJakob Bornecrantz2011-01-241-0/+35
* util: Undo spurious changes in last commit.José Fonseca2011-01-131-1/+1
* util: Don't limit debug_printf message length on unices.José Fonseca2011-01-131-1/+6
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-25/+24
* gallium: Make printing info on debug builds default offJakob Bornecrantz2010-08-151-1/+1
* util: print help for debug options on non-debug buildsMarek Olšák2010-07-071-2/+2
* util: Use int type for format field width.José Fonseca2010-06-141-1/+1
* util/u_debug: use MAX2 macroBrian Paul2010-06-031-7/+1
* util/u_debug: add description field to debug_named_valueJoakim Sindholt2010-06-031-4/+16
* util: Recognize FALSE and F in debug_get_bool_optionJakob Bornecrantz2010-05-061-0/+4
* gallium: Add option to not print optionsJakob Bornecrantz2010-04-231-10/+32
* Squashed commit of the following:Keith Whitwell2010-04-101-17/+20
* 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