| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mesa: Specify a better GL_MAX_SERVER_WAIT_TIMEOUT limit. | Kenneth Graunke | 2013-08-22 | 1 | -1/+1 |
* | mesa: Set ProfileMask properly for core profile. | Matt Turner | 2013-07-09 | 1 | -2/+4 |
* | mesa: Remove Driver.GetBufferSize and its callers. | Eric Anholt | 2013-06-25 | 1 | -45/+0 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | mesa: Move the mvp_with_dp4 flag to ShaderCompilerOptions. | Kenneth Graunke | 2013-05-12 | 1 | -12/+0 |
* | mesa: remove unused gl_constants::MaxColorTableSize | Marek Olšák | 2013-05-11 | 1 | -1/+0 |
* | mesa: unify MaxVertexVaryingComponents and MaxGeometryVaryingComponents | Marek Olšák | 2013-05-11 | 1 | -2/+0 |
* | mesa: move max texture image unit constants to gl_program_constants | Marek Olšák | 2013-05-11 | 1 | -8/+8 |
* | mesa: consolidate definitions of max texture image units | Marek Olšák | 2013-05-11 | 1 | -4/+2 |
* | 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 extra MapBufferRange in create_beginend_table() | Brian Paul | 2013-04-22 | 1 | -1/+0 |
* | mesa: remove #include "mfeatures.h" from numerous source files | Brian Paul | 2013-04-17 | 1 | -1/+0 |
* | mesa: Don't leak gl_context::BeginEnd at context destruction | Ian Romanick | 2013-04-12 | 1 | -0/+1 |
* | mesa: Don't leak shared state when context initialization fails | Ian Romanick | 2013-04-12 | 1 | -0/+1 |
* | Replace gl_frag_attrib enum with gl_varying_slot. | Paul Berry | 2013-03-15 | 1 | -3/+1 |
* | Replace gl_geom_result enum with gl_varying_slot. | Paul Berry | 2013-03-15 | 1 | -2/+0 |
* | Replace gl_geom_attrib enum with gl_varying_slot. | Paul Berry | 2013-03-15 | 1 | -2/+0 |
* | Replace gl_vert_result enum with gl_varying_slot. | Paul Berry | 2013-03-15 | 1 | -3/+3 |
* | mesa: Replace MESA_VERSION with PACKAGE_VERSION. | Matt Turner | 2013-03-12 | 1 | -1/+1 |
* | mesa: add new max sample count state | Chris Forbes | 2013-03-02 | 1 | -0/+5 |
* | mesa: Fix setup of ctx->Point.PointSprite for GLES2. | Eric Anholt | 2013-02-22 | 1 | -1/+0 |
* | mesa: implement GL_ARB_texture_buffer_range | Christoph Bumiller | 2013-01-30 | 1 | -0/+1 |
* | mesa: remove ctx->Driver.Error() hook | Brian Paul | 2013-01-29 | 1 | -5/+0 |
* | mesa: Delay display list save dispatch setup until Exec is set up. | Eric Anholt | 2013-01-21 | 1 | -1/+4 |
* | mesa: Make the drivers call a non-code-generated dispatch table setup. | Eric Anholt | 2013-01-21 | 1 | -0/+7 |
* | mesa: Remove the size argument from _mesa_alloc_dispatch_table(). | Eric Anholt | 2013-01-21 | 1 | -6/+3 |
* | mesa: Install a minimal dispatch table during glBegin()/glEnd(). | Eric Anholt | 2013-01-21 | 1 | -16/+92 |
* | mesa: Support querying GL_MAX_ELEMENT_INDEX in ES 3 | Matt Turner | 2013-01-10 | 1 | -0/+3 |
* | mesa: assert if driver did not compute the version | Jordan Justen | 2012-12-16 | 1 | -1/+1 |
* | mesa: don't initialize VBO vtxfmt in _vbo_CreateContext | Jordan Justen | 2012-12-16 | 1 | -1/+0 |
* | mesa: don't initialize exec dispatch tables in _mesa_initialize_context | Jordan Justen | 2012-12-16 | 1 | -3/+0 |
* | mesa: separate exec allocation from initialization | Jordan Justen | 2012-12-16 | 1 | -2/+5 |
* | mesa: Rename API_OPENGL to API_OPENGL_COMPAT. | Paul Berry | 2012-11-29 | 1 | -1/+1 |
* | mesa: fix MSVC signed/unsigned warnings in context.c | Brian Paul | 2012-11-06 | 1 | -2/+2 |
* | dispatch: stop using _mesa_create_exec_table_es1() for GLES1. | Paul Berry | 2012-11-01 | 1 | -25/+2 |
* | mesa: bump MAX_VARYING to 32 | Marek Olšák | 2012-10-29 | 1 | -1/+1 |
* | mesa: remove #if _HAVE_FULL_GL checks | Brian Paul | 2012-10-16 | 1 | -8/+0 |
* | mesa: Remove defines for NV_vertex_program limits. | Eric Anholt | 2012-10-15 | 1 | -8/+3 |
* | mesa: glGet: fix parameter lookup for apps using multiple APIs | Imre Deak | 2012-10-10 | 1 | -3/+2 |
* | mesa: remove the driverCtx parameter to _mesa_create/initialize_context() | Brian Paul | 2012-10-05 | 1 | -9/+3 |
* | mesa: remove unused gl_context::DriverCtx field | Brian Paul | 2012-10-05 | 1 | -1/+0 |
* | mesa: add fall-through comment, just to be clear | Brian Paul | 2012-09-29 | 1 | -0/+1 |
* | mesa: remove useless GLenum casts | Brian Paul | 2012-09-29 | 1 | -2/+2 |
* | mesa: allow MESA_GL_VERSION_OVERRIDE to override the API type | Jordan Justen | 2012-09-28 | 1 | -0/+4 |
* | mesa/main: Make no-op dispatch function public | Ian Romanick | 2012-09-28 | 1 | -3/+3 |
* | mesa: Pass GL context to _mesa_create_save_table | Ian Romanick | 2012-09-28 | 1 | -1/+1 |
* | Temporarily revert "mesa: remove remaining FEATURE_* defines where protected ... | José Fonseca | 2012-09-15 | 1 | -0/+4 |
* | mesa: remove remaining FEATURE_* defines where protected by API check. | Oliver McFadden | 2012-09-15 | 1 | -4/+0 |