summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/varray.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Implement glBindVertexBuffersFredrik Höglund2014-05-021-0/+113
* glapi: Add infrastructure for ARB_multi_bindFredrik Höglund2014-05-021-0/+7
* mesa: Use location VERT_ATTRIB_GENERIC0 for vertex attribute 0Anuj Phogat2014-05-011-7/+1
* mesa: Fix glGetVertexAttribi(GL_VERTEX_ATTRIB_ARRAY_SIZE)Anuj Phogat2014-04-161-1/+1
* mesa: fix glMultiDrawArrays inside a display listBrian Paul2014-03-271-3/+4
* mesa: fix the format of glEdgeFlagPointerMarek Olšák2014-03-071-2/+2
* mesa: Rename _mesa_..._array_obj functions to _mesa_..._vao.Kenneth Graunke2014-02-031-4/+3
* mesa: Rename "struct gl_array_object" to gl_vertex_array_object.Kenneth Graunke2014-02-031-9/+9
* mesa: Rename "arrayObj" local variables to "vao".Kenneth Graunke2014-02-031-49/+49
* mesa: Rename ArrayObj to VAO and DefaultArrayObj to DefaultVAO.Kenneth Graunke2014-02-031-27/+27
* mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.Paul Berry2014-01-091-12/+12
* mesa: call update_array_format() after error checkingBrian Paul2013-11-121-5/+5
* mesa: fix return statements in varray.cBrian Paul2013-11-071-2/+2
* mesa: add varray support for UNSIGNED_INT_10F_11F_11F_REV typeChris Forbes2013-11-081-3/+17
* mesa: Optimize rebinding the same VBOFredrik Höglund2013-11-071-2/+5
* mesa: Add Get* support for ARB_vertex_attrib_bindingFredrik Höglund2013-11-071-0/+10
* mesa: Add ARB_vertex_attrib_bindingFredrik Höglund2013-11-071-41/+450
* glapi: Add infrastructure for ARB_vertex_attrib_bindingFredrik Höglund2013-11-071-0/+43
* mesa: Rename gl_array_object::VertexAttrib to _VertexAttribFredrik Höglund2013-11-071-25/+25
* mesa: Split out the format code from update_array()Fredrik Höglund2013-11-071-57/+93
* mesa: Restore gl_array_object::NewArrayFredrik Höglund2013-11-071-0/+4
* mesa: Update the BGRA vertex array error handlingFredrik Höglund2013-08-151-1/+19
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Delete the ctx->Array._RestartIndex derived state.Kenneth Graunke2013-05-291-3/+2
* mesa: Add a helper function for determining the restart index.Kenneth Graunke2013-05-291-0/+24
* mesa: remove unused gl_array_object::NewArrayMarek Olšák2013-05-111-4/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* mesa: Drop manual checks for outside begin/end.Eric Anholt2013-01-211-28/+26
* mesa: Allow HALF_FLOAT in glVertexAttribPointer for GLES3Matt Turner2013-01-151-7/+7
* mesa/es3: Add support for GL_PRIMITIVE_RESTART_FIXED_INDEXIan Romanick2013-01-111-2/+3
* mesa: Fix computation of default vertex attrib stride for 2_10_10_10 formats.Paul Berry2012-12-131-1/+2
* mesa: return INVALID_VALUE from VertexAttribDivisor if index out of rangeMatt Turner2012-11-151-1/+1
* mesa: Standardize names of OpenGL functions.Paul Berry2012-11-121-11/+11
* mesa: Fix glGetVertexAttribI[u]iv now that we have real integer attribs.Kenneth Graunke2012-11-081-12/+4
* mesa: Remove API specific to GL_NV_vertex_program's aliased attribs.Eric Anholt2012-10-151-32/+0
* mesa: remove FEATURE_ARB_(fragment|vertex)_program defines.Oliver McFadden2012-09-151-2/+0
* mesa: remove FEATURE_NV_(fragment|vertex)_program defines.Oliver McFadden2012-09-151-2/+0
* mesa: Allow NULL vertex pointer without a VBOIan Romanick2012-08-291-4/+13
* mesa: Disallow VertexAttribPointer without a VAO in a core contextIan Romanick2012-08-291-0/+17
* mesa/es: Validate glGetVertexAttribf pname in Mesa code rather than the ES wr...Ian Romanick2012-08-291-3/+12
* mesa/es: Validate VertexPointer types in Mesa code rather than the ES wrapperIan Romanick2012-08-241-7/+6
* mesa/es: Validate TexCoordPointer size in Mesa code rather than the ES wrapperIan Romanick2012-08-241-1/+2
* mesa/es: Validate TexCoordPointer types in Mesa code rather than the ES wrapperIan Romanick2012-08-241-8/+6
* mesa/es: Validate NormalPointer types in Mesa code rather than the ES wrapperIan Romanick2012-08-241-5/+6
* mesa/es: Validate ColorPointer size in Mesa code rather than the ES wrapperIan Romanick2012-08-241-1/+2
* mesa/es: Validate ColorPointer types in Mesa code rather than the ES wrapperIan Romanick2012-08-241-7/+8
* mesa/es: Disallow BGRA vertex arrays in ES or ES2 contextsIan Romanick2012-08-241-0/+5