aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo/vbo_exec_array.c
Commit message (Expand)AuthorAgeFilesLines
* vbo: Use _DrawVAO for array type draw commands.Mathias Fröhlich2018-02-231-65/+94
* vbo: Use _VPMode instead of get_vp_mode().Mathias Fröhlich2018-02-231-5/+6
* vbo: add a comment on vbo_draw_transform_feedback()Brian Paul2018-02-081-0/+8
* mesa: rename gl_vertex_array_object::_VertexAttrib -> _VertexArrayBrian Paul2018-02-061-1/+1
* vbo: provide 64bits support to print_draw_arraysAndres Gomez2018-02-061-2/+19
* vbo: take into account the size when printing VAO elementsAndres Gomez2018-02-061-1/+1
* vbo: print first element of the VAO when the binding stride is 0Andres Gomez2018-02-061-3/+4
* vbo: Simplify input array distribution for array type draws.Mathias Fröhlich2018-02-011-83/+27
* vbo: Use static const VERT_ATTRIB->VBO_ATTRIB maps.Mathias Fröhlich2018-02-011-1/+4
* mesa: Put materials at the end of the generic block.Mathias Fröhlich2018-02-011-7/+7
* mesa: Use defines for the aliased material array attributes.Mathias Fröhlich2018-02-011-5/+5
* vbo: s/drawcount/drawcount_offsetBrian Paul2018-02-011-12/+16
* mesa/vbo: replace vbo_draw_method() with _mesa_set_drawing_arrays()Brian Paul2018-01-291-1/+1
* vbo: s/[0]/[VERT_ATTRIB_POS]/ in recalculate_input_bindings()Brian Paul2018-01-291-3/+3
* vbo: move, rename vp_mode enums, get_program_mode() functionBrian Paul2018-01-291-3/+3
* vbo: remove vbo_context.h and change includes to use vbo.h insteadBrian Paul2018-01-241-1/+0
* vbo: move VBO-private types, prototypes, etc. into new vbo_private.h headerBrian Paul2018-01-241-0/+1
* vbo: move vbo_sizeof_ib_type() into vbo_exec_array.cBrian Paul2018-01-241-7/+24
* vbo: replace assert(0) with unreachable()Brian Paul2018-01-241-1/+1
* mesa: shrink VERT_ATTRIB bitfields to 32 bitsMarek Olšák2017-11-251-1/+1
* vbo: fix glVertexAttrib(index=0)Brian Paul2017-08-241-1/+1
* vbo: make vbo_bind_arrays() staticBrian Paul2017-08-211-1/+1
* mesa: fix ES only draw if we have vertex positionsTimothy Arceri2017-08-221-2/+2
* mesa: add KHR_no_error support to glDrawTransformFeedback*()Samuel Pitoiset2017-07-311-3/+10
* mesa: add KHR_no_error support to glMultiDrawArrays()Samuel Pitoiset2017-07-311-2/+9
* mesa: add KHR_no_error support to glMultiDraw*Indirect*()Samuel Pitoiset2017-07-311-14/+42
* mesa: add KHR_no_error support to glMultiDrawElementsBaseVertex()Samuel Pitoiset2017-07-311-3/+10
* mesa: add KHR_no_error support to glDrawRangeElements*()Timothy Arceri2017-06-091-3/+10
* mesa/vbo: fix invalid min/max indexesRob Clark2017-05-091-6/+16
* mesa/vbo: reduce prim array sizeBartosz Tomczyk2017-05-031-37/+37
* vbo: set min_index = 0 so gallium can use the value directlyMarek Olšák2017-04-281-3/+3
* mesa: replace _mesa_index_buffer::type with index_sizeMarek Olšák2017-04-221-6/+6
* mesa/vbo: add KHR_no_error support to DrawElements*() functionsTimothy Arceri2017-04-191-23/+73
* mesa/vbo: add KHR_no_error support to vbo_exec_DrawArrays*()Timothy Arceri2017-04-191-10/+39
* mesa/vbo: move some Draw checks out of validationTimothy Arceri2017-04-191-0/+106
* vbo: fix gl_DrawID handling in glMultiDrawArraysNicolai Hähnle2017-04-191-6/+15
* mesa: move glMultiDrawArrays to vbo and fix error handlingNicolai Hähnle2017-04-191-0/+33
* vbo: kill primitive restart lowering in glDrawArraysMarek Olšák2017-02-211-49/+7
* mesa: rename gl_client_array -> gl_vertex_arrayBrian Paul2016-10-281-2/+2
* mesa: rename gl_vertex_array_object::VertexBinding to BufferBindingBrian Paul2016-10-281-3/+3
* vbo: clean up with 'indent', whitespace fixes, etc in vbo_exec_array.cBrian Paul2016-10-201-252/+276
* vbo: simplify some code in check_draw_elements_data()Brian Paul2016-10-131-5/+4
* mesa: rename gl_vertex_attrib_array gl_array_attributesBrian Paul2016-10-131-4/+4
* mesa: rename gl_vertex_attrib_array::VertexBindingBrian Paul2016-10-131-3/+3
* vbo: set draw_idMiklós Máté2016-08-261-0/+1
* vbo: fix format string compiler warning for 32-bit machinesJan Ziak2016-08-231-5/+6
* vbo: Make #if 0'd debugging code compile.Matt Turner2016-08-221-1/+1
* vbo: Remove always true return from vbo_bind_arrays.Mathias Fröhlich2016-08-151-25/+11
* mesa: Move check for vbo mapping into api_validate.c.Mathias Fröhlich2016-08-151-7/+1
* mesa: Move _mesa_all_buffers_are_unmapped to arrayobj.c.Mathias Fröhlich2016-08-151-35/+1