summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/debug.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mesa: added _mesa_dump_renderbuffers() debug codeBrian Paul2009-10-211-2/+74
* | mesa: added VERBOSE_SWAPBUFFERSBrian Paul2009-10-141-1/+2
* | mesa: added MESA_VERBOSE option 'draw' to debug glDrawArrays/Elements, etc.Brian Paul2009-10-141-1/+2
* | mesa: rename VERBOSE_IMMEDIATE->VERBOSE_MATERIAL to reflect what it doesBrian Paul2009-10-141-1/+1
|/
* mesa: better texture dump/debug codeBrian Paul2009-08-041-52/+45
* Merge branch 'mesa_7_5_branch'Jakob Bornecrantz2009-06-091-1/+1
|\
| * mesa: Use matching signedness for the counter as upper bound.José Fonseca2009-06-081-1/+1
* | mesa: call _mesa_ funcs, not gl funcs for debuggingBrian Paul2009-06-041-15/+18
* | mesa: added debug functions for dumping color/depth/stencil buffersBrian Paul2009-05-211-0/+101
|/
* mesa: fix _mesa_dump_textures(), add null ptr checkBrian Paul2009-04-221-2/+3
* mesa: more tex image debug/dumping codeBrian Paul2009-03-021-0/+22
* mesa: Move statements after declarations.José Fonseca2009-02-111-1/+1
* mesa: debug code for printing info about textures, writing teximages to diskBrian Paul2009-02-071-0/+99
* glsl: new MESA_GLSL env var for GLSL debugging featuresBrian Paul2009-02-061-3/+1
* Revert "mesa: meaningless whitespace change to see if git's working (ignore)"Brian Paul2009-02-061-1/+3
* mesa: meaningless whitespace change to see if git's working (ignore)Brian Paul2009-02-061-3/+1
* mesa: additional debug flags for glsl debug/disassemblyBrian Paul2008-11-011-29/+25
* Move code to enable FP exceptions into debug.c (set MESA_DEBUG=fpexceptions).Brian Paul2005-11-101-1/+13
* Move the ctx->FirstTimeCurrent initializationBrian Paul2005-09-131-5/+2
* new MESA_DEBUG option: disassemKeith Whitwell2005-05-121-0/+3
* added DD_TRI_TWOSTENCIL to ease EXT_stencil_two_side in device driversDaniel Borca2004-11-121-1/+2
* Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul2004-08-251-0/+2
* remove _mesa_check_driver_hooks() - it's really not too useful anymoreBrian Paul2004-01-201-41/+2
* removed unused NoRaster and Rendering fields from GLcontextBrian Paul2003-09-181-1/+0
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-0/+163
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* Header file clean-up:Brian Paul2002-10-241-3/+7
* Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul2002-06-291-3/+4
* Remove ENABLE_* flags, ctx->_Enabled.Keith Whitwell2001-03-291-29/+1
* Removed DD_STENCIL, DD_FEEDBACK, DD_SELECT.Keith Whitwell2001-03-291-7/+4
* Removed DD_Z_NEVER.Brian Paul2001-03-291-3/+2
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-0/+26
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-3/+3
* try and force a log messageKeith Whitwell2000-12-281-1/+0
* try and force a log messageKeith Whitwell2000-12-281-0/+1
* try and force a log messageKeith Whitwell2000-12-281-1/+0
* try and force a log messageKeith Whitwell2000-12-271-0/+1