| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Add support for querying GL_FRAGMENT_SHADER_DISCARDS_SAMPLES_EXT. | Francisco Jerez | 2016-08-24 | 1 | -0/+3 |
* | mesa: Add the missing defines for GL_OES_texture_compression_astc | Anuj Phogat | 2016-05-03 | 1 | -0/+23 |
* | mesa: Align the values of #define's in glheader.h | Anuj Phogat | 2016-05-03 | 1 | -29/+29 |
* | mesa: use GL_GEOMETRY_PROGRAM_NV instead of MESA_GEOMETRY_PROGRAM | Marek Olšák | 2015-06-05 | 1 | -6/+0 |
* | mesa: remove WGLAPI macro | Brian Paul | 2013-11-04 | 1 | -16/+0 |
* | mesa: remove BUILD_FOR_SNAP bits | Brian Paul | 2013-11-04 | 1 | -1/+1 |
* | mesa: Remove all traces of GL_OES_matrix_get | Ian Romanick | 2013-09-30 | 1 | -6/+0 |
* | mesa: Fix build with older gcc since update of glext.h | Tom Stellard | 2013-06-28 | 1 | -4/+0 |
* | 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: move GL_HALF_FLOAT_OES definition to glheader.h | Brian Paul | 2012-09-26 | 1 | -0/+7 |
* | mesa: add support for GL_OES_compressed_ETC1_RGB8_texture | Chia-I Wu | 2011-12-02 | 1 | -0/+4 |
* | mesa,glsl,mapi: Put extern "C" { ... } where appropriate. | José Fonseca | 2011-11-09 | 1 | -0/+10 |
* | mesa: add missing defines for GL_OES_EGL_image_external | Chia-I Wu | 2011-11-03 | 1 | -0/+8 |
* | mesa: add ATI_texture_compression_3dc | Marek Olšák | 2011-03-08 | 1 | -0/+4 |
* | Rename GLvisual and __GLcontextModes to struct gl_config | Kristian Høgsberg | 2010-10-13 | 1 | -1/+1 |
* | gl: Remove unused GLcontextModes fields | Kristian Høgsberg | 2010-10-13 | 1 | -16/+0 |
* | Get rid of GL/internal/glcore.h | Kristian Høgsberg | 2010-10-13 | 1 | -2/+36 |
* | mesa: update to version 64 of GL/glext.h | Brian Paul | 2010-09-14 | 1 | -3/+3 |
* | mesa: move, redefine MESA_GEOMETRY_PROGRAM | Brian Paul | 2010-09-14 | 1 | -1/+15 |
* | mesa: Optimize get.c by using a table-driven approach | Kristian Høgsberg | 2010-05-11 | 1 | -0/+15 |
* | mesa: Move support for paletted textures to main/teximage.c | Kristian Høgsberg | 2010-04-28 | 1 | -0/+13 |
* | mesa: Handle GL_TEXTURE_GEN_STR_OES in _mesa_Enable() | Kristian Høgsberg | 2010-04-28 | 1 | -1/+5 |
* | mesa: Move GL_RGB565 workaround into fbobject.c | Kristian Høgsberg | 2010-04-27 | 1 | -0/+4 |
* | mesa/main: Add more OpenGL ES types to glheader.h. | Chia-I Wu | 2009-11-05 | 1 | -0/+7 |
* | mesa: move #define for GL_PROGRAM_BINARY_LENGTH_OES | Brian Paul | 2009-04-14 | 1 | -0/+5 |
* | mesa: use quotes for #include | Brian Paul | 2009-02-24 | 1 | -1/+1 |
* | mesa: move a bunch of compiler-related stuff into new compiler.h header | Brian Paul | 2009-02-22 | 1 | -251/+14 |
* | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane | 2009-01-14 | 1 | -1/+2 |
|\ |
|
| * | Big endian fixes. | Matthieu Herrb | 2009-01-11 | 1 | -1/+2 |
| * | mesa: texture crop rect state | Brian Paul | 2008-09-21 | 1 | -0/+4 |
| * | mesa: point size arrays | Brian Paul | 2008-09-21 | 1 | -0/+10 |
| * | mesa: ASSERT macro is already defined by WinCE headers. | José Fonseca | 2008-09-21 | 1 | -0/+2 |
| * | mesa: initial support for fixed-pt vertex arrays | Brian Paul | 2008-09-21 | 1 | -0/+5 |
* | | Merge branch 'master' into gallium-0.2 | Keith Whitwell | 2008-09-21 | 1 | -9/+0 |
|\| |
|
| * | mesa: standardize on C99's uint*_t instead of u_int*_t | Keith Whitwell | 2008-09-21 | 1 | -9/+0 |
* | | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-09-11 | 1 | -14/+46 |
|\ \
| |/
|/| |
|
| * | mesa: texture crop rect state | Brian Paul | 2008-08-12 | 1 | -0/+4 |
| * | mesa: point size arrays | Brian Paul | 2008-06-25 | 1 | -0/+10 |
| * | mesa: Use standard integer types. | José Fonseca | 2008-06-24 | 1 | -9/+26 |
| * | mesa: ASSERT macro is already defined by WinCE headers. | José Fonseca | 2008-06-24 | 1 | -0/+2 |
| * | mesa: initial support for fixed-pt vertex arrays | Brian Paul | 2008-06-20 | 1 | -0/+5 |
* | | mesa: check for __INTERIX to typedef uintptr_t | Blair Sadewitz | 2008-07-15 | 1 | -0/+6 |
* | | Solaris port of Mesa 7.1 with autoconf support | Alan Coopersmith | 2008-06-21 | 1 | -5/+40 |
* | | glcore: build from mesa | George Sapountzis | 2008-04-23 | 1 | -5/+0 |
* | | fix __builtin_expect() definition test for IBM XLC (sf bug 1909832) | Brian | 2008-03-09 | 1 | -1/+1 |
* | | fixes for bluegene-xlc-osmesa config | Brian | 2007-09-20 | 1 | -1/+1 |
|/ |
|
* | Fix a number of MINGW32 issues | Zhang | 2007-07-21 | 1 | -1/+1 |