summaryrefslogtreecommitdiff
path: root/src/mesa/main/arrayobj.c
AgeCommit message (Expand)AuthorFilesLines
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