summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_debug.h
AgeCommit message (Expand)AuthorFilesLines
2014-06-04wgl: Disable CRT message boxes when Windows system error messages boxes are d...José Fonseca1-0/+9
2014-04-17util: Add __declspec(noreturn) to _debug_assert_fail().José Fonseca1-0/+3
2014-04-16util/u_debug: Add noreturn attribute to _debug_assert_fail().José Fonseca1-1/+5
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-3/+3
2012-12-04util/u_debug: Cleanup/fix debug_dump_image.José Fonseca1-1/+3
2012-11-15util/u_debug: Fix DEBUG_NAMED_VALUE.José Fonseca1-1/+1
2012-10-15util: added debug_print_transfer_flags() functionBrian Paul1-0/+4
2012-10-11gallium: unify transfer functionsMarek Olšák1-2/+2
2012-02-06util: fix typo in debug_printf_once commentBrian Paul1-1/+1
2012-01-07util: add debug_warn_once() macroBrian Paul1-0/+19
2012-01-03gallium: use Haiku provided debug_printf in OS.hAlexander von Gluck1-1/+4
2011-06-06util: add \n to debug_checkpoint_fullMarcin Slusarz1-1/+1
2011-01-24util: Add function logger helpersJakob Bornecrantz1-0/+37
2010-06-03util/u_debug: add description field to debug_named_valueJoakim Sindholt1-2/+4
2010-04-23gallium: In option helpers, move assignment outside of if clause.Vinson Lee1-3/+9
2010-04-23gallium: Add static get option helpersJakob Bornecrantz1-0/+33
2010-04-10Squashed commit of the following:Keith Whitwell1-2/+2
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell1-1/+2
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell1-5/+9
2010-02-17util: Fix typo of debug_dump_float_rgba_bmp.Vinson Lee1-1/+1
2010-02-05Merge remote branch 'origin/lp-binning'José Fonseca1-0/+4
2010-02-03util: Reimplement all utility functions in terms of the new OS abstraction.José Fonseca1-35/+2
2010-02-02gallium: Move some compiler portability stuff into p_compiler.hJosé Fonseca1-7/+0
2010-01-14gallium/util: added debug_dump_texture() and ppm outputBrian Paul1-0/+4
2009-12-28util: better fix for unused variable warnings with assertsKeith Whitwell1-1/+1
2009-11-04util: Remove homegrown Windows KM profiler.José Fonseca1-11/+0
2009-10-04util: Make assert a no-op on non-debug builds.José Fonseca1-1/+4
2009-09-21gallium debug: Add gcc printf hint to debug_printfNicolai Hähnle1-3/+11
2009-09-09gallium: Added HaikuOS platformaljen1-0/+2
2009-04-24util: Add debug_printf_onceMicah Dowty1-0/+16
2009-04-24util: Add more entry points for dumping to bmpJakob Bornecrantz1-0/+5
2009-03-31util: Enable assembly breakpointt on x86_64.José Fonseca1-1/+1
2009-03-25util: Don't use x86 asm on x86_64.José Fonseca1-6/+3
2009-03-22debug: Add function for writing transfers to filesJakob Bornecrantz1-0/+3
2009-03-12util: fix debug_assert() to avoid unused variable warnings in release buildsKeith Whitwell1-1/+1
2009-02-18util: Move p_debug.h into util module.José Fonseca1-0/+361