summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/debug.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove DD_TRI_LIGHT_TWOSIDE flagBrian Paul2013-04-171-12/+0
* mesa: remove DD_TRI_UNFILLED flagBrian Paul2013-04-171-3/+2
* mesa: remove DD_TRI_SMOOTH flagBrian Paul2013-04-171-3/+2
* mesa: remove DD_TRI_STIPPLE flagBrian Paul2013-04-171-2/+1
* mesa: remove DD_TRI_OFFSET flagBrian Paul2013-04-171-2/+1
* mesa: remove DD_POINT_ATTEN flagBrian Paul2013-04-171-3/+2
* mesa: remove DD_POINT_SMOOTH flagBrian Paul2013-04-171-2/+1
* mesa: remove DD_LINE_STIPPLE flagBrian Paul2013-04-171-2/+1
* mesa: remove DD_SEPARATE_SPECULAR flagBrian Paul2013-04-171-2/+1
* mesa: remove unused DD_LINE_SMOOTH flagBrian Paul2013-04-171-2/+1
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-9/+9
* mesa: add DEBUG_INCOMPLETE_TEXTURE, DEBUG_INCOMPLETE_FBO flagsBrian Paul2012-05-111-1/+3
* mesa: define DEBUG_SILENT flag, use in output_if_debug()Brian Paul2012-05-111-0/+1
* mesa: clean-up the debug/verbose flag setup codeBrian Paul2012-05-111-26/+46
* mesa: remove unused DD_TRI_CULL_FRONT_BACKBrian Paul2012-03-121-3/+2
* mesa: remove unused DD_FLATSHADEBrian Paul2012-03-121-2/+1
* mesa: remove unused DD_TRI_TWOSTENCILBrian Paul2012-03-121-2/+1
* mesa: support more format/type combos in _mesa_dump_image()Brian Paul2012-02-061-1/+28
* mesa: add support for GL_OES_EGL_image_externalChia-I Wu2011-11-031-1/+2
* 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