summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/api_arrayelt.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: rename gl_vertex_attrib_array gl_array_attributesBrian Paul2016-10-131-4/+4
* mesa: rename gl_vertex_attrib_array::VertexBindingBrian Paul2016-10-131-10/+10
* mesa: annotate AttribFuncsARB[] as constEmil Velikov2016-10-061-1/+1
* main: s/GLuint/GLbitfield for state bitmasksBrian Paul2016-01-061-2/+2
* mesa/vbo: add support for 64-bit vertex attributes. (v1)Dave Airlie2015-05-081-2/+77
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-3/+3
* mesa: s/INLINE/inline/Brian Paul2014-09-041-2/+2
* mesa: Don't use derived vertex state in api_arrayelt.cFredrik Höglund2014-06-241-54/+57
* mesa: allow buffers to be mapped multiple timesMarek Olšák2014-02-251-5/+9
* mesa: Rename ElementArrayBufferObj to IndexBufferObj.Kenneth Graunke2014-02-031-1/+1
* mesa: Rename _mesa_..._array_obj functions to _mesa_..._vao.Kenneth Graunke2014-02-031-1/+1
* mesa: Rename "struct gl_array_object" to gl_vertex_array_object.Kenneth Graunke2014-02-031-2/+2
* mesa: Rename "arrayObj" local variables to "vao".Kenneth Graunke2014-02-031-24/+24
* mesa: Rename ArrayObj to VAO and DefaultArrayObj to DefaultVAO.Kenneth Graunke2014-02-031-2/+2
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* mesa: Fix derived vertex state not being updated in glCallList()Fredrik Höglund2013-11-151-6/+16
* mesa: Add ARB_vertex_attrib_bindingFredrik Höglund2013-11-071-0/+7
* mesa: Rename gl_array_object::VertexAttrib to _VertexAttribFredrik Höglund2013-11-071-18/+18
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Ignore fixed-index primitive restart in ArrayElement().Kenneth Graunke2013-05-291-1/+1
* mesa: whitespace, formatting fixes, etc in api_arrayelt.cBrian Paul2013-05-031-35/+65
* 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/es3: Add support for GL_PRIMITIVE_RESTART_FIXED_INDEXIan Romanick2013-01-111-1/+1
* mesa: Standardize names of OpenGL functions.Paul Berry2012-11-121-16/+16
* mesa: Remove support for NV_vertex_program's special attributes aliasingEric Anholt2012-10-151-19/+12
* mesa: remove FEATURE_arrayelt define.Oliver McFadden2012-09-151-6/+0
* mesa: s/FREE/free/Brian Paul2012-09-011-1/+1
* mesa: s/CALLOC/calloc/Brian Paul2012-09-011-1/+1
* mesa: Add primitive restart support to glArrayElementJordan Justen2012-05-051-1/+9
* mesa: Use VERT_ATTRIB_* indexed array in gl_array_object.Mathias Fröhlich2011-11-291-19/+19
* mesa: move ElementArrayBufferObj to gl_array_objectYuanhan Liu2011-11-291-1/+1
* mesa: Eliminate dd_function_table::MapBufferIan Romanick2011-08-231-1/+4
* mesa: Fix incorrect access parameter passed to MapBufferIan Romanick2011-08-231-3/+1
* mesa: Remove target parameter from dd_function_table::MapBufferIan Romanick2011-08-231-1/+0
* mesa: Remove target parameter from dd_function_table::UnmapBufferIan Romanick2011-08-231-3/+1
* mesa: Use appropriate call convention in VertexAttribI*v.José Fonseca2011-03-251-136/+136
* mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-071-0/+1
* mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee2011-01-051-0/+1
* mesa: clean-up array element codeBrian Paul2010-10-281-190/+353
* mesa: glArrayElement support for integer-valued arraysBrian Paul2010-10-281-2/+215
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-6/+6
* mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu2010-02-251-1/+1
* glapi: Always build libglapi.a.Chia-I Wu2009-10-231-1/+0
* mesa/main: New feature FEATURE_arrayelt.Chia-I Wu2009-09-301-2/+16
* mesa: use _mesa_is_bufferobj()Brian Paul2009-08-121-1/+2
* mesa: use Elements() for loop limitBrian Paul2009-05-221-1/+1
* mesa: minor code clean-upBrian Paul2009-05-221-18/+19