Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: casts to silence new warnings from printf() | Brian Paul | 2010-02-19 | 1 | -2/+2 |
| | |||||
* | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg | 2010-02-19 | 1 | -28/+28 |
| | |||||
* | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg | 2010-02-19 | 1 | -14/+14 |
| | |||||
* | Remove _mesa_strstr in favor of plain strstr. | Kenneth Graunke | 2010-02-19 | 1 | -3/+3 |
| | |||||
* | mesa: Fix typo of 'unknown' in debug.c. | Vinson Lee | 2010-01-18 | 1 | -1/+1 |
| | |||||
* | mesa: Remove unnecessary headers from debug.c. | Vinson Lee | 2010-01-18 | 1 | -2/+0 |
| | |||||
* | mesa: move, clean-up _mesa_print_texture() | Brian Paul | 2009-10-29 | 1 | -0/+61 |
| | |||||
* | Merge branch 'texformat-rework' | Brian Paul | 2009-10-28 | 1 | -3/+4 |
|\ | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/mesa/drivers/dri/radeon/radeon_fbo.c src/mesa/drivers/dri/s3v/s3v_tex.c src/mesa/drivers/dri/s3v/s3v_xmesa.c src/mesa/drivers/dri/trident/trident_context.c src/mesa/main/debug.c src/mesa/main/mipmap.c src/mesa/main/texformat.c src/mesa/main/texgetimage.c | ||||
| * | mesa: don't include texformat.h | Brian Paul | 2009-10-05 | 1 | -1/+0 |
| | | |||||
| * | mesa: replace gl_texture_format with gl_format | Brian Paul | 2009-09-30 | 1 | -1/+1 |
| | | | | | | | | | | | | Now gl_texture_image::TexFormat is a simple MESA_FORMAT_x enum. ctx->Driver.ChooseTexture format also returns a MESA_FORMAT_x. gl_texture_format will go away next. | ||||
* | | mesa: more texture debug code changes, improvements | Brian Paul | 2009-10-27 | 1 | -27/+66 |
| | | |||||
* | | mesa: added _mesa_dump_texture() | Brian Paul | 2009-10-22 | 1 | -3/+25 |
| | | |||||
* | | mesa: added _mesa_dump_renderbuffers() debug code | Brian Paul | 2009-10-21 | 1 | -2/+74 |
| | | |||||
* | | mesa: added VERBOSE_SWAPBUFFERS | Brian Paul | 2009-10-14 | 1 | -1/+2 |
| | | |||||
* | | mesa: added MESA_VERBOSE option 'draw' to debug glDrawArrays/Elements, etc. | Brian Paul | 2009-10-14 | 1 | -1/+2 |
| | | |||||
* | | mesa: rename VERBOSE_IMMEDIATE->VERBOSE_MATERIAL to reflect what it does | Brian Paul | 2009-10-14 | 1 | -1/+1 |
|/ | |||||
* | mesa: better texture dump/debug code | Brian Paul | 2009-08-04 | 1 | -52/+45 |
| | |||||
* | Merge branch 'mesa_7_5_branch' | Jakob Bornecrantz | 2009-06-09 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | Conflicts: Makefile src/mesa/main/version.h src/mesa/shader/slang/slang_preprocess.c src/mesa/state_tracker/st_cb_bufferobjects.c | ||||
| * | mesa: Use matching signedness for the counter as upper bound. | José Fonseca | 2009-06-08 | 1 | -1/+1 |
| | | |||||
* | | mesa: call _mesa_ funcs, not gl funcs for debugging | Brian Paul | 2009-06-04 | 1 | -15/+18 |
| | | |||||
* | | mesa: added debug functions for dumping color/depth/stencil buffers | Brian Paul | 2009-05-21 | 1 | -0/+101 |
|/ | |||||
* | mesa: fix _mesa_dump_textures(), add null ptr check | Brian Paul | 2009-04-22 | 1 | -2/+3 |
| | | | | Calling _mesa_dump_textures() deleted the textures... oops!!! | ||||
* | mesa: more tex image debug/dumping code | Brian Paul | 2009-03-02 | 1 | -0/+22 |
| | |||||
* | mesa: Move statements after declarations. | José Fonseca | 2009-02-11 | 1 | -1/+1 |
| | |||||
* | mesa: debug code for printing info about textures, writing teximages to disk | Brian Paul | 2009-02-07 | 1 | -0/+99 |
| | |||||
* | glsl: new MESA_GLSL env var for GLSL debugging features | Brian Paul | 2009-02-06 | 1 | -3/+1 |
| | | | | | | Replaces the VERBOSE_GLSL, VERBOSE_GLSL_DUMP flags which only worked in debug builds. MESA_GLSL will work both in debug and non-debug builds. Also add facility to dump glUniform() calls to stdout. | ||||
* | Revert "mesa: meaningless whitespace change to see if git's working (ignore)" | Brian Paul | 2009-02-06 | 1 | -1/+3 |
| | | | | | | This reverts commit b2e779988eeb595187933fe2122d86f8ccfe059c. I didn't mean to push this stuff yet. I'm having a bad git day... | ||||
* | mesa: meaningless whitespace change to see if git's working (ignore) | Brian Paul | 2009-02-06 | 1 | -3/+1 |
| | |||||
* | mesa: additional debug flags for glsl debug/disassembly | Brian Paul | 2008-11-01 | 1 | -29/+25 |
| | |||||
* | Move code to enable FP exceptions into debug.c (set MESA_DEBUG=fpexceptions). | Brian Paul | 2005-11-10 | 1 | -1/+13 |
| | | | | Get rid of MESA_DEBUG preprocessor symbol, just use DEBUG instead. | ||||
* | Move the ctx->FirstTimeCurrent initialization | Brian Paul | 2005-09-13 | 1 | -5/+2 |
| | |||||
* | new MESA_DEBUG option: disassem | Keith Whitwell | 2005-05-12 | 1 | -0/+3 |
| | |||||
* | added DD_TRI_TWOSTENCIL to ease EXT_stencil_two_side in device drivers | Daniel Borca | 2004-11-12 | 1 | -1/+2 |
| | |||||
* | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch ↵ | Brian Paul | 2004-08-25 | 1 | -0/+2 |
| | | | | 1015696) | ||||
* | remove _mesa_check_driver_hooks() - it's really not too useful anymore | Brian Paul | 2004-01-20 | 1 | -41/+2 |
| | |||||
* | removed unused NoRaster and Rendering fields from GLcontext | Brian Paul | 2003-09-18 | 1 | -1/+0 |
| | |||||
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -0/+163 |
| | |||||
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
| | |||||
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -3/+7 |
| | | | | | | | | 1. Remove all.h and PC_HEADER junk. 2. Rolled mem.c and mem.h into imports.c and imports.h 3. Include imports.h instead of mem.h Restore _mesa_create/initialize_context() to be like they were in 4.0.4 New wrappers for a few std C functions: _mesa_atoi(), _mesa_strstr(), etc. | ||||
* | Applied Matt Sealey's patch to remove/isolate all stdio.h function calls. | Brian Paul | 2002-06-29 | 1 | -3/+4 |
| | | | | Instead of mstdio.[ch], use imports.[ch] to isolate these functions. | ||||
* | Remove ENABLE_* flags, ctx->_Enabled. | Keith Whitwell | 2001-03-29 | 1 | -29/+1 |
| | | | | Replace with ctx->Texture._TexMatEnabled, ctx->Texture._TexGenEnabled. | ||||
* | Removed DD_STENCIL, DD_FEEDBACK, DD_SELECT. | Keith Whitwell | 2001-03-29 | 1 | -7/+4 |
| | | | | Added some switchable debug to s_context.c | ||||
* | Removed DD_Z_NEVER. | Brian Paul | 2001-03-29 | 1 | -3/+2 |
| | | | | | | Replaced SEPERATE with SEPARATE. Renumbered _NEW_ flags. Removed _NEW_COLORTABLE. | ||||
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -0/+26 |
| | |||||
* | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | 2001-03-03 | 1 | -3/+3 |
| | |||||
* | try and force a log message | Keith Whitwell | 2000-12-28 | 1 | -1/+0 |
| | |||||
* | try and force a log message | Keith Whitwell | 2000-12-28 | 1 | -0/+1 |
| | |||||
* | try and force a log message | Keith Whitwell | 2000-12-28 | 1 | -1/+0 |
| | |||||
* | try and force a log message | Keith Whitwell | 2000-12-27 | 1 | -0/+1 |
| | |||||
* | Major rework of tnl module | Keith Whitwell | 2000-12-26 | 1 | -9/+11 |
| | | | | | | | New array_cache module Support 8 texture units in core mesa (now support 8 everywhere) Rework core mesa statechange operations to avoid flushing on many noop statechanges. |