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