| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix typos that meant vbos were never unmapped | Keith Whitwell | 2006-11-20 | 1 | -4/+3 |
* | Make sure vbo's are mapped before accessing their contents in | Keith Whitwell | 2006-11-16 | 1 | -6/+89 |
* | Add support for GL_APPLE_vertex_array_object. Several test programs | Ian Romanick | 2006-06-12 | 1 | -18/+18 |
* | No longer alias generic vertex attribs with conventional attribs for GL_ARB_v... | Brian Paul | 2006-04-25 | 1 | -12/+463 |
* | Revert my change from 1.37 as being bogus (see ensuing list discussion for | Adam Jackson | 2006-03-30 | 1 | -3/+2 |
* | Init FogCoordFuncs[0..5] too, remove some unneeded #includes | Brian Paul | 2006-03-17 | 1 | -3/+7 |
* | remove another test for IN_DRI_DRIVER | Brian Paul | 2006-03-17 | 1 | -36/+3 |
* | Avoid a crash when the user has enabled glVertex{,Attrib}Pointer but hasn't | Adam Jackson | 2006-01-19 | 1 | -2/+3 |
* | use ADD_POINTERS macro instead of (uintptr_t) cast | Brian Paul | 2005-11-25 | 1 | -8/+8 |
* | Fix recent problems with display lists and other parts of the code. | Ian Romanick | 2005-08-05 | 1 | -0/+28 |
* | remove fprintf() | Brian Paul | 2005-07-19 | 1 | -2/+0 |
* | Wrap every place that accesses a dispatch table with a macro. A new script- | Ian Romanick | 2005-07-18 | 1 | -424/+184 |