summaryrefslogtreecommitdiff
path: root/src/mesa/main/varray.c
AgeCommit message (Expand)Author
2011-02-04mesa: Fix error checks in GetVertexAttrib functionsIan Romanick
2011-01-15mesa: support for GL_ARB_instanced_arraysBrian Paul
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee
2010-12-09mesa: allow GLfixed arrays for OpenGL ES 2.0Shuang He
2010-12-09mesa: Fix glTexCoordPointer with type GL_FIXED.Chia-I Wu
2010-11-07mesa: make fixed-pt and byte-valued arrays a runtime featureBrian Paul
2010-11-02mesa: use GLubyte for edge flag arraysBrian Paul
2010-10-28mesa: remove obsolete commentBrian Paul
2010-10-28mesa: consolidate glVertex/Color/etcPointer() codeBrian Paul
2010-10-28mesa: add gl_client_array::Integer field and related vertex array state codeBrian Paul
2010-10-28mesa: remove 'normalized' parameter from _mesa_VertexAttribIPointer()Brian Paul
2010-10-21mesa: set/get primitive restart stateBrian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-09-14mesa: update to version 64 of GL/glext.hBrian Paul
2010-07-14mesa: silence a printf warningBrian Paul
2010-05-25mesa: move all vertex array functions into varray.cBrian Paul
2010-05-25mesa: added _mesa_VertexAttribIPointer()Brian Paul
2010-04-20mesa: API and state for GL 3.1 primitive restartBrian Paul
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-03mesa: added texcoord unit assertionBrian Paul
2010-01-23mesa: add core support for ARB_half_float_vertex.Dave Airlie
2009-11-16mesa: remove unused vertex array driver hooksBrian Paul
2009-09-01mesa: Make MultiDrawElements submit multiple primitives at once.Eric Anholt
2009-08-07mesa: new _mesa_copy_client_array() functionBrian Paul
2009-08-04mesa: more error message info for vertex pointer functionsBrian Paul
2009-06-22mesa: enforce the rule that arrays live in VBOs for GL_ARB_vertex_array_objectBrian Paul
2009-06-19mesa: move vertex array objects from shared state to per-contextBrian Paul
2009-06-08mesa: EXT_vertex_array_bgra fixesMaciej Cencora
2009-05-22mesa: use Elements() for loop limitBrian Paul
2009-05-21mesa: s/MAX_VERTEX_PROGRAM_ATTRIBS/MAX_NV_VERTEX_PROGRAM_INPUTSBrian Paul
2009-05-21mesa: freshen comments for update_array()Brian Paul
2009-05-21mesa: remove const qualifierBrian Paul
2009-05-21mesa: VertexAttribPointer commentsBrian Paul
2009-05-21mesa: call _mesa_update_array_object_max_element() before printing array infoBrian Paul
2009-05-21mesa: added _mesa_print_arrays() for debuggingBrian Paul
2009-05-07mesa: reference counting for gl_array_objectBrian Paul
2009-05-07mesa: Compute gl_client_array->_MaxElement during array validationBrian Paul
2009-05-07mesa: use array->BufferObj instead of ctx->Array.ArrayBufferObjBrian Paul
2009-05-07mesa: added _ElementSize field to gl_client_arrayBrian Paul
2009-01-23mesa: update glColorPointer, etc for GL_EXT_vertex_array_bgraBrian Paul
2008-09-21mesa: added case for fixed ptBrian Paul
2008-09-21mesa: point size arraysBrian Paul
2008-09-21mesa: GL_BYTE vertex/texcoord arraysBrian Paul
2008-09-21mesa: initial support for fixed-pt vertex arraysBrian Paul
2008-09-04mesa: improved gl_buffer_object reference countingBrian Paul
2008-07-29mesa: remove an error check for NV_v_p that doesn't apply to ARB_v_pBrian Paul
2008-03-09Set normalized flag for GLubyte arrays in _mesa_VertexAttribPointerNV()Markus Amsler
2008-02-04Allow first != 0 in mesa CVA handling, and add more error checking.Eric Anholt
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian