aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo/vbo.h
Commit message (Expand)AuthorAgeFilesLines
* mesa/vbo: Move _vbo_draw_indirect -> _mesa_draw_indirectMathias Fröhlich2018-11-011-10/+0
* mesa/vbo: Move src/mesa/vbo/vbo_exec_array.c -> src/mesa/main/draw.cMathias Fröhlich2018-11-011-33/+1
* vbo: Make no_current_update an argument to vbo_save_NotifyBegin.Mathias Fröhlich2018-11-011-1/+2
* vbo: Move no_current_update out of _mesa_prim.Mathias Fröhlich2018-11-011-2/+1
* vbo: Remove set but not used weak field from _mesa_prim.Mathias Fröhlich2018-11-011-2/+1
* mesa/vbo/tnl: Move gl_vertex_array related stuff to tnl.Mathias Fröhlich2018-05-101-37/+0
* mesa: Compute effective buffer bindings in the vao.Mathias Fröhlich2018-05-101-0/+8
* vbo: Move vbo_split into the tnl module.Mathias Fröhlich2018-03-311-81/+0
* vbo: Readd the arrays argument to the legacy draw methods.Mathias Fröhlich2018-03-311-0/+2
* vbo: Remove the now unused vbo draw path.Mathias Fröhlich2018-03-311-20/+0
* vbo: Remove vbo_indirect_draw_func.Mathias Fröhlich2018-03-311-32/+0
* mesa: Set DriverFlags.NewArray together with vbo...recalculate_inputs.Mathias Fröhlich2018-03-221-0/+9
* mesa: Move vbo draw functions into dd_function_table.Mathias Fröhlich2018-03-221-0/+18
* mesa: Make gl_vertex_array contain pointers to first order VAO members.Mathias Fröhlich2018-03-101-2/+2
* vbo: Implement method to track the inputs array.Mathias Fröhlich2018-02-231-0/+36
* vbo: improve comments on vbo_draw_func()Brian Paul2018-02-081-4/+5
* vbo: Move vbo_rebase into its only caller module tnl.Mathias Fröhlich2018-02-061-11/+0
* vbo: add comments on the VBO draw function typedefsBrian Paul2018-02-011-2/+55
* 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-241-2/+0
* vbo: remove unused vbo_any_varyings_in_vbos() functionBrian Paul2018-01-241-3/+0
* vbo: remove vbo_context.h and change includes to use vbo.h insteadBrian Paul2018-01-241-2/+1
* vbo: move remaining items from vbo_context.h to vbo.hBrian Paul2018-01-241-0/+6
* vbo: move VBO-private types, prototypes, etc. into new vbo_private.h headerBrian Paul2018-01-241-9/+0
* vbo: move vbo_sizeof_ib_type() into vbo_exec_array.cBrian Paul2018-01-241-16/+0
* mesa: move vbo_count_tessellated_primitives() to api_validate.cBrian Paul2018-01-241-4/+0
* vbo: make vbo_bind_arrays() staticBrian Paul2017-08-211-2/+0
* vbo: simplify vbo_save_NotifyBegin()Brian Paul2017-07-071-1/+1
* mesa: inline vbo_exec_invalidate_state() and call from mesa coreTimothy Arceri2017-06-091-1/+0
* mesa: replace _mesa_index_buffer::type with index_sizeMarek Olšák2017-04-221-1/+1
* mesa: rename gl_client_array -> gl_vertex_arrayBrian Paul2016-10-281-5/+5
* vbo: Remove always true return from vbo_bind_arrays.Mathias Fröhlich2016-08-151-1/+1
* vbo: Return INVALID_OPERATION during draw with a mapped bufferJordan Justen2016-04-271-3/+1
* vbo: cache/memoize the result of vbo_get_minmax_indices (v3)Nicolai Hähnle2016-02-031-0/+3
* vbo: create a new draw function interface for indirect drawsIlia Mirkin2016-01-071-0/+15
* vbo: s/GLuint/GLbitfield/ for state bitmasksBrian Paul2016-01-061-1/+1
* mesa/vbo: Add draw_id field to struct _mesa_primKristian Høgsberg Kristensen2015-12-291-0/+1
* mesa: remove Driver.EndCallListMarek Olšák2015-10-031-0/+1
* mesa: remove Driver.BeginCallListMarek Olšák2015-10-031-0/+1
* mesa: remove Driver.EndListMarek Olšák2015-10-031-0/+1
* mesa: remove Driver.NewListMarek Olšák2015-10-031-0/+1
* mesa: remove Driver.NotifySaveBeginMarek Olšák2015-10-031-1/+1
* mesa: remove Driver.SaveFlushVerticesMarek Olšák2015-10-031-0/+1
* mesa: remove Driver.FlushVerticesMarek Olšák2015-10-031-0/+3
* vbo: pass the stream from DrawTransformFeedbackStream to driversMarek Olšák2015-08-061-1/+2
* Fix invalid extern "C" around header inclusion.Mark Janes2015-03-051-0/+8
* mesa: pass indirect buffer to sw primitive restartChris Forbes2013-11-251-1/+2
* mesa: add indirect_offset, is_indirect to _mesa_primChris Forbes2013-11-251-1/+4
* mesa: add indirect drawing buffer parameter to draw functionsChristoph Bumiller2013-11-251-1/+2
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0