summaryrefslogtreecommitdiff
path: root/src/mesa/main/api_arrayelt.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-09mesa: rework _ae_invalidate_state() so that it just sets a dirty flagTimothy Arceri1-13/+13
2017-06-09mesa: rework vbo_exec_init()Timothy Arceri1-0/+7
2016-10-28mesa: rename gl_vertex_array_object::VertexBinding to BufferBindingBrian Paul1-10/+10
2016-10-13mesa: rename gl_vertex_attrib_array gl_array_attributesBrian Paul1-4/+4
2016-10-13mesa: rename gl_vertex_attrib_array::VertexBindingBrian Paul1-10/+10
2016-10-06mesa: annotate AttribFuncsARB[] as constEmil Velikov1-1/+1
2016-01-06main: s/GLuint/GLbitfield for state bitmasksBrian Paul1-2/+2
2015-05-08mesa/vbo: add support for 64-bit vertex attributes. (v1)Dave Airlie1-2/+77
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner1-3/+3
2014-09-04mesa: s/INLINE/inline/Brian Paul1-2/+2
2014-06-24mesa: Don't use derived vertex state in api_arrayelt.cFredrik Höglund1-54/+57
2014-02-25mesa: allow buffers to be mapped multiple timesMarek Olšák1-5/+9
2014-02-03mesa: Rename ElementArrayBufferObj to IndexBufferObj.Kenneth Graunke1-1/+1
2014-02-03mesa: Rename _mesa_..._array_obj functions to _mesa_..._vao.Kenneth Graunke1-1/+1
2014-02-03mesa: Rename "struct gl_array_object" to gl_vertex_array_object.Kenneth Graunke1-2/+2
2014-02-03mesa: Rename "arrayObj" local variables to "vao".Kenneth Graunke1-24/+24
2014-02-03mesa: Rename ArrayObj to VAO and DefaultArrayObj to DefaultVAO.Kenneth Graunke1-2/+2
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-1/+1
2013-11-15mesa: Fix derived vertex state not being updated in glCallList()Fredrik Höglund1-6/+16
2013-11-07mesa: Add ARB_vertex_attrib_bindingFredrik Höglund1-0/+7
2013-11-07mesa: Rename gl_array_object::VertexAttrib to _VertexAttribFredrik Höglund1-18/+18
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-05-29mesa: Ignore fixed-index primitive restart in ArrayElement().Kenneth Graunke1-1/+1
2013-05-03mesa: whitespace, formatting fixes, etc in api_arrayelt.cBrian Paul1-35/+65
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-11mesa/es3: Add support for GL_PRIMITIVE_RESTART_FIXED_INDEXIan Romanick1-1/+1
2012-11-12mesa: Standardize names of OpenGL functions.Paul Berry1-16/+16
2012-10-15mesa: Remove support for NV_vertex_program's special attributes aliasingEric Anholt1-19/+12
2012-09-15mesa: remove FEATURE_arrayelt define.Oliver McFadden1-6/+0
2012-09-01mesa: s/FREE/free/Brian Paul1-1/+1
2012-09-01mesa: s/CALLOC/calloc/Brian Paul1-1/+1
2012-05-05mesa: Add primitive restart support to glArrayElementJordan Justen1-1/+9
2011-11-29mesa: Use VERT_ATTRIB_* indexed array in gl_array_object.Mathias Fröhlich1-19/+19
2011-11-29mesa: move ElementArrayBufferObj to gl_array_objectYuanhan Liu1-1/+1
2011-08-23mesa: Eliminate dd_function_table::MapBufferIan Romanick1-1/+4
2011-08-23mesa: Fix incorrect access parameter passed to MapBufferIan Romanick1-3/+1
2011-08-23mesa: Remove target parameter from dd_function_table::MapBufferIan Romanick1-1/+0
2011-08-23mesa: Remove target parameter from dd_function_table::UnmapBufferIan Romanick1-3/+1
2011-03-25mesa: Use appropriate call convention in VertexAttribI*v.José Fonseca1-136/+136
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1
2011-01-05mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee1-0/+1
2010-10-28mesa: clean-up array element codeBrian Paul1-190/+353
2010-10-28mesa: glArrayElement support for integer-valued arraysBrian Paul1-2/+215
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-6/+6
2010-02-25mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu1-1/+1
2009-10-23glapi: Always build libglapi.a.Chia-I Wu1-1/+0
2009-09-30mesa/main: New feature FEATURE_arrayelt.Chia-I Wu1-2/+16