aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/varray.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: add KHR_no_error support for glVertexArrayVertexBuffer()Timothy Arceri2017-05-301-0/+4
* mesa: add KHR_no_error support for glBindVertexBuffer()Timothy Arceri2017-05-301-0/+3
* mesa: Make _mesa_primitive_restart_index a static inline in the header.Kenneth Graunke2017-05-091-2/+15
* mesa/varray: make use of dispatch KHR_no_error supportTimothy Arceri2017-05-041-4/+36
* mesa: replace _mesa_index_buffer::type with index_sizeMarek Olšák2017-04-221-1/+2
* mesa: move FLUSH_VERTICES() call to metaTimothy Arceri2017-03-311-1/+1
* mesa: rename gl_client_array -> gl_vertex_arrayBrian Paul2016-10-281-5/+5
* mesa: rename gl_vertex_attrib_array gl_array_attributesBrian Paul2016-10-131-4/+4
* mesa: Remove set but not used gl_client_array::Stride.Mathias Fröhlich2016-07-311-1/+0
* mesa: Remove set but not used gl_client_array::Enabled.Mathias Fröhlich2016-07-311-1/+0
* mesa: Refactor enable_vertex_array_attrib to make _mesa_enable_vertex_array_a...Ian Romanick2015-11-241-0/+5
* mesa: Refactor update_array_format to make _mesa_update_array_format_publicIan Romanick2015-11-241-0/+8
* mesa: Make bind_vertex_buffer avilable outside varray.cIan Romanick2015-11-241-0/+7
* mesa: Implement GetVertexArrayIndexed[64]ivFredrik Höglund2015-05-081-0/+10
* mesa: Implement VertexArrayBindingDivisorFredrik Höglund2015-05-081-0/+2
* mesa: Implement VertexArrayAttribBindingFredrik Höglund2015-05-081-0/+4
* mesa: Implement VertexArrayAttrib[I|L]FormatFredrik Höglund2015-05-081-0/+15
* mesa: Implement VertexArrayVertexBuffersFredrik Höglund2015-05-081-0/+5
* mesa: Implement VertexArrayVertexBufferFredrik Höglund2015-05-081-0/+4
* mesa: Implement EnableVertexArrayAttribFredrik Höglund2015-05-081-0/+4
* mesa: Implement DisableVertexArrayAttribFredrik Höglund2015-05-081-0/+4
* mesa/vbo: add support for 64-bit vertex attributes. (v1)Dave Airlie2015-05-081-0/+1
* mapi: add GL_ARB_vertex_attrib_64bit supportDave Airlie2015-05-081-1/+5
* mesa: Delete VAO _MaxElement code and index buffer bounds checking.Kenneth Graunke2014-09-191-33/+0
* mesa: Expose vbo_exec_DrawArraysInstanced as _mesa_DrawArraysInstanced.Kenneth Graunke2014-08-151-0/+4
* glapi: Add infrastructure for ARB_multi_bindFredrik Höglund2014-05-021-0/+4
* mesa: Use location VERT_ATTRIB_GENERIC0 for vertex attribute 0Anuj Phogat2014-05-011-0/+16
* mesa: remove duplicated prototypes in varray.hBrian Paul2013-11-151-6/+0
* mesa: use _mesa_is_bufferobj() helper in _mesa_vertex_attrib_address()Brian Paul2013-11-121-3/+4
* mesa: add const qualifiers to vertex array helper functionsBrian Paul2013-11-121-4/+4
* mesa: Handle zero-stride arrays in _mesa_update_array_max_element()Fredrik Höglund2013-11-071-2/+4
* mesa: Add ARB_vertex_attrib_bindingFredrik Höglund2013-11-071-0/+48
* glapi: Add infrastructure for ARB_vertex_attrib_bindingFredrik Höglund2013-11-071-0/+23
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Add a helper function for determining the restart index.Kenneth Graunke2013-05-291-0/+2
* 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: Standardize names of OpenGL functions.Paul Berry2012-11-121-11/+11
* mesa: remove #if _HAVE_FULL_GL checksBrian Paul2012-10-161-10/+0
* mesa: Remove API specific to GL_NV_vertex_program's aliased attribs.Eric Anholt2012-10-151-5/+0
* mesa: remove FEATURE_EXT_transform_feedback define.Oliver McFadden2012-09-151-4/+0
* mesa: implement DrawTransformFeedback from ARB_transform_feedback2Marek Olšák2011-12-151-0/+7
* mesa: s/INLINE/inline/Brian Paul2011-10-011-1/+1
* mesa: consolidate code in _mesa_update_array_max_element()Brian Paul2011-04-061-0/+31
* mesa: support for GL_ARB_instanced_arraysBrian Paul2011-01-151-0/+4
* mesa: Clean up header file inclusion in varray.h.Vinson Lee2010-12-071-1/+5
* mesa: remove 'normalized' parameter from _mesa_VertexAttribIPointer()Brian Paul2010-10-281-1/+0
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-4/+4