summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_debug.c
AgeCommit message (Expand)Author
2011-01-27util: fix parsing debug optionsMarek Olšák
2011-01-26util: require debug options to be separated by commasMarek Olšák
2011-01-24util: Add function logger helpersJakob Bornecrantz
2011-01-13util: Undo spurious changes in last commit.José Fonseca
2011-01-13util: Don't limit debug_printf message length on unices.José Fonseca
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-08-15gallium: Make printing info on debug builds default offJakob Bornecrantz
2010-07-07util: print help for debug options on non-debug buildsMarek Olšák
2010-06-14util: Use int type for format field width.José Fonseca
2010-06-03util/u_debug: use MAX2 macroBrian Paul
2010-06-03util/u_debug: add description field to debug_named_valueJoakim Sindholt
2010-05-06util: Recognize FALSE and F in debug_get_bool_optionJakob Bornecrantz
2010-04-23gallium: Add option to not print optionsJakob Bornecrantz
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-03-01util: Rename pipe formats.José Fonseca
2010-02-14util: Update for os_stream changes.José Fonseca
2010-02-14util: Use util_format_name().José Fonseca
2010-02-05Merge remote branch 'origin/lp-binning'José Fonseca
2010-02-04auxiliary: util_stream -> os_streamJosé Fonseca
2010-02-03util: Reimplement all utility functions in terms of the new OS abstraction.José Fonseca
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-14gallium/util: added debug_dump_texture() and ppm outputBrian Paul
2009-12-31Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-23util: Ensure debug_dump_flags generates a null-terminated string.Vinson Lee
2009-12-22Merge branch 'i965g-restart'Keith Whitwell
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol
2009-11-30gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger
2009-10-25i965g: more work on compiling, particularly the brw_draw filesKeith Whitwell
2009-07-29util: _debug_printf should print even when DEBUG is not definedKeith Whitwell
2009-07-01util: Increase OutputDebugStringA to 4k.José Fonseca
2009-04-24util: Add more entry points for dumping to bmpJakob Bornecrantz
2009-04-17util: flush stdout before emitting debug_printf on stderrKeith Whitwell
2009-04-03util/debug: Initialise local variables.Michal Krol
2009-03-25util: Don't use x86 asm on x86_64.José Fonseca
2009-03-22debug: Add function for writing transfers to filesJakob Bornecrantz
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-02-20util/debug: need to fflush(stderr) on windowsKeith Whitwell
2009-02-20util: Also output messages to stderr on windows.José Fonseca
2009-02-18Merge branch 'gallium-texture-transfer'Michel Dänzer
2009-02-18util: Move p_debug.h into util module.José Fonseca