summaryrefslogtreecommitdiff
path: root/src/mesa/main/varray.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-16mesa: remove unused vertex array driver hooksBrian Paul1-76/+26
2009-09-01mesa: Make MultiDrawElements submit multiple primitives at once.Eric Anholt1-18/+0
2009-08-07mesa: new _mesa_copy_client_array() functionBrian Paul1-0/+23
2009-08-04mesa: more error message info for vertex pointer functionsBrian Paul1-6/+12
2009-06-22mesa: enforce the rule that arrays live in VBOs for GL_ARB_vertex_array_objectBrian Paul1-25/+52
2009-06-19mesa: move vertex array objects from shared state to per-contextBrian Paul1-0/+26
2009-06-08mesa: EXT_vertex_array_bgra fixesMaciej Cencora1-3/+24
2009-05-22mesa: use Elements() for loop limitBrian Paul1-2/+2
2009-05-21mesa: s/MAX_VERTEX_PROGRAM_ATTRIBS/MAX_NV_VERTEX_PROGRAM_INPUTSBrian Paul1-1/+1
2009-05-21mesa: freshen comments for update_array()Brian Paul1-3/+2
2009-05-21mesa: remove const qualifierBrian Paul1-1/+1
2009-05-21mesa: VertexAttribPointer commentsBrian Paul1-0/+11
2009-05-21mesa: call _mesa_update_array_object_max_element() before printing array infoBrian Paul1-0/+2
2009-05-21mesa: added _mesa_print_arrays() for debuggingBrian Paul1-1/+46
2009-05-07mesa: reference counting for gl_array_objectBrian Paul1-2/+2
2009-05-07mesa: Compute gl_client_array->_MaxElement during array validationBrian Paul1-13/+0
2009-05-07mesa: use array->BufferObj instead of ctx->Array.ArrayBufferObjBrian Paul1-2/+2
2009-05-07mesa: added _ElementSize field to gl_client_arrayBrian Paul1-0/+2
2009-01-23mesa: update glColorPointer, etc for GL_EXT_vertex_array_bgraBrian Paul1-18/+68
2008-09-21mesa: added case for fixed ptBrian Paul1-0/+5
2008-09-21mesa: point size arraysBrian Paul1-0/+31
2008-09-21mesa: GL_BYTE vertex/texcoord arraysBrian Paul1-0/+10
2008-09-21mesa: initial support for fixed-pt vertex arraysBrian Paul1-0/+20
2008-09-04mesa: improved gl_buffer_object reference countingBrian Paul1-10/+5
2008-07-29mesa: remove an error check for NV_v_p that doesn't apply to ARB_v_pBrian Paul1-5/+0
2008-03-09Set normalized flag for GLubyte arrays in _mesa_VertexAttribPointerNV()Markus Amsler1-1/+2
2008-02-04Allow first != 0 in mesa CVA handling, and add more error checking.Eric Anholt1-7/+18
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian1-1/+1
2007-03-27fix incorrect _MaxElement calculationRoland Scheidegger1-1/+2
2006-09-04get rid of GL_BOOLEAN definition (bug 8113)Brian Paul1-5/+1
2006-06-13clean-ups and new commentsBrian Paul1-9/+19
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick1-77/+13
2006-04-25No longer alias generic vertex attribs with conventional attribs for GL_ARB_v...Brian Paul1-11/+12
2006-04-13Set array normalization flag for normals, colors (Keith)Brian Paul1-3/+3
2006-04-11More GLSL code:Michal Krol1-3/+3
2005-11-01Re-org and clean-up of vertx/fragment program limits (instructions,Brian Paul1-1/+1
2005-07-18Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick1-5/+5
2004-09-27VBO RefCount fix (David Reveman)Brian Paul1-0/+1
2004-03-10don't futz with GL_CLIENT_ACTIVE_TEXTURE in glClientActiveTexture (Robert Mer...Brian Paul1-22/+4
2004-03-03more changes to VBO reference counting and deletionBrian Paul1-0/+2
2004-02-11Do more bookkeeping of vertex buffer object reference counts.Brian Paul1-1/+3
2004-01-13init an uninitialized variable. This doesn't fix a latent bug becauseKarl Schultz1-1/+1
2003-12-12remove TexCoordInterleaveFactor. Clean up _mesa_InterleavedArrays()Brian Paul1-15/+15
2003-12-04Fix some problems with glDrawElements and vertex buffer objects.Brian Paul1-10/+4
2003-10-22Initial work for bounds checking of vertex arrays and vertex buffer objects.Brian Paul1-180/+135
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-24/+24
2003-09-19castsBrian Paul1-9/+9
2003-09-17Implement GL_ELEMENT_ARRAY_BUFFER_ARB for buffer objects.Brian Paul1-0/+8
2003-09-17More work on ARB_vertex_buffer_object.Brian Paul1-18/+47
2003-08-22Added support for GL_IBM_multimode_draw_arrays.Ian Romanick1-0/+40