| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "mesa: Add ARB_direct_state_access checks in VAO functions" | Ian Romanick | 2015-05-28 | 1 | -22/+0 |
* | mesa: Add ARB_direct_state_access checks in VAO functions | Fredrik Höglund | 2015-05-14 | 1 | -0/+22 |
* | mesa: Implement GetVertexArrayiv | Fredrik Höglund | 2015-05-08 | 1 | -0/+34 |
* | mesa: Implement VertexArrayElementBuffer | Fredrik Höglund | 2015-05-08 | 1 | -0/+41 |
* | mesa: Keep track of the last looked-up VAO | Fredrik Höglund | 2015-05-08 | 1 | -13/+24 |
* | mesa: Add _mesa_lookup_vao_err | Fredrik Höglund | 2015-05-08 | 1 | -0/+47 |
* | mesa: Implement CreateVertexArrays | Fredrik Höglund | 2015-05-08 | 1 | -8/+28 |
* | mesa/vbo: add support for 64-bit vertex attributes. (v1) | Dave Airlie | 2015-05-08 | 1 | -0/+1 |
* | mesa/main: replace Elements() with ARRAY_SIZE() | Brian Paul | 2015-03-02 | 1 | -3/+3 |
* | mesa: Use assert() instead of ASSERT wrapper. | Matt Turner | 2015-02-23 | 1 | -5/+5 |
* | mesa: Use VertexArray, not _VertexArray, in array size expressions. | Kenneth Graunke | 2014-09-24 | 1 | -1/+1 |
* | mesa: Delete VAO _MaxElement code and index buffer bounds checking. | Kenneth Graunke | 2014-09-19 | 1 | -46/+0 |
* | mesa: fix crash in st/mesa after deleting a VAO | Marek Olšák | 2014-07-11 | 1 | -0/+15 |
* | mesa: switch to c11 mutex functions | Brian Paul | 2014-03-03 | 1 | -6/+6 |
* | mesa: Drop unnecessary (void) ctx from VAO code. | Kenneth Graunke | 2014-02-03 | 1 | -1/+0 |
* | mesa: Remove "APPLE" from some VAO error messages. | Kenneth Graunke | 2014-02-03 | 1 | -3/+3 |
* | mesa: Update some comments relating to VAOs. | Kenneth Graunke | 2014-02-03 | 1 | -1/+4 |
* | mesa: Rename ElementArrayBufferObj to IndexBufferObj. | Kenneth Graunke | 2014-02-03 | 1 | -2/+2 |
* | mesa: Rename _mesa_lookup_arrayobj to _mesa_lookup_vao. | Kenneth Graunke | 2014-02-03 | 1 | -4/+4 |
* | mesa: Rename _mesa_..._array_obj functions to _mesa_..._vao. | Kenneth Graunke | 2014-02-03 | 1 | -16/+16 |
* | mesa: Rename "struct gl_array_object" to gl_vertex_array_object. | Kenneth Graunke | 2014-02-03 | 1 | -23/+23 |
* | mesa: Rename "arrayObj" local variables to "vao". | Kenneth Graunke | 2014-02-03 | 1 | -22/+22 |
* | mesa: Rename ArrayObj to VAO and DefaultArrayObj to DefaultVAO. | Kenneth Graunke | 2014-02-03 | 1 | -4/+4 |
* | mesa: 80-column wrapping, remove trailing whitespace in arrayobj.c | Brian Paul | 2013-11-12 | 1 | -13/+16 |
* | mesa: Add ARB_vertex_attrib_binding | Fredrik Höglund | 2013-11-07 | 1 | -12/+51 |
* | mesa: Rename gl_array_object::VertexAttrib to _VertexAttrib | Fredrik Höglund | 2013-11-07 | 1 | -13/+13 |
* | mesa: free object labels when deleting | Timothy Arceri | 2013-09-04 | 1 | -0/+1 |
* | mesa: make _mesa_lookup_arrayobj() non-static | Timothy Arceri | 2013-09-04 | 1 | -5/+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 | -4/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Change "BRIAN PAUL OR IBM" 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: Drop manual checks for outside begin/end. | Eric Anholt | 2013-01-21 | 1 | -3/+0 |
* | Make IsVertexArray() return false before BindVertexArray() | Matt Turner | 2012-12-21 | 1 | -3/+5 |
* | mesa: Standardize names of OpenGL functions. | Paul Berry | 2012-11-12 | 1 | -2/+2 |
* | mesa: Use "non-gen name" more consistently as an error message in GL core. | Eric Anholt | 2012-11-04 | 1 | -1/+1 |
* | mesa: Remove support for NV_vertex_program's special attributes aliasing | Eric Anholt | 2012-10-15 | 1 | -2/+0 |
* | mesa: remove FEATURE_point_size_array define. | Oliver McFadden | 2012-09-15 | 1 | -2/+0 |
* | mesa: Fix VAO deletion on GL 3.1 core. | Eric Anholt | 2012-08-29 | 1 | -1/+1 |
* | mesa: make _mesa_reference_array_object() an inline function | Brian Paul | 2012-06-27 | 1 | -5/+6 |
* | mesa: move gl_array_attrib::NewState to gl_array_object::NewArrays | Brian Paul | 2012-04-20 | 1 | -1/+0 |
* | mesa: Set the gl_array_object::ARBsemantics flag at the right time | Ian Romanick | 2012-02-02 | 1 | -1/+5 |
* | mesa: Rename gl_array_object::VBOonly to ::ARBsemantics | Ian Romanick | 2012-01-24 | 1 | -5/+11 |
* | mesa: Fix and speedup gl_array_object::_MaxElement computation. | Mathias Fröhlich | 2012-01-20 | 1 | -14/+27 |
* | mesa: remove _mesa_ffs(), implement ffs() for non-GNU platforms | Brian Paul | 2012-01-12 | 1 | -1/+1 |
* | mesa: Remove remaining FEATURE_ARB_vertex_buffer_object guards. | Mathias Fröhlich | 2011-12-28 | 1 | -4/+0 |
* | mesa: Use VERT_ATTRIB_* indexed array in gl_array_object. | Mathias Fröhlich | 2011-11-29 | 1 | -55/+39 |
* | mesa: Replace _NEW_ARRAY_* bits with VERT_BIT_* | Mathias Fröhlich | 2011-11-29 | 1 | -1/+1 |
* | mesa: move ElementArrayBufferObj to gl_array_object | Yuanhan Liu | 2011-11-29 | 1 | -0/+4 |