summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/debug.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: simplify parameters to GetTexImage() driver hookBrian Paul2011-09-301-3/+1
* mesa: remove CHAN_TYPE cruft from debug.cBrian Paul2011-09-201-4/+0
* mesa: Remove all mention of MESA_FORMAT_CI8Ian Romanick2011-08-291-1/+0
* mesa: Convert texture debug dump function to using MapTextureImage().Brian Paul2011-08-291-43/+51
* mesa: Remove use of fpu_control.hChad Versace2011-08-161-11/+0
* mesa: Recognize MESA_VERBOSE=all as shortcut for all debug options.José Fonseca2011-04-061-1/+1
* mesa: added _mesa_dump_image() for debuggingBrian Paul2011-03-241-0/+24
* mesa: remove the MESA_NO_DITHER env varBrian Paul2011-02-171-10/+0
* mesa: make _mesa_write_renderbuffer_image() non-staticBrian Paul2011-02-161-3/+11
* mesa: get rid of _NEW_ACCUM, clean-up _NEW_* #definesBrian Paul2011-01-231-2/+1
* mesa: clean-up _mesa_lookup_prim_by_nr()Brian Paul2011-01-201-20/+0
* mesa: Fix printf format warnings.Vinson Lee2010-11-101-1/+1
* mesa: remove unneeded DD_POINT_SIZE and DD_LINE_WIDTH tricapsRoland Scheidegger2010-11-101-2/+0
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* mesa: Remove SGI_color_matrix.Eric Anholt2010-09-231-2/+1
* Revert "glapi: Implement optional dispatch logging"Kristian Høgsberg2010-09-091-5/+1
* glapi: Implement optional dispatch loggingKristian Høgsberg2010-09-091-1/+5
* mesa: s/sprintf/_mesa_snprintf/Vinson Lee2010-05-021-2/+2
* mesa: Also print _NEW_STENCIL in _mesa_print_state()Kristian Høgsberg2010-03-231-1/+2
* mesa: casts to silence new warnings from printf()Brian Paul2010-02-191-2/+2
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-28/+28
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-14/+14
* Remove _mesa_strstr in favor of plain strstr.Kenneth Graunke2010-02-191-3/+3
* mesa: Fix typo of 'unknown' in debug.c.Vinson Lee2010-01-181-1/+1
* mesa: Remove unnecessary headers from debug.c.Vinson Lee2010-01-181-2/+0
* mesa: move, clean-up _mesa_print_texture()Brian Paul2009-10-291-0/+61
* Merge branch 'texformat-rework'Brian Paul2009-10-281-3/+4
|\
| * mesa: don't include texformat.hBrian Paul2009-10-051-1/+0
| * mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-1/+1
* | mesa: more texture debug code changes, improvementsBrian Paul2009-10-271-27/+66
* | mesa: added _mesa_dump_texture()Brian Paul2009-10-221-3/+25
* | mesa: added _mesa_dump_renderbuffers() debug codeBrian Paul2009-10-211-2/+74
* | mesa: added VERBOSE_SWAPBUFFERSBrian Paul2009-10-141-1/+2
* | mesa: added MESA_VERBOSE option 'draw' to debug glDrawArrays/Elements, etc.Brian Paul2009-10-141-1/+2
* | mesa: rename VERBOSE_IMMEDIATE->VERBOSE_MATERIAL to reflect what it doesBrian Paul2009-10-141-1/+1
|/
* mesa: better texture dump/debug codeBrian Paul2009-08-041-52/+45
* Merge branch 'mesa_7_5_branch'Jakob Bornecrantz2009-06-091-1/+1
|\
| * mesa: Use matching signedness for the counter as upper bound.José Fonseca2009-06-081-1/+1
* | mesa: call _mesa_ funcs, not gl funcs for debuggingBrian Paul2009-06-041-15/+18
* | mesa: added debug functions for dumping color/depth/stencil buffersBrian Paul2009-05-211-0/+101
|/
* mesa: fix _mesa_dump_textures(), add null ptr checkBrian Paul2009-04-221-2/+3
* mesa: more tex image debug/dumping codeBrian Paul2009-03-021-0/+22
* mesa: Move statements after declarations.José Fonseca2009-02-111-1/+1
* mesa: debug code for printing info about textures, writing teximages to diskBrian Paul2009-02-071-0/+99
* glsl: new MESA_GLSL env var for GLSL debugging featuresBrian Paul2009-02-061-3/+1
* Revert "mesa: meaningless whitespace change to see if git's working (ignore)"Brian Paul2009-02-061-1/+3
* mesa: meaningless whitespace change to see if git's working (ignore)Brian Paul2009-02-061-3/+1
* mesa: additional debug flags for glsl debug/disassemblyBrian Paul2008-11-011-29/+25
* Move code to enable FP exceptions into debug.c (set MESA_DEBUG=fpexceptions).Brian Paul2005-11-101-1/+13
* Move the ctx->FirstTimeCurrent initializationBrian Paul2005-09-131-5/+2