summaryrefslogtreecommitdiff
path: root/src/mesa/main/arrayobj.c
AgeCommit message (Expand)AuthorFilesLines
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-3/+0
2012-12-21Make IsVertexArray() return false before BindVertexArray()Matt Turner1-3/+5
2012-11-12mesa: Standardize names of OpenGL functions.Paul Berry1-2/+2
2012-11-04mesa: Use "non-gen name" more consistently as an error message in GL core.Eric Anholt1-1/+1
2012-10-15mesa: Remove support for NV_vertex_program's special attributes aliasingEric Anholt1-2/+0
2012-09-15mesa: remove FEATURE_point_size_array define.Oliver McFadden1-2/+0
2012-08-29mesa: Fix VAO deletion on GL 3.1 core.Eric Anholt1-1/+1
2012-06-27mesa: make _mesa_reference_array_object() an inline functionBrian Paul1-5/+6
2012-04-20mesa: move gl_array_attrib::NewState to gl_array_object::NewArraysBrian Paul1-1/+0
2012-02-02mesa: Set the gl_array_object::ARBsemantics flag at the right timeIan Romanick1-1/+5
2012-01-24mesa: Rename gl_array_object::VBOonly to ::ARBsemanticsIan Romanick1-5/+11
2012-01-20mesa: Fix and speedup gl_array_object::_MaxElement computation.Mathias Fröhlich1-14/+27
2012-01-12mesa: remove _mesa_ffs(), implement ffs() for non-GNU platformsBrian Paul1-1/+1
2011-12-28mesa: Remove remaining FEATURE_ARB_vertex_buffer_object guards.Mathias Fröhlich1-4/+0
2011-11-29mesa: Use VERT_ATTRIB_* indexed array in gl_array_object.Mathias Fröhlich1-55/+39
2011-11-29mesa: Replace _NEW_ARRAY_* bits with VERT_BIT_*Mathias Fröhlich1-1/+1
2011-11-29mesa: move ElementArrayBufferObj to gl_array_objectYuanhan Liu1-0/+4
2011-11-02mesa: Set the "Integer" field of gl_client_array properly.Paul Berry1-0/+1
2011-10-01mesa: s/INLINE/inline/Brian Paul1-1/+1
2011-05-18mesa: only update array _MaxElement if array is enabledBrian Paul1-2/+3
2011-04-07mesa: Update _ElementSize.Brian Paul1-0/+2
2011-04-06mesa: consolidate code in _mesa_update_array_max_element()Brian Paul1-32/+2
2011-03-19mesa: 80-column wrappingBrian Paul1-1/+2
2011-01-31mesa: Initial size for secondary color array is 3Ian Romanick1-1/+1
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-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-12/+12
2010-02-25mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu1-1/+1
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg1-5/+5
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg1-1/+1
2010-02-09mesa: Enable true refcounting for NullBufferObj.Michal Krol1-0/+4
2009-06-19mesa: implement _mesa_GenVertexArrays() for GL_ARB_vertex_array_objectBrian Paul1-4/+29
2009-06-19mesa: implement _mesa_BindVertexArray()Brian Paul1-12/+43
2009-06-19mesa: move vertex array objects from shared state to per-contextBrian Paul1-21/+8
2009-05-22mesa: use Elements() macro to limit loops instead of constantsBrian Paul1-5/+5
2009-05-21mesa: added gl_array_object::Weight array fieldBrian Paul1-0/+3
2009-05-21mesa: check FEATURE_point_size_array for PointSize arrayBrian Paul1-0/+2
2009-05-21mesa: new _mesa_update_array_object_max_element() functionBrian Paul1-1/+77
2009-05-07mesa: make the array object save/remove functions staticBrian Paul1-7/+7
2009-05-07mesa: clean-up vertex array object VBO unbinding and delete/refcountingBrian Paul1-31/+33
2009-05-07mesa: reference counting for gl_array_objectBrian Paul1-4/+63
2009-05-07mesa: move the NullBufferObj from GLcontext to gl_shared_stateBrian Paul1-2/+3
2009-01-23mesa: improve array initialization code, and set the new array->Format field.Brian Paul1-75/+33
2008-12-31mesa: increase max texture image units and GLSL samplers to 16Brian Paul1-3/+3
2008-09-21mesa: point size arraysBrian Paul1-0/+9
2008-09-05mesa: replace MALLOC w/ CALLOC to fix valgrind warningBrian Paul1-1/+1
2008-09-04mesa: improved gl_buffer_object reference countingBrian Paul1-11/+20
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian1-1/+1
2006-10-30better handling of current attributes. Trivial dlist and varray tests workKeith Whitwell1-9/+0