| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: s/INLINE/inline/ | Brian Paul | 2014-09-04 | 1 | -2/+2 |
* | mesa: Don't use derived vertex state in api_arrayelt.c | Fredrik Höglund | 2014-06-24 | 1 | -54/+57 |
* | mesa: allow buffers to be mapped multiple times | Marek Olšák | 2014-02-25 | 1 | -5/+9 |
* | mesa: Rename ElementArrayBufferObj to IndexBufferObj. | Kenneth Graunke | 2014-02-03 | 1 | -1/+1 |
* | mesa: Rename _mesa_..._array_obj functions to _mesa_..._vao. | Kenneth Graunke | 2014-02-03 | 1 | -1/+1 |
* | mesa: Rename "struct gl_array_object" to gl_vertex_array_object. | Kenneth Graunke | 2014-02-03 | 1 | -2/+2 |
* | mesa: Rename "arrayObj" local variables to "vao". | Kenneth Graunke | 2014-02-03 | 1 | -24/+24 |
* | mesa: Rename ArrayObj to VAO and DefaultArrayObj to DefaultVAO. | Kenneth Graunke | 2014-02-03 | 1 | -2/+2 |
* | s/Tungsten Graphics/VMware/ | José Fonseca | 2014-01-17 | 1 | -1/+1 |
* | mesa: Fix derived vertex state not being updated in glCallList() | Fredrik Höglund | 2013-11-15 | 1 | -6/+16 |
* | mesa: Add ARB_vertex_attrib_binding | Fredrik Höglund | 2013-11-07 | 1 | -0/+7 |
* | mesa: Rename gl_array_object::VertexAttrib to _VertexAttrib | Fredrik Höglund | 2013-11-07 | 1 | -18/+18 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | mesa: Ignore fixed-index primitive restart in ArrayElement(). | Kenneth Graunke | 2013-05-29 | 1 | -1/+1 |
* | mesa: whitespace, formatting fixes, etc in api_arrayelt.c | Brian Paul | 2013-05-03 | 1 | -35/+65 |
* | 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 #include "mfeatures.h" from numerous source files | Brian Paul | 2013-04-17 | 1 | -1/+0 |
* | mesa/es3: Add support for GL_PRIMITIVE_RESTART_FIXED_INDEX | Ian Romanick | 2013-01-11 | 1 | -1/+1 |
* | mesa: Standardize names of OpenGL functions. | Paul Berry | 2012-11-12 | 1 | -16/+16 |
* | mesa: Remove support for NV_vertex_program's special attributes aliasing | Eric Anholt | 2012-10-15 | 1 | -19/+12 |
* | mesa: remove FEATURE_arrayelt define. | Oliver McFadden | 2012-09-15 | 1 | -6/+0 |
* | mesa: s/FREE/free/ | Brian Paul | 2012-09-01 | 1 | -1/+1 |
* | mesa: s/CALLOC/calloc/ | Brian Paul | 2012-09-01 | 1 | -1/+1 |
* | mesa: Add primitive restart support to glArrayElement | Jordan Justen | 2012-05-05 | 1 | -1/+9 |
* | mesa: Use VERT_ATTRIB_* indexed array in gl_array_object. | Mathias Fröhlich | 2011-11-29 | 1 | -19/+19 |
* | mesa: move ElementArrayBufferObj to gl_array_object | Yuanhan Liu | 2011-11-29 | 1 | -1/+1 |
* | mesa: Eliminate dd_function_table::MapBuffer | Ian Romanick | 2011-08-23 | 1 | -1/+4 |
* | mesa: Fix incorrect access parameter passed to MapBuffer | Ian Romanick | 2011-08-23 | 1 | -3/+1 |
* | mesa: Remove target parameter from dd_function_table::MapBuffer | Ian Romanick | 2011-08-23 | 1 | -1/+0 |
* | mesa: Remove target parameter from dd_function_table::UnmapBuffer | Ian Romanick | 2011-08-23 | 1 | -3/+1 |
* | mesa: Use appropriate call convention in VertexAttribI*v. | José Fonseca | 2011-03-25 | 1 | -136/+136 |
* | mesa: Directly include mfeatures.h in files that perform feature tests. | Vinson Lee | 2011-01-07 | 1 | -0/+1 |
* | mesa: Include mtypes.h in files that use gl_context struct. | Vinson Lee | 2011-01-05 | 1 | -0/+1 |
* | mesa: clean-up array element code | Brian Paul | 2010-10-28 | 1 | -190/+353 |
* | mesa: glArrayElement support for integer-valued arrays | Brian Paul | 2010-10-28 | 1 | -2/+215 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -6/+6 |
* | mesa: Move src/mesa/glapi/dispatch.h to mesa. | Chia-I Wu | 2010-02-25 | 1 | -1/+1 |
* | glapi: Always build libglapi.a. | Chia-I Wu | 2009-10-23 | 1 | -1/+0 |
* | mesa/main: New feature FEATURE_arrayelt. | Chia-I Wu | 2009-09-30 | 1 | -2/+16 |
* | mesa: use _mesa_is_bufferobj() | Brian Paul | 2009-08-12 | 1 | -1/+2 |
* | mesa: use Elements() for loop limit | Brian Paul | 2009-05-22 | 1 | -1/+1 |
* | mesa: minor code clean-up | Brian Paul | 2009-05-22 | 1 | -18/+19 |
* | mesa: add explict float casts | Keith Whitwell | 2008-09-21 | 1 | -48/+48 |
* | Be more consistant with paths in #includes. Eventually, eliminate a bunch of... | Brian | 2007-07-04 | 1 | -2/+2 |
* | Prune incoming state to the atoms of interest. Hopefully this will | Keith Whitwell | 2006-11-22 | 1 | -6/+14 |
* | Another fix | Keith Whitwell | 2006-11-22 | 1 | -0/+8 |
* | More fixes, glean seems to run now. | Keith Whitwell | 2006-11-21 | 1 | -2/+3 |
* | Fix more typos. | Keith Whitwell | 2006-11-21 | 1 | -2/+2 |