summaryrefslogtreecommitdiff
path: root/src/mesa/main/varray.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-26mesa: tidy up left over APPLE_vertex_array_object semanticsTimothy Arceri1-1/+1
2017-04-22mesa: replace _mesa_index_buffer::type with index_sizeMarek Olšák1-6/+7
2017-04-19mesa: add KHR_no_error support to glVertexAttribDivisor()Timothy Arceri1-8/+10
2017-04-19mesa/varray: add KHR_no_error support to *Pointer() functionsTimothy Arceri1-116/+236
2017-04-19mesa/varray: add KHR_no_error support to some callers of validate_array_format()Timothy Arceri1-63/+73
2017-04-19mesa/varray: rename update_array_format() -> validate_array_format()Timothy Arceri1-26/+45
2017-04-19mesa/varray: create get_array_format() helperTimothy Arceri1-11/+20
2017-04-19mesa/varray: split update_array() into validate_array() and update_array()Timothy Arceri1-14/+41
2017-04-19mesa: move glMultiDrawArrays to vbo and fix error handlingNicolai Hähnle1-18/+0
2017-04-08mesa: simplify and optimise vertex bindings trackingTimothy Arceri1-5/+3
2017-04-07mesa: stop abstracting buffer object hashtable lockingTimothy Arceri1-2/+2
2017-03-31mesa: move FLUSH_VERTICES() call to metaTimothy Arceri1-7/+2
2017-03-16mesa: Create pointers for multithread marshalling dispatch table.Paul Berry1-4/+4
2016-11-09mesa/extensions: expose OES_vertex_half_float for ES2Kevin Strasser1-2/+5
2016-10-28mesa: rename gl_client_array -> gl_vertex_arrayBrian Paul1-2/+2
2016-10-28mesa: update comment on vertex_attrib_binding()Brian Paul1-1/+2
2016-10-28mesa: rename gl_vertex_array_object::VertexBinding to BufferBindingBrian Paul1-16/+16
2016-10-13mesa: fix indentation in vertex_attrib_binding()Brian Paul1-2/+2
2016-10-13mesa: add sanity check assertion in update_array_formatBrian Paul1-0/+3
2016-10-13mesa: remove needless cast in update_array()Brian Paul1-1/+1
2016-10-13mesa: simplify update_array() with a vao local varBrian Paul1-7/+7
2016-10-13mesa: rename gl_vertex_attrib_array gl_array_attributesBrian Paul1-7/+7
2016-10-13mesa: rename gl_vertex_attrib_array::VertexBindingBrian Paul1-8/+8
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
2016-07-31mesa: Walk the VAO in _mesa_print_arrays.Mathias Fröhlich1-32/+20
2016-01-19mesa: Move sanity check of BindVertexBuffer for OpenGL ES 3.1Marta Lofstedt1-0/+4
2015-12-10mesa/varray: set double arrays to non-normalised.Dave Airlie1-1/+1
2015-11-26mesa: error out in indirect draw when vertex bindings mismatchTapani Pälli1-0/+10
2015-11-24mesa: Refactor enable_vertex_array_attrib to make _mesa_enable_vertex_array_a...Ian Romanick1-9/+17
2015-11-24mesa: Refactor update_array_format to make _mesa_update_array_format_publicIan Romanick1-19/+49
2015-11-24mesa: Make bind_vertex_buffer avilable outside varray.cIan Romanick1-14/+15
2015-10-03mesa: remove Driver.NewArrayObjectMarek Olšák1-1/+1
2015-09-22mesa/es3.1: Enable GL_ARB_vertex_attrib_binding functionality for GLES 3.1Marta Lofstedt1-7/+7
2015-09-16mesa: whitespace, line wrap fixes in varray.cBrian Paul1-12/+20
2015-09-02mesa: Remove target parameter from _mesa_handle_bind_buffer_genIan Romanick1-2/+1
2015-07-20mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke1-3/+3
2015-06-22mesa: use _mesa_lookup_enum_by_nr() in print_array()Brian Paul1-4/+4
2015-05-28Revert "mesa: Add ARB_direct_state_access checks in VAO functions"Ian Romanick1-64/+0
2015-05-14mesa: Add ARB_direct_state_access checks in VAO functionsFredrik Höglund1-0/+64
2015-05-08mesa: Implement GetVertexArrayIndexed[64]ivFredrik Höglund1-0/+117
2015-05-08mesa: Add support for querying GL_VERTEX_ATTRIB_ARRAY_LONGFredrik Höglund1-0/+5
2015-05-08mesa: Add a vao parameter to get_vertex_array_attribFredrik Höglund1-9/+16
2015-05-08mesa: Implement VertexArrayBindingDivisorFredrik Höglund1-16/+49
2015-05-08mesa: Add a vao parameter to vertex_binding_divisorFredrik Höglund1-4/+6
2015-05-08mesa: Implement VertexArrayAttribBindingFredrik Höglund1-22/+55
2015-05-08mesa: Add a vao parameter to vertex_attrib_bindingFredrik Höglund1-6/+9
2015-05-08mesa: Implement VertexArrayAttrib[I|L]FormatFredrik Höglund1-0/+79
2015-05-08mesa: Add a vao parameter to update_array_formatFredrik Höglund1-7/+10
2015-05-08mesa: Refactor VertexAttrib[I|L]FormatFredrik Höglund1-100/+49