summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_debug.c
Commit message (Expand)AuthorAgeFilesLines
* android: print debug info to logcatWuZhen2016-11-011-1/+1
* gallium/util: make use of strtol() in debug_get_num_option()Samuel Pitoiset2016-09-261-17/+8
* gallium: remove PIPE_BIND_TRANSFER_READ/WRITEMarek Olšák2016-09-081-2/+0
* gallium/util: another unsigned -> enum pipe_prim_type changeBrian Paul2016-05-271-1/+1
* util: s/unsigned/enum pipe_resource_usage/ for buffer usage variablesBrian Paul2016-05-261-1/+1
* gallium/util: switch over to new u_debug_image.[ch] codeBrian Paul2016-02-081-311/+0
* gallium/util: whitespace, formatting fixes in u_debug.cBrian Paul2016-02-081-95/+106
* util: add debug_dump_ubyte_rgba_bmp()Brian Paul2016-01-051-0/+59
* gallium/auxiliary: Trivial code style cleanupEdward O'Callaghan2015-12-061-5/+5
* gallium: expose a debug message callback settable by context ownerIlia Mirkin2015-11-051-0/+14
* gallium/util: fix debug_get_flags_option on 32-bit harderRob Clark2015-10-151-3/+3
* gallium/util: fix debug_get_flags_option on 32-bitDave Airlie2015-08-291-3/+4
* gallium/util: clear up that debug_get_flags_option returns a 64-bit maskMarek Olšák2015-07-311-4/+4
* gallium: add BIND flags for R/W buffers and imagesMarek Olšák2015-07-161-1/+2
* gallium/util: add debug_print_usage_enum() debug helperBrian Paul2015-02-271-0/+19
* util: add debug_print_bind_flags() debug helperBrian Paul2015-02-261-0/+33
* util: move pipe_prim_names array into u_prim_name()Brian Paul2015-02-231-24/+21
* util: rewrite debug_print_transfer_flags() using debug_dump_flags()Brian Paul2015-02-231-28/+13
* wgl: Disable CRT message boxes when Windows system error messages boxes are d...José Fonseca2014-06-041-0/+32
* util/u_debug: Pass correct size to strncat.José Fonseca2014-04-231-4/+4
* auxiliary/os,auxiliary/util: Fix the `‘noreturn’ function does return` wa...José Fonseca2014-04-171-4/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* util: silence MSVC signed/unsigned warnings in debug_get_flags_option()Brian Paul2013-01-251-1/+1
* util: add new primitive types to pipe_prim_names[] arrayBrian Paul2013-01-141-0/+4
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-2/+1
* util/u_debug: Cleanup/fix debug_dump_image.José Fonseca2012-12-041-32/+24
* util: added debug_print_transfer_flags() functionBrian Paul2012-10-151-0/+41
* util: fix broken pipe_get_tile_rgba() callBrian Paul2012-10-111-1/+1
* gallium: unify transfer functionsMarek Olšák2012-10-111-16/+13
* gallium/util: Fix parsing of options with underscore.José Fonseca2012-06-271-1/+1
* util: add GALLIUM_LOG_FILE option for logging output to a fileBrian Paul2012-05-251-3/+3
* Remove windows kernel support code.José Fonseca2011-11-291-47/+0
* gallium/auxiliary: Remove os_stream.José Fonseca2011-11-291-7/+7
* util: Store alpha value too.José Fonseca2011-07-221-1/+1
* 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