summaryrefslogtreecommitdiff
path: root/src/mesa/main/debug.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-21mesa: declare _mesa_HashTable inside structures instead of as a pointerMarek Olšák1-2/+2
2021-12-14mesa: remove all GL func forward declarations because they are autogeneratedMarek Olšák1-0/+1
2021-12-08mesa/st: move pixel/bitmap functions to direct callDave Airlie1-2/+3
2021-12-08mesa/st: move texture APIs to direct st callsDave Airlie1-7/+8
2021-02-26mesa: remove _NEW_LIGHT_FF_PROGRAM in favor of _NEW_FF_(VERT|FRAG)_PROGRAMMarek Olšák1-2/+1
2021-02-26mesa: split _NEW_LIGHT into 3 flags: _NEW_LIGHT_(FF_PROGRAM|CONSTANTS|STATE)Marek Olšák1-2/+4
2021-02-15mesa: remove VERBOSE_DRAWMarek Olšák1-1/+0
2020-10-24mesa: Remove the key parameter from the _mesa_HashWalk callbackIan Romanick1-4/+2
2020-04-27mesa: replace _NEW_EVAL with vbo_exec_update_eval_mapsMarek Olšák1-2/+1
2020-04-21remove final imports.h and imports.c bitsDylan Baker1-3/+3
2020-04-21mesa|mapi: replace _mesa_[v]snprintf with [v]snprintfDylan Baker1-3/+3
2020-03-27Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák1-1/+1
2019-10-20mesa: Replace MESA_FORMAT_L8A8/A8L8 UNORM/SNORM/SRGB with an array format.Eric Anholt1-2/+1
2019-05-29Change a few frequented uses of DEBUG to !NDEBUGMarek Olšák1-2/+2
2019-05-04mesa: Remove the now unused _NEW_ARRAY state change flag.Mathias Fröhlich1-2/+1
2018-04-12mesa: include mtypes.h lessMarek Olšák1-0/+1
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