summaryrefslogtreecommitdiff
path: root/src/mesa/main/debug.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-09mesa/main/debug: Check if we successfully reopened the ppm file.Rafael Antognolli1-0/+5
2017-03-29mesa: don't use _NEW_TEXTURE mainly in mesa/mainMarek Olšák1-2/+3
2016-11-16mesa: if MESA_DEBUG=context, create a debug contextBrian Paul1-1/+2
2015-07-21mesa: replace Driver.GetTexImage with GetTexSubImage()Brian Paul1-1/+3
2015-07-20mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke1-1/+1
2015-04-01mesa: remove unneeded #include of colormac.hBrian Paul1-1/+1
2015-03-05mesa: remove THREADS check, printf calls in debug.cBrian Paul1-5/+0
2015-03-05mesa: include stdio.h where neededBrian Paul1-0/+1
2015-03-02mesa/main: replace Elements() with ARRAY_SIZE()Brian Paul1-4/+4
2014-09-24mesa: Drop _mesa_getenv() wrapper.Matt Turner1-2/+2
2014-01-27mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller1-2/+2
2014-01-27mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller1-5/+5
2014-01-27mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller1-2/+2
2013-11-21mesa: Update MESA_INFO to eliminate errorCourtney Goeltzenleuchter1-3/+7
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