summaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo/vbo.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* vbo: create a few utility functions for merging primitivesBrian Paul2013-05-031-0/+10
* vbo: add new vbo_initialize_exec_dispatch(), vbo_initialize_save_dispatch()Brian Paul2013-05-021-0/+9
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: Change args to vbo_count_tessellated_primitives.Paul Berry2012-12-181-1/+2
* vbo: use GLuint for numInstances to silence MSVC warningsBrian Paul2012-11-061-1/+1
* vbo: add a prefix to count_tessellated_primitivesDave Airlie2012-09-151-1/+1
* mesa: Add support for GL_ARB_base_instanceFredrik Höglund2012-06-191-0/+1
* vbo: add software primitive restart supportJordan Justen2012-05-171-0/+6