| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: add missing texture strings in tex_target_name() | Brian Paul | 2013-06-10 | 1 | -0/+5 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: remove _NEW_PACKUNPACK | Marek Olšák | 2013-04-24 | 1 | -2/+1 |
* | mesa: remove DD_TRI_LIGHT_TWOSIDE flag | Brian Paul | 2013-04-17 | 1 | -12/+0 |
* | mesa: remove DD_TRI_UNFILLED flag | Brian Paul | 2013-04-17 | 1 | -3/+2 |
* | mesa: remove DD_TRI_SMOOTH flag | Brian Paul | 2013-04-17 | 1 | -3/+2 |
* | mesa: remove DD_TRI_STIPPLE flag | Brian Paul | 2013-04-17 | 1 | -2/+1 |
* | mesa: remove DD_TRI_OFFSET flag | Brian Paul | 2013-04-17 | 1 | -2/+1 |
* | mesa: remove DD_POINT_ATTEN flag | Brian Paul | 2013-04-17 | 1 | -3/+2 |
* | mesa: remove DD_POINT_SMOOTH flag | Brian Paul | 2013-04-17 | 1 | -2/+1 |
* | mesa: remove DD_LINE_STIPPLE flag | Brian Paul | 2013-04-17 | 1 | -2/+1 |
* | mesa: remove DD_SEPARATE_SPECULAR flag | Brian Paul | 2013-04-17 | 1 | -2/+1 |
* | mesa: remove unused DD_LINE_SMOOTH flag | Brian Paul | 2013-04-17 | 1 | -2/+1 |
* | Don't cast the return value of malloc/realloc | Matt Turner | 2012-09-05 | 1 | -9/+9 |
* | mesa: add DEBUG_INCOMPLETE_TEXTURE, DEBUG_INCOMPLETE_FBO flags | Brian Paul | 2012-05-11 | 1 | -1/+3 |
* | mesa: define DEBUG_SILENT flag, use in output_if_debug() | Brian Paul | 2012-05-11 | 1 | -0/+1 |
* | mesa: clean-up the debug/verbose flag setup code | Brian Paul | 2012-05-11 | 1 | -26/+46 |
* | mesa: remove unused DD_TRI_CULL_FRONT_BACK | Brian Paul | 2012-03-12 | 1 | -3/+2 |
* | mesa: remove unused DD_FLATSHADE | Brian Paul | 2012-03-12 | 1 | -2/+1 |
* | mesa: remove unused DD_TRI_TWOSTENCIL | Brian Paul | 2012-03-12 | 1 | -2/+1 |
* | mesa: support more format/type combos in _mesa_dump_image() | Brian Paul | 2012-02-06 | 1 | -1/+28 |
* | mesa: add support for GL_OES_EGL_image_external | Chia-I Wu | 2011-11-03 | 1 | -1/+2 |
* | mesa: simplify parameters to GetTexImage() driver hook | Brian Paul | 2011-09-30 | 1 | -3/+1 |
* | mesa: remove CHAN_TYPE cruft from debug.c | Brian Paul | 2011-09-20 | 1 | -4/+0 |
* | mesa: Remove all mention of MESA_FORMAT_CI8 | Ian Romanick | 2011-08-29 | 1 | -1/+0 |
* | mesa: Convert texture debug dump function to using MapTextureImage(). | Brian Paul | 2011-08-29 | 1 | -43/+51 |
* | mesa: Remove use of fpu_control.h | Chad Versace | 2011-08-16 | 1 | -11/+0 |
* | mesa: Recognize MESA_VERBOSE=all as shortcut for all debug options. | José Fonseca | 2011-04-06 | 1 | -1/+1 |
* | mesa: added _mesa_dump_image() for debugging | Brian Paul | 2011-03-24 | 1 | -0/+24 |
* | mesa: remove the MESA_NO_DITHER env var | Brian Paul | 2011-02-17 | 1 | -10/+0 |
* | mesa: make _mesa_write_renderbuffer_image() non-static | Brian Paul | 2011-02-16 | 1 | -3/+11 |
* | mesa: get rid of _NEW_ACCUM, clean-up _NEW_* #defines | Brian Paul | 2011-01-23 | 1 | -2/+1 |
* | mesa: clean-up _mesa_lookup_prim_by_nr() | Brian Paul | 2011-01-20 | 1 | -20/+0 |
* | mesa: Fix printf format warnings. | Vinson Lee | 2010-11-10 | 1 | -1/+1 |
* | mesa: remove unneeded DD_POINT_SIZE and DD_LINE_WIDTH tricaps | Roland Scheidegger | 2010-11-10 | 1 | -2/+0 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -2/+2 |
* | mesa: Remove SGI_color_matrix. | Eric Anholt | 2010-09-23 | 1 | -2/+1 |
* | Revert "glapi: Implement optional dispatch logging" | Kristian Høgsberg | 2010-09-09 | 1 | -5/+1 |
* | glapi: Implement optional dispatch logging | Kristian Høgsberg | 2010-09-09 | 1 | -1/+5 |
* | mesa: s/sprintf/_mesa_snprintf/ | Vinson Lee | 2010-05-02 | 1 | -2/+2 |
* | mesa: Also print _NEW_STENCIL in _mesa_print_state() | Kristian Høgsberg | 2010-03-23 | 1 | -1/+2 |
* | 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 |