summaryrefslogtreecommitdiff
path: root/src/mesa/main/debug.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-10mesa: add missing texture strings in tex_target_name()Brian Paul1-0/+5
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-24mesa: remove _NEW_PACKUNPACKMarek Olšák1-2/+1
2013-04-17mesa: remove DD_TRI_LIGHT_TWOSIDE flagBrian Paul1-12/+0
2013-04-17mesa: remove DD_TRI_UNFILLED flagBrian Paul1-3/+2
2013-04-17mesa: remove DD_TRI_SMOOTH flagBrian Paul1-3/+2
2013-04-17mesa: remove DD_TRI_STIPPLE flagBrian Paul1-2/+1
2013-04-17mesa: remove DD_TRI_OFFSET flagBrian Paul1-2/+1
2013-04-17mesa: remove DD_POINT_ATTEN flagBrian Paul1-3/+2
2013-04-17mesa: remove DD_POINT_SMOOTH flagBrian Paul1-2/+1
2013-04-17mesa: remove DD_LINE_STIPPLE flagBrian Paul1-2/+1
2013-04-17mesa: remove DD_SEPARATE_SPECULAR flagBrian Paul1-2/+1
2013-04-17mesa: remove unused DD_LINE_SMOOTH flagBrian Paul1-2/+1
2012-09-05Don't cast the return value of malloc/reallocMatt Turner1-9/+9
2012-05-11mesa: add DEBUG_INCOMPLETE_TEXTURE, DEBUG_INCOMPLETE_FBO flagsBrian Paul1-1/+3
2012-05-11mesa: define DEBUG_SILENT flag, use in output_if_debug()Brian Paul1-0/+1
2012-05-11mesa: clean-up the debug/verbose flag setup codeBrian Paul1-26/+46
2012-03-12mesa: remove unused DD_TRI_CULL_FRONT_BACKBrian Paul1-3/+2
2012-03-12mesa: remove unused DD_FLATSHADEBrian Paul1-2/+1
2012-03-12mesa: remove unused DD_TRI_TWOSTENCILBrian Paul1-2/+1
2012-02-06mesa: support more format/type combos in _mesa_dump_image()Brian Paul1-1/+28
2011-11-03mesa: add support for GL_OES_EGL_image_externalChia-I Wu1-1/+2
2011-09-30mesa: simplify parameters to GetTexImage() driver hookBrian Paul1-3/+1
2011-09-20mesa: remove CHAN_TYPE cruft from debug.cBrian Paul1-4/+0
2011-08-29mesa: Remove all mention of MESA_FORMAT_CI8Ian Romanick1-1/+0
2011-08-29mesa: Convert texture debug dump function to using MapTextureImage().Brian Paul1-43/+51
2011-08-16mesa: Remove use of fpu_control.hChad Versace1-11/+0
2011-04-06mesa: Recognize MESA_VERBOSE=all as shortcut for all debug options.José Fonseca1-1/+1
2011-03-24mesa: added _mesa_dump_image() for debuggingBrian Paul1-0/+24
2011-02-17mesa: remove the MESA_NO_DITHER env varBrian Paul1-10/+0
2011-02-16mesa: make _mesa_write_renderbuffer_image() non-staticBrian Paul1-3/+11
2011-01-23mesa: get rid of _NEW_ACCUM, clean-up _NEW_* #definesBrian Paul1-2/+1
2011-01-20mesa: clean-up _mesa_lookup_prim_by_nr()Brian Paul1-20/+0
2010-11-10mesa: Fix printf format warnings.Vinson Lee1-1/+1
2010-11-10mesa: remove unneeded DD_POINT_SIZE and DD_LINE_WIDTH tricapsRoland Scheidegger1-2/+0
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-2/+2
2010-09-23mesa: Remove SGI_color_matrix.Eric Anholt1-2/+1
2010-09-09Revert "glapi: Implement optional dispatch logging"Kristian Høgsberg1-5/+1
2010-09-09glapi: Implement optional dispatch loggingKristian Høgsberg1-1/+5
2010-05-02mesa: s/sprintf/_mesa_snprintf/Vinson Lee1-2/+2
2010-03-23mesa: Also print _NEW_STENCIL in _mesa_print_state()Kristian Høgsberg1-1/+2
2010-02-19mesa: casts to silence new warnings from printf()Brian Paul1-2/+2
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg1-28/+28
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg1-14/+14
2010-02-19Remove _mesa_strstr in favor of plain strstr.Kenneth Graunke1-3/+3
2010-01-18mesa: Fix typo of 'unknown' in debug.c.Vinson Lee1-1/+1
2010-01-18mesa: Remove unnecessary headers from debug.c.Vinson Lee1-2/+0