Age | Commit message (Expand) | Author |
2010-02-19 | mesa: casts to silence new warnings from printf() | Brian Paul |
2010-02-19 | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg |
2010-02-19 | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg |
2010-02-19 | Remove _mesa_strstr in favor of plain strstr. | Kenneth Graunke |
2010-01-18 | mesa: Fix typo of 'unknown' in debug.c. | Vinson Lee |
2010-01-18 | mesa: Remove unnecessary headers from debug.c. | Vinson Lee |
2009-10-29 | mesa: move, clean-up _mesa_print_texture() | Brian Paul |
2009-10-28 | Merge branch 'texformat-rework' | Brian Paul |
2009-10-27 | mesa: more texture debug code changes, improvements | Brian Paul |
2009-10-22 | mesa: added _mesa_dump_texture() | Brian Paul |
2009-10-21 | mesa: added _mesa_dump_renderbuffers() debug code | Brian Paul |
2009-10-14 | mesa: added VERBOSE_SWAPBUFFERS | Brian Paul |
2009-10-14 | mesa: added MESA_VERBOSE option 'draw' to debug glDrawArrays/Elements, etc. | Brian Paul |
2009-10-14 | mesa: rename VERBOSE_IMMEDIATE->VERBOSE_MATERIAL to reflect what it does | Brian Paul |
2009-10-05 | mesa: don't include texformat.h | Brian Paul |
2009-09-30 | mesa: replace gl_texture_format with gl_format | Brian Paul |
2009-08-04 | mesa: better texture dump/debug code | Brian Paul |
2009-06-09 | Merge branch 'mesa_7_5_branch' | Jakob Bornecrantz |
2009-06-08 | mesa: Use matching signedness for the counter as upper bound. | José Fonseca |
2009-06-04 | mesa: call _mesa_ funcs, not gl funcs for debugging | Brian Paul |
2009-05-21 | mesa: added debug functions for dumping color/depth/stencil buffers | Brian Paul |
2009-04-22 | mesa: fix _mesa_dump_textures(), add null ptr check | Brian Paul |
2009-03-02 | mesa: more tex image debug/dumping code | Brian Paul |
2009-02-11 | mesa: Move statements after declarations. | José Fonseca |
2009-02-07 | mesa: debug code for printing info about textures, writing teximages to disk | Brian Paul |
2009-02-06 | glsl: new MESA_GLSL env var for GLSL debugging features | Brian Paul |
2009-02-06 | Revert "mesa: meaningless whitespace change to see if git's working (ignore)" | Brian Paul |
2009-02-06 | mesa: meaningless whitespace change to see if git's working (ignore) | Brian Paul |
2008-11-01 | mesa: additional debug flags for glsl debug/disassembly | Brian Paul |
2005-11-10 | Move code to enable FP exceptions into debug.c (set MESA_DEBUG=fpexceptions). | Brian Paul |
2005-09-13 | Move the ctx->FirstTimeCurrent initialization | Brian Paul |
2005-05-12 | new MESA_DEBUG option: disassem | Keith Whitwell |
2004-11-12 | added DD_TRI_TWOSTENCIL to ease EXT_stencil_two_side in device drivers | Daniel Borca |
2004-08-25 | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101... | Brian Paul |
2004-01-20 | remove _mesa_check_driver_hooks() - it's really not too useful anymore | Brian Paul |
2003-09-18 | removed unused NoRaster and Rendering fields from GLcontext | Brian Paul |
2003-07-17 | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell |
2003-06-05 | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick |
2002-10-24 | Header file clean-up: | Brian Paul |
2002-06-29 | Applied Matt Sealey's patch to remove/isolate all stdio.h function calls. | Brian Paul |
2001-03-29 | Remove ENABLE_* flags, ctx->_Enabled. | Keith Whitwell |
2001-03-29 | Removed DD_STENCIL, DD_FEEDBACK, DD_SELECT. | Keith Whitwell |
2001-03-29 | Removed DD_Z_NEVER. | Brian Paul |
2001-03-12 | Consistent copyright info (version number, date) across all files. | Gareth Hughes |
2001-03-03 | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul |
2000-12-28 | try and force a log message | Keith Whitwell |
2000-12-28 | try and force a log message | Keith Whitwell |
2000-12-28 | try and force a log message | Keith Whitwell |
2000-12-27 | try and force a log message | Keith Whitwell |
2000-12-26 | Major rework of tnl module | Keith Whitwell |