summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_debug.h
Commit message (Expand)AuthorAgeFilesLines
* util: s/unsigned/enum pipe_resource_usage/ for buffer usage variablesBrian Paul2016-05-261-1/+1
* gallium: do not wrap header inclusion inEmil Velikov2016-03-091-3/+5
* gallium/util: switch over to new u_debug_image.[ch] codeBrian Paul2016-02-081-39/+0
* util: add debug_dump_ubyte_rgba_bmp()Brian Paul2016-01-051-0/+4
* gallium/util: add DEBUG_GET_ONCE_OPTIONNicolai Hähnle2015-12-291-0/+13
* gallium/util: check callback pointers for non-null in pipe_debug_message()Brian Paul2015-12-071-3/+5
* gallium/util: fix pipe_debug_message macro to allow 0 argsIlia Mirkin2015-12-041-1/+1
* gallium: expose a debug message callback settable by context ownerIlia Mirkin2015-11-051-0/+20
* gallium/util: clear up that debug_get_flags_option returns a 64-bit maskMarek Olšák2015-07-311-3/+3
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-3/+3
* gallium/util: add debug_print_usage_enum() debug helperBrian Paul2015-02-271-0/+3
* util: add debug_print_bind_flags() debug helperBrian Paul2015-02-261-0/+3
* util: Unbreak usage of assert()/debug_assert() inside expressions.José Fonseca2014-12-121-1/+1
* wgl: Disable CRT message boxes when Windows system error messages boxes are d...José Fonseca2014-06-041-0/+9
* util: Add __declspec(noreturn) to _debug_assert_fail().José Fonseca2014-04-171-0/+3
* util/u_debug: Add noreturn attribute to _debug_assert_fail().José Fonseca2014-04-161-1/+5
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-3/+3
* util/u_debug: Cleanup/fix debug_dump_image.José Fonseca2012-12-041-1/+3
* util/u_debug: Fix DEBUG_NAMED_VALUE.José Fonseca2012-11-151-1/+1
* util: added debug_print_transfer_flags() functionBrian Paul2012-10-151-0/+4
* gallium: unify transfer functionsMarek Olšák2012-10-111-2/+2
* util: fix typo in debug_printf_once commentBrian Paul2012-02-061-1/+1
* util: add debug_warn_once() macroBrian Paul2012-01-071-0/+19
* gallium: use Haiku provided debug_printf in OS.hAlexander von Gluck2012-01-031-1/+4
* util: add \n to debug_checkpoint_fullMarcin Slusarz2011-06-061-1/+1
* util: Add function logger helpersJakob Bornecrantz2011-01-241-0/+37
* util/u_debug: add description field to debug_named_valueJoakim Sindholt2010-06-031-2/+4
* gallium: In option helpers, move assignment outside of if clause.Vinson Lee2010-04-231-3/+9
* gallium: Add static get option helpersJakob Bornecrantz2010-04-231-0/+33
* Squashed commit of the following:Keith Whitwell2010-04-101-2/+2
* gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-111-1/+2
* Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-5/+9
* util: Fix typo of debug_dump_float_rgba_bmp.Vinson Lee2010-02-171-1/+1
* Merge remote branch 'origin/lp-binning'José Fonseca2010-02-051-0/+4
|\
| * gallium/util: added debug_dump_texture() and ppm outputBrian Paul2010-01-141-0/+4
* | util: Reimplement all utility functions in terms of the new OS abstraction.José Fonseca2010-02-031-35/+2
* | gallium: Move some compiler portability stuff into p_compiler.hJosé Fonseca2010-02-021-7/+0
|/
* util: better fix for unused variable warnings with assertsKeith Whitwell2009-12-281-1/+1
* util: Remove homegrown Windows KM profiler.José Fonseca2009-11-041-11/+0
* util: Make assert a no-op on non-debug builds.José Fonseca2009-10-041-1/+4
* gallium debug: Add gcc printf hint to debug_printfNicolai Hähnle2009-09-211-3/+11
* gallium: Added HaikuOS platformaljen2009-09-091-0/+2
* util: Add debug_printf_onceMicah Dowty2009-04-241-0/+16
* util: Add more entry points for dumping to bmpJakob Bornecrantz2009-04-241-0/+5
* util: Enable assembly breakpointt on x86_64.José Fonseca2009-03-311-1/+1
* util: Don't use x86 asm on x86_64.José Fonseca2009-03-251-6/+3
* debug: Add function for writing transfers to filesJakob Bornecrantz2009-03-221-0/+3
* util: fix debug_assert() to avoid unused variable warnings in release buildsKeith Whitwell2009-03-121-1/+1
* util: Move p_debug.h into util module.José Fonseca2009-02-181-0/+361