summaryrefslogtreecommitdiff
path: root/src/mesa/main/arrayobj.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-19mesa: implement _mesa_GenVertexArrays() for GL_ARB_vertex_array_objectBrian Paul1-4/+29
2009-06-19mesa: implement _mesa_BindVertexArray()Brian Paul1-12/+43
2009-06-19mesa: move vertex array objects from shared state to per-contextBrian Paul1-21/+8
2009-05-22mesa: use Elements() macro to limit loops instead of constantsBrian Paul1-5/+5
2009-05-21mesa: added gl_array_object::Weight array fieldBrian Paul1-0/+3
2009-05-21mesa: check FEATURE_point_size_array for PointSize arrayBrian Paul1-0/+2
2009-05-21mesa: new _mesa_update_array_object_max_element() functionBrian Paul1-1/+77
2009-05-07mesa: make the array object save/remove functions staticBrian Paul1-7/+7
2009-05-07mesa: clean-up vertex array object VBO unbinding and delete/refcountingBrian Paul1-31/+33
2009-05-07mesa: reference counting for gl_array_objectBrian Paul1-4/+63
2009-05-07mesa: move the NullBufferObj from GLcontext to gl_shared_stateBrian Paul1-2/+3
2009-01-23mesa: improve array initialization code, and set the new array->Format field.Brian Paul1-75/+33
2008-12-31mesa: increase max texture image units and GLSL samplers to 16Brian Paul1-3/+3
2008-09-21mesa: point size arraysBrian Paul1-0/+9
2008-09-05mesa: replace MALLOC w/ CALLOC to fix valgrind warningBrian Paul1-1/+1
2008-09-04mesa: improved gl_buffer_object reference countingBrian Paul1-11/+20
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian1-1/+1
2006-10-30better handling of current attributes. Trivial dlist and varray tests workKeith Whitwell1-9/+0
2006-06-15minor clean-upsBrian Paul1-9/+4
2006-06-12s/buffer/arrays/Brian Paul1-7/+5
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick1-0/+426