Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: Clean up header file inclusion in arrayobj.h. | Vinson Lee | 2010-11-07 | 1 | -1/+3 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -5/+5 |
* | mesa: Reduce arrayobj.h header file inclusion. | Vinson Lee | 2010-07-28 | 1 | -1/+1 |
* | mesa: implement _mesa_GenVertexArrays() for GL_ARB_vertex_array_object | Brian Paul | 2009-06-19 | 1 | -0/+2 |
* | mesa: implement _mesa_BindVertexArray() | Brian Paul | 2009-06-19 | 1 | -0/+3 |
* | mesa: new _mesa_update_array_object_max_element() function | Brian Paul | 2009-05-21 | 1 | -1/+6 |
* | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-05-13 | 1 | -0/+1 |
|\ | |||||
| * | mesa: reference counting for gl_array_object | Brian Paul | 2009-05-13 | 1 | -7/+16 |
* | | mesa: make the array object save/remove functions static | Brian Paul | 2009-05-07 | 1 | -7/+0 |
* | | mesa: reference counting for gl_array_object | Brian Paul | 2009-05-07 | 1 | -7/+16 |
|/ | |||||
* | Add support for GL_APPLE_vertex_array_object. Several test programs | Ian Romanick | 2006-06-12 | 1 | -0/+70 |