Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-07 | mesa: Clean up header file inclusion in arrayobj.h. | Vinson Lee | |
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | |
2010-07-28 | mesa: Reduce arrayobj.h header file inclusion. | Vinson Lee | |
Directly include mtypes.h instead of including context.h to include mtypes.h. | |||
2009-06-19 | mesa: implement _mesa_GenVertexArrays() for GL_ARB_vertex_array_object | Brian Paul | |
This also involves adding a gl_array_object::VBOonly field. For the ARB extension, all arrays in the object must reside in a VBO. This flag keeps track of that requirement. | |||
2009-06-19 | mesa: implement _mesa_BindVertexArray() | Brian Paul | |
2009-05-21 | mesa: new _mesa_update_array_object_max_element() function | Brian Paul | |
This will replace the code in state.c | |||
2009-05-13 | Merge branch 'mesa_7_5_branch' | Brian Paul | |
Conflicts: src/mesa/main/arrayobj.c src/mesa/main/arrayobj.h src/mesa/main/context.c | |||
2009-05-13 | mesa: reference counting for gl_array_object | Brian Paul | |
Every kind of object that can be shared by multiple contexts should be refcounted. (cherry picked from commit 1030bf0ded2a88a5e27f7a4d393c11cfde3d3c5a) | |||
2009-05-07 | mesa: make the array object save/remove functions static | Brian Paul | |
2009-05-07 | mesa: reference counting for gl_array_object | Brian Paul | |
Every kind of object that can be shared by multiple contexts should be refcounted. | |||
2006-06-12 | Add support for GL_APPLE_vertex_array_object. Several test programs | Ian Romanick | |
and demos are also added. Adding basic support to drivers should be as easy as just enabling the extension, though thorough test would also be required. |