aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo
Commit message (Expand)AuthorAgeFilesLines
* vbo: add a comment on vbo_draw_transform_feedback()Brian Paul2018-02-081-0/+8
* vbo: improve comments on vbo_draw_func()Brian Paul2018-02-081-4/+5
* mesa: rename gl_vertex_array_object::_VertexAttrib -> _VertexArrayBrian Paul2018-02-061-1/+1
* vbo: Move vbo_rebase into its only caller module tnl.Mathias Fröhlich2018-02-062-262/+0
* mesa: Use atomics for buffer objects reference counts.Mathias Fröhlich2018-02-061-4/+4
* 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 dlist type draws.Mathias Fröhlich2018-02-011-46/+8
* vbo: Simplify input array distribution for imm type draws.Mathias Fröhlich2018-02-011-66/+15
* 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-016-35/+99
* mesa: Put materials at the end of the generic block.Mathias Fröhlich2018-02-013-16/+16
* mesa: Use defines for the aliased material array attributes.Mathias Fröhlich2018-02-014-13/+20
* vbo: Correctly handle attribute offsets in dlist draw.Mathias Fröhlich2018-02-013-31/+36
* vbo: change an argument in vbo_draw_indirect_prims()Brian Paul2018-02-011-5/+12
* vbo: add comments on the VBO draw function typedefsBrian Paul2018-02-011-2/+55
* vbo: s/drawcount/drawcount_offsetBrian Paul2018-02-011-12/+16
* vbo: use vbo local var for draw call in vbo_save_playback_vertex_list()Brian Paul2018-02-011-7/+7
* mesa: replace GLenum with GLenum16 in common structures (v4)Marek Olšák2018-01-294-4/+8
* mesa/vbo: replace vbo_draw_method() with _mesa_set_drawing_arrays()Brian Paul2018-01-294-41/+6
* vbo: s/[0]/[VERT_ATTRIB_POS]/ in recalculate_input_bindings()Brian Paul2018-01-291-3/+3
* vbo: add new VBO_ATTRIBS_ masks to vbo_attrib.hBrian Paul2018-01-291-0/+15
* vbo: s/VBO_ATTRIB_INDEX/VBO_ATTRIB_COLOR_INDEX/Brian Paul2018-01-292-12/+13
* vbo: minor clean-ups in vbo_exec.hBrian Paul2018-01-291-5/+6
* vbo: s/_API_NOOP_H/VBO_NOOP_H/ in vbo_noop.hBrian Paul2018-01-291-3/+3
* vbo: whitespace/formatting fixes in vbo_exec.hBrian Paul2018-01-291-15/+18
* vbo: move, rename vp_mode enums, get_program_mode() functionBrian Paul2018-01-295-22/+27
* vbo: s/cl/array/ in vbo_context.cBrian Paul2018-01-291-15/+15
* vbo: fix incorrect min/max_index values in display list draw callBrian Paul2018-01-243-3/+8
* vbo: whitespace/formatting fixes in vbo_split_inplace.cBrian Paul2018-01-241-104/+111
* vbo: whitespace/formatting fixes in vbo.hBrian Paul2018-01-241-44/+68
* vbo/i965: move vbo_all_varyings_in_vbos() to brw_draw.cBrian Paul2018-01-242-13/+0
* vbo: remove unused vbo_any_varyings_in_vbos() functionBrian Paul2018-01-242-13/+0
* vbo: remove unneeded #includesBrian Paul2018-01-244-5/+0
* vbo: remove vbo_context.h and change includes to use vbo.h insteadBrian Paul2018-01-2411-72/+1
* vbo: move remaining items from vbo_context.h to vbo.hBrian Paul2018-01-246-43/+34
* vbo: move VBO-private types, prototypes, etc. into new vbo_private.h headerBrian Paul2018-01-2412-165/+227
* mesa: use new _vbo_install_exec_vtxfmt() functionBrian Paul2018-01-242-0/+14
* vbo: move vbo_sizeof_ib_type() into vbo_exec_array.cBrian Paul2018-01-242-23/+24
* mesa: move vbo_count_tessellated_primitives() to api_validate.cBrian Paul2018-01-242-69/+0
* vbo: move DLIST_DANGLING_REFS from mtypes.h to vbo_save_api.cBrian Paul2018-01-241-0/+5
* vbo: replace assert(0) with unreachable()Brian Paul2018-01-245-11/+10
* vbo: fix, add comment in vbo_save.hBrian Paul2018-01-241-2/+2
* vbo: whitespace, formatting fixes in vbo_split.[ch]Brian Paul2018-01-242-60/+65
* vbo: fix VBO optimization regressionBrian Paul2018-01-182-4/+7
* mesa: remove unneeded #includes of main/compiler.hBrian Paul2018-01-171-1/+0
* vbo: reindent vbo_attrib.h to use 3 spacesBrian Paul2018-01-171-50/+50
* vbo: whitespace, formatting fixes in vbo_exec_api.cBrian Paul2018-01-171-99/+98
* vbo: add assertions, comments in vbo_exec_api.cBrian Paul2018-01-171-1/+7