summaryrefslogtreecommitdiff
path: root/src/mesa/main/api_arrayelt.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-12mesa: use _mesa_is_bufferobj()Brian Paul1-1/+2
2009-05-22mesa: use Elements() for loop limitBrian Paul1-1/+1
2009-05-22mesa: minor code clean-upBrian Paul1-18/+19
2008-09-21mesa: add explict float castsKeith Whitwell1-48/+48
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian1-2/+2
2006-11-22Prune incoming state to the atoms of interest. Hopefully this willKeith Whitwell1-6/+14
2006-11-22Another fixKeith Whitwell1-0/+8
2006-11-21More fixes, glean seems to run now.Keith Whitwell1-2/+3
2006-11-21Fix more typos.Keith Whitwell1-2/+2
2006-11-20Fix typos that meant vbos were never unmappedKeith Whitwell1-4/+3
2006-11-16Make sure vbo's are mapped before accessing their contents inKeith Whitwell1-6/+89