summaryrefslogtreecommitdiff
path: root/src/mesa/main/varray.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-09mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.Paul Berry1-12/+12
2013-11-12mesa: call update_array_format() after error checkingBrian Paul1-5/+5
2013-11-07mesa: fix return statements in varray.cBrian Paul1-2/+2
2013-11-08mesa: add varray support for UNSIGNED_INT_10F_11F_11F_REV typeChris Forbes1-3/+17
2013-11-07mesa: Optimize rebinding the same VBOFredrik Höglund1-2/+5
2013-11-07mesa: Add Get* support for ARB_vertex_attrib_bindingFredrik Höglund1-0/+10
2013-11-07mesa: Add ARB_vertex_attrib_bindingFredrik Höglund1-41/+450
2013-11-07glapi: Add infrastructure for ARB_vertex_attrib_bindingFredrik Höglund1-0/+43
2013-11-07mesa: Rename gl_array_object::VertexAttrib to _VertexAttribFredrik Höglund1-25/+25
2013-11-07mesa: Split out the format code from update_array()Fredrik Höglund1-57/+93
2013-11-07mesa: Restore gl_array_object::NewArrayFredrik Höglund1-0/+4
2013-08-15mesa: Update the BGRA vertex array error handlingFredrik Höglund1-1/+19
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-05-29mesa: Delete the ctx->Array._RestartIndex derived state.Kenneth Graunke1-3/+2
2013-05-29mesa: Add a helper function for determining the restart index.Kenneth Graunke1-0/+24
2013-05-11mesa: remove unused gl_array_object::NewArrayMarek Olšák1-4/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2013-01-21mesa: Drop manual checks for outside begin/end.Eric Anholt1-28/+26
2013-01-15mesa: Allow HALF_FLOAT in glVertexAttribPointer for GLES3Matt Turner1-7/+7
2013-01-11mesa/es3: Add support for GL_PRIMITIVE_RESTART_FIXED_INDEXIan Romanick1-2/+3
2012-12-13mesa: Fix computation of default vertex attrib stride for 2_10_10_10 formats.Paul Berry1-1/+2
2012-11-15mesa: return INVALID_VALUE from VertexAttribDivisor if index out of rangeMatt Turner1-1/+1
2012-11-12mesa: Standardize names of OpenGL functions.Paul Berry1-11/+11
2012-11-08mesa: Fix glGetVertexAttribI[u]iv now that we have real integer attribs.Kenneth Graunke1-12/+4
2012-10-15mesa: Remove API specific to GL_NV_vertex_program's aliased attribs.Eric Anholt1-32/+0
2012-09-15mesa: remove FEATURE_ARB_(fragment|vertex)_program defines.Oliver McFadden1-2/+0
2012-09-15mesa: remove FEATURE_NV_(fragment|vertex)_program defines.Oliver McFadden1-2/+0
2012-08-29mesa: Allow NULL vertex pointer without a VBOIan Romanick1-4/+13
2012-08-29mesa: Disallow VertexAttribPointer without a VAO in a core contextIan Romanick1-0/+17
2012-08-29mesa/es: Validate glGetVertexAttribf pname in Mesa code rather than the ES wr...Ian Romanick1-3/+12
2012-08-24mesa/es: Validate VertexPointer types in Mesa code rather than the ES wrapperIan Romanick1-7/+6
2012-08-24mesa/es: Validate TexCoordPointer size in Mesa code rather than the ES wrapperIan Romanick1-1/+2
2012-08-24mesa/es: Validate TexCoordPointer types in Mesa code rather than the ES wrapperIan Romanick1-8/+6
2012-08-24mesa/es: Validate NormalPointer types in Mesa code rather than the ES wrapperIan Romanick1-5/+6
2012-08-24mesa/es: Validate ColorPointer size in Mesa code rather than the ES wrapperIan Romanick1-1/+2
2012-08-24mesa/es: Validate ColorPointer types in Mesa code rather than the ES wrapperIan Romanick1-7/+8
2012-08-24mesa/es: Disallow BGRA vertex arrays in ES or ES2 contextsIan Romanick1-0/+5
2012-08-24mesa: Rearrange array type checking, filter more types in ESIan Romanick1-9/+25
2012-08-07mesa: Replace VersionMajor/VersionMinor with a Version field.Eric Anholt1-3/+2
2012-07-30mesa: add support for using API_OPENGL_COREJordan Justen1-1/+1
2012-04-20mesa: move gl_array_attrib::NewState to gl_array_object::NewArraysBrian Paul1-6/+4
2012-04-18mesa: Use array object constructor.Mathias Fröhlich1-1/+1
2012-02-29mesa: check for no state change in VertexAttribDivisor()Brian Paul1-2/+8
2012-02-20mesa: check for no state change in glPrimitiveRestartIndex()Brian Paul1-4/+5
2012-02-20mesa: check for no state change in Enable/DisableVertexAttribArray()Brian Paul1-10/+22
2012-02-20mesa: add missing return after _mesa_error() in update_array()Brian Paul1-0/+1
2012-01-24mesa: Rename gl_array_object::VBOonly to ::ARBsemanticsIan Romanick1-1/+1