summaryrefslogtreecommitdiff
path: root/src/mesa/main/varray.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-14mapi: add GL_ARB_bindless_texture entry pointsSamuel Pitoiset1-0/+3
2017-06-07mesa: add KHR_no_error support for glBindVertexBuffers()Samuel Pitoiset1-0/+5
2017-06-07mesa: add KHR_no_error support for glVertexArrayVertexBuffers()Samuel Pitoiset1-0/+6
2017-05-30mesa: add KHR_no_error support for glVertexArrayVertexBuffer()Timothy Arceri1-0/+4
2017-05-30mesa: add KHR_no_error support for glBindVertexBuffer()Timothy Arceri1-0/+3
2017-05-09mesa: Make _mesa_primitive_restart_index a static inline in the header.Kenneth Graunke1-2/+15
2017-05-04mesa/varray: make use of dispatch KHR_no_error supportTimothy Arceri1-4/+36
2017-04-22mesa: replace _mesa_index_buffer::type with index_sizeMarek Olšák1-1/+2
2017-03-31mesa: move FLUSH_VERTICES() call to metaTimothy Arceri1-1/+1
2016-10-28mesa: rename gl_client_array -> gl_vertex_arrayBrian Paul1-5/+5
2016-10-13mesa: rename gl_vertex_attrib_array gl_array_attributesBrian Paul1-4/+4
2016-07-31mesa: Remove set but not used gl_client_array::Stride.Mathias Fröhlich1-1/+0
2016-07-31mesa: Remove set but not used gl_client_array::Enabled.Mathias Fröhlich1-1/+0
2015-11-24mesa: Refactor enable_vertex_array_attrib to make _mesa_enable_vertex_array_a...Ian Romanick1-0/+5
2015-11-24mesa: Refactor update_array_format to make _mesa_update_array_format_publicIan Romanick1-0/+8
2015-11-24mesa: Make bind_vertex_buffer avilable outside varray.cIan Romanick1-0/+7
2015-05-08mesa: Implement GetVertexArrayIndexed[64]ivFredrik Höglund1-0/+10
2015-05-08mesa: Implement VertexArrayBindingDivisorFredrik Höglund1-0/+2
2015-05-08mesa: Implement VertexArrayAttribBindingFredrik Höglund1-0/+4
2015-05-08mesa: Implement VertexArrayAttrib[I|L]FormatFredrik Höglund1-0/+15
2015-05-08mesa: Implement VertexArrayVertexBuffersFredrik Höglund1-0/+5
2015-05-08mesa: Implement VertexArrayVertexBufferFredrik Höglund1-0/+4
2015-05-08mesa: Implement EnableVertexArrayAttribFredrik Höglund1-0/+4
2015-05-08mesa: Implement DisableVertexArrayAttribFredrik Höglund1-0/+4
2015-05-08mesa/vbo: add support for 64-bit vertex attributes. (v1)Dave Airlie1-0/+1
2015-05-08mapi: add GL_ARB_vertex_attrib_64bit supportDave Airlie1-1/+5
2014-09-19mesa: Delete VAO _MaxElement code and index buffer bounds checking.Kenneth Graunke1-33/+0
2014-08-15mesa: Expose vbo_exec_DrawArraysInstanced as _mesa_DrawArraysInstanced.Kenneth Graunke1-0/+4
2014-05-02glapi: Add infrastructure for ARB_multi_bindFredrik Höglund1-0/+4
2014-05-01mesa: Use location VERT_ATTRIB_GENERIC0 for vertex attribute 0Anuj Phogat1-0/+16
2013-11-15mesa: remove duplicated prototypes in varray.hBrian Paul1-6/+0
2013-11-12mesa: use _mesa_is_bufferobj() helper in _mesa_vertex_attrib_address()Brian Paul1-3/+4
2013-11-12mesa: add const qualifiers to vertex array helper functionsBrian Paul1-4/+4
2013-11-07mesa: Handle zero-stride arrays in _mesa_update_array_max_element()Fredrik Höglund1-2/+4
2013-11-07mesa: Add ARB_vertex_attrib_bindingFredrik Höglund1-0/+48
2013-11-07glapi: Add infrastructure for ARB_vertex_attrib_bindingFredrik Höglund1-0/+23
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-05-29mesa: Add a helper function for determining the restart index.Kenneth Graunke1-0/+2
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
2012-11-12mesa: Standardize names of OpenGL functions.Paul Berry1-11/+11
2012-10-16mesa: remove #if _HAVE_FULL_GL checksBrian Paul1-10/+0
2012-10-15mesa: Remove API specific to GL_NV_vertex_program's aliased attribs.Eric Anholt1-5/+0
2012-09-15mesa: remove FEATURE_EXT_transform_feedback define.Oliver McFadden1-4/+0
2011-12-15mesa: implement DrawTransformFeedback from ARB_transform_feedback2Marek Olšák1-0/+7
2011-10-01mesa: s/INLINE/inline/Brian Paul1-1/+1
2011-04-06mesa: consolidate code in _mesa_update_array_max_element()Brian Paul1-0/+31
2011-01-15mesa: support for GL_ARB_instanced_arraysBrian Paul1-0/+4