summaryrefslogtreecommitdiff
path: root/src/mesa/main/debug.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-29mesa: move, clean-up _mesa_print_texture()Brian Paul1-0/+61
2009-10-28Merge branch 'texformat-rework'Brian Paul1-3/+4
2009-10-27mesa: more texture debug code changes, improvementsBrian Paul1-27/+66
2009-10-22mesa: added _mesa_dump_texture()Brian Paul1-3/+25
2009-10-21mesa: added _mesa_dump_renderbuffers() debug codeBrian Paul1-2/+74
2009-10-14mesa: added VERBOSE_SWAPBUFFERSBrian Paul1-1/+2
2009-10-14mesa: added MESA_VERBOSE option 'draw' to debug glDrawArrays/Elements, etc.Brian Paul1-1/+2
2009-10-14mesa: rename VERBOSE_IMMEDIATE->VERBOSE_MATERIAL to reflect what it doesBrian Paul1-1/+1
2009-10-05mesa: don't include texformat.hBrian Paul1-1/+0
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul1-1/+1
2009-08-04mesa: better texture dump/debug codeBrian Paul1-52/+45
2009-06-09Merge branch 'mesa_7_5_branch'Jakob Bornecrantz1-1/+1
2009-06-08mesa: Use matching signedness for the counter as upper bound.José Fonseca1-1/+1
2009-06-04mesa: call _mesa_ funcs, not gl funcs for debuggingBrian Paul1-15/+18
2009-05-21mesa: added debug functions for dumping color/depth/stencil buffersBrian Paul1-0/+101
2009-04-22mesa: fix _mesa_dump_textures(), add null ptr checkBrian Paul1-2/+3
2009-03-02mesa: more tex image debug/dumping codeBrian Paul1-0/+22
2009-02-11mesa: Move statements after declarations.José Fonseca1-1/+1
2009-02-07mesa: debug code for printing info about textures, writing teximages to diskBrian Paul1-0/+99
2009-02-06glsl: new MESA_GLSL env var for GLSL debugging featuresBrian Paul1-3/+1
2009-02-06Revert "mesa: meaningless whitespace change to see if git's working (ignore)"Brian Paul1-1/+3
2009-02-06mesa: meaningless whitespace change to see if git's working (ignore)Brian Paul1-3/+1
2008-11-01mesa: additional debug flags for glsl debug/disassemblyBrian Paul1-29/+25
2005-11-10Move code to enable FP exceptions into debug.c (set MESA_DEBUG=fpexceptions).Brian Paul1-1/+13
2005-09-13Move the ctx->FirstTimeCurrent initializationBrian Paul1-5/+2
2005-05-12new MESA_DEBUG option: disassemKeith Whitwell1-0/+3
2004-11-12added DD_TRI_TWOSTENCIL to ease EXT_stencil_two_side in device driversDaniel Borca1-1/+2
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul1-0/+2
2004-01-20remove _mesa_check_driver_hooks() - it's really not too useful anymoreBrian Paul1-41/+2
2003-09-18removed unused NoRaster and Rendering fields from GLcontextBrian Paul1-1/+0
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-0/+163
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2002-10-24Header file clean-up:Brian Paul1-3/+7
2002-06-29Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul1-3/+4
2001-03-29Remove ENABLE_* flags, ctx->_Enabled.Keith Whitwell1-29/+1
2001-03-29Removed DD_STENCIL, DD_FEEDBACK, DD_SELECT.Keith Whitwell1-7/+4