aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo/vbo_save_loopback.c
Commit message (Expand)AuthorAgeFilesLines
* Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák2020-03-271-1/+1
* mesa: Factor out struct gl_vertex_format.Mathias Fröhlich2018-11-211-1/+1
* mesa: Rename gl_vertex_array_object::_Enabled -> Enabled.Mathias Fröhlich2018-11-211-4/+4
* vbo: Remove the always false branch dlist replay.Mathias Fröhlich2018-11-011-29/+1
* vbo: Test for VBO_SAVE_PRIM_WEAK in _mesa_prim::mode is false.Mathias Fröhlich2018-11-011-1/+1
* mesa: include mtypes.h lessMarek Olšák2018-04-121-1/+0
* vbo: Implement vbo_loopback_vertex_list in terms of the VAO.Mathias Fröhlich2018-03-011-42/+77
* vbo: move remaining items from vbo_context.h to vbo.hBrian Paul2018-01-241-1/+1
* vbo: fix VBO optimization regressionBrian Paul2018-01-181-3/+3
* vbo: rename target->index in loopback codeBrian Paul2017-07-071-12/+12
* vbo: whitespace/formatting fixes in vbo_save_loopback.cBrian Paul2017-07-071-52/+64
* mesa: include stdio.h where neededBrian Paul2015-03-051-0/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* 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
* mesa: remove FEATURE_dlist define.Oliver McFadden2012-09-151-6/+0
* vbo: Include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-091-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-8/+8
* mesa/es: Remove omit list.Chia-I Wu2010-05-121-0/+5
* Grammar and spelling fixesJeff Smith2010-03-121-1/+1
* mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu2010-02-251-1/+1
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-6/+6
* vbo: Remove unnecessary header from vbo_save_loopback.c.Vinson Lee2010-01-111-1/+0
* mesa/vbo: use _lookup_prim_by_nr for debuggingKeith Whitwell2009-06-301-1/+1
* remove unnecessary swrast, tnl includesBrian Paul2008-06-101-3/+0
* Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian2007-07-041-8/+8
* Remove debug, reenable inplace splitting.keithw2007-01-151-1/+2
* Remove special-case handling for index and edgeflagKeith Whitwell2007-01-151-141/+7
* Checkpoint of new vbo-building code. Currently builds regular arraysKeith Whitwell2006-10-291-0/+327