summaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo/vbo_save_draw.c
Commit message (Expand)AuthorAgeFilesLines
* vbo: replace assert(0) with unreachable()Brian Paul2018-01-241-1/+1
* vbo: fix VBO optimization regressionBrian Paul2018-01-181-1/+4
* vbo: use inputs_read var to simplify codeBrian Paul2018-01-171-4/+4
* vbo: use a new local 'array' variable in bind_vertex_list() loopBrian Paul2018-01-171-12/+13
* vbo: change vbo_context attribute map arrays to GLubyteBrian Paul2018-01-171-2/+2
* vbo: lift common code out of switch casesBrian Paul2018-01-171-9/+6
* vbo: optimize some display list drawing (v2)Brian Paul2018-01-171-0/+12
* vbo: rewrite some code in playback_copy_to_current()Brian Paul2018-01-171-8/+6
* vbo: rename some functions in vbo_save_draw.cBrian Paul2018-01-171-9/+9
* vbo: rename prim to primsBrian Paul2018-01-171-4/+4
* vbo: rename vbo_save_vertex_list::count to vertex_countBrian Paul2018-01-171-4/+5
* vbo: rename vbo_save_vertex_store::buffer to buffer_mapBrian Paul2018-01-171-1/+1
* vbo: whitespace fixes in vbo_save_draw.cBrian Paul2018-01-171-30/+31
* mesa: shrink VERT_ATTRIB bitfields to 32 bitsMarek Olšák2017-11-251-1/+1
* mesa: replace VP/FP/ATIfs _Enabled flags with helper functionsMarek Olšák2017-06-221-2/+4
* mesa: rename gl_client_array -> gl_vertex_arrayBrian Paul2016-10-281-1/+1
* r200/i915/st/mesa/compiler: use common inputs read fieldTimothy Arceri2016-10-261-2/+4
* mesa/i965/i915/r200: eliminate gl_vertex_programTimothy Arceri2016-10-261-2/+2
* mesa: Remove set but not used gl_client_array::Stride.Mathias Fröhlich2016-07-311-1/+0
* mesa: Remove set but not used gl_client_array::Enabled.Mathias Fröhlich2016-07-311-1/+0
* vbo: Use a bitmask to track the active arrays in vbo_save*.Mathias Fröhlich2016-06-161-26/+29
* vbo: pass the stream from DrawTransformFeedbackStream to driversMarek Olšák2015-08-061-1/+1
* Fix a few typosZoë Blade2015-04-271-1/+1
* mesa: use fi_type in vertex attribute codeMarius Predut2015-02-251-5/+5
* mesa: Delete VAO _MaxElement code and index buffer bounds checking.Kenneth Graunke2014-09-191-1/+0
* mesa: allow buffers to be mapped multiple timesMarek Olšák2014-02-251-2/+4
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* mesa: add indirect drawing buffer parameter to draw functionsChristoph Bumiller2013-11-251-1/+1
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* vbo: fix error detection in vbo_save_playback_vertex_list()Brian Paul2013-05-021-11/+6
* 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: use new _mesa_inside_begin_end() functionBrian Paul2013-04-231-1/+1
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* vbo: fix crash found with shared display listsBrian Paul2013-03-071-1/+1
* vbo: fix glVertexAttribI* functionsMarek Olšák2012-11-061-6/+15
* mesa: Remove support for NV_vertex_program's special attributes aliasingEric Anholt2012-10-151-5/+0
* mesa: remove FEATURE_dlist define.Oliver McFadden2012-09-151-6/+0
* mesa: add gl_context::NewDriverState and use it for vertex arraysMarek Olšák2012-05-081-1/+1
* mesa: move gl_client_array*[] from vbo_draw_func into gl_contextMarek Olšák2012-05-081-2/+1
* vbo: move vbo_draw_method into vbo_context.hMarek Olšák2012-05-081-2/+1
* vbo: call UpdateState directly when notifying a driver about _NEW_ARRAYMarek Olšák2012-04-231-1/+1
* vbo: remove vbo_context::mat_currvalMarek Olšák2012-04-191-1/+2
* vbo: remove vbo_context::generic_currvalMarek Olšák2012-04-191-1/+2
* vbo: remove vbo_context::legacy_currvalMarek Olšák2012-04-191-2/+2
* vbo: unmap vertex store before executing listsBrian Paul2012-02-091-2/+22
* vbo: fix node_attrsz[] usage in vbo_bind_vertex_list()Brian Paul2012-02-011-2/+2
* vbo: signal _NEW_ARRAY when transitioning between glBegin/End, glDrawArraysBrian Paul2011-12-261-0/+3
* mesa: implement DrawTransformFeedback from ARB_transform_feedback2Marek Olšák2011-12-151-1/+2