summaryrefslogtreecommitdiff
path: root/src/mesa/main/varray.h
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-07mesa: Clean up header file inclusion in varray.h.Vinson Lee1-1/+5
2010-10-28mesa: remove 'normalized' parameter from _mesa_VertexAttribIPointer()Brian Paul1-1/+0
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-4/+4
2010-09-14mesa: update to version 64 of GL/glext.hBrian Paul1-2/+2
2010-05-25mesa: move all vertex array functions into varray.cBrian Paul1-0/+32
2010-05-25mesa: added _mesa_VertexAttribIPointer()Brian Paul1-0/+5
2010-04-20mesa: API and state for GL 3.1 primitive restartBrian Paul1-0/+3
2009-09-08mesa: Add support for ARB_draw_elements_base_vertex.Eric Anholt1-0/+15
2009-08-07mesa: new _mesa_copy_client_array() functionBrian Paul1-0/+6
2009-06-19mesa: move vertex array objects from shared state to per-contextBrian Paul1-0/+4
2009-05-21mesa: added _mesa_print_arrays() for debuggingBrian Paul1-12/+5
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell1-0/+18
2008-06-25mesa: point size arraysBrian Paul1-0/+4