summaryrefslogtreecommitdiff
path: root/src/mesa/main/arrayobj.c
AgeCommit message (Expand)Author
2011-01-31mesa: Initial size for secondary color array is 3Ian Romanick
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee
2011-01-05mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-02-25mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-09mesa: Enable true refcounting for NullBufferObj.Michal Krol
2009-06-19mesa: implement _mesa_GenVertexArrays() for GL_ARB_vertex_array_objectBrian Paul
2009-06-19mesa: implement _mesa_BindVertexArray()Brian Paul
2009-06-19mesa: move vertex array objects from shared state to per-contextBrian Paul
2009-05-22mesa: use Elements() macro to limit loops instead of constantsBrian Paul
2009-05-21mesa: added gl_array_object::Weight array fieldBrian Paul
2009-05-21mesa: check FEATURE_point_size_array for PointSize arrayBrian Paul
2009-05-21mesa: new _mesa_update_array_object_max_element() functionBrian Paul
2009-05-07mesa: make the array object save/remove functions staticBrian Paul
2009-05-07mesa: clean-up vertex array object VBO unbinding and delete/refcountingBrian Paul
2009-05-07mesa: reference counting for gl_array_objectBrian Paul
2009-05-07mesa: move the NullBufferObj from GLcontext to gl_shared_stateBrian Paul
2009-01-23mesa: improve array initialization code, and set the new array->Format field.Brian Paul
2008-12-31mesa: increase max texture image units and GLSL samplers to 16Brian Paul
2008-09-21mesa: point size arraysBrian Paul
2008-09-05mesa: replace MALLOC w/ CALLOC to fix valgrind warningBrian Paul
2008-09-04mesa: improved gl_buffer_object reference countingBrian Paul
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian
2006-10-30better handling of current attributes. Trivial dlist and varray tests workKeith Whitwell
2006-06-15minor clean-upsBrian Paul
2006-06-12s/buffer/arrays/Brian Paul
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick