summaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo/vbo_save.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove Driver.EndCallListMarek Olšák2015-10-031-8/+0
* mesa: remove Driver.BeginCallListMarek Olšák2015-10-031-1/+0
* mesa: remove Driver.EndListMarek Olšák2015-10-031-1/+0
* mesa: remove Driver.NewListMarek Olšák2015-10-031-1/+0
* mesa: remove Driver.NotifySaveBeginMarek Olšák2015-10-031-1/+0
* mesa: remove Driver.SaveFlushVerticesMarek Olšák2015-10-031-1/+0
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* vbo: fix initial value of ctx->Driver.CurrentSavePrimitiveBrian Paul2013-05-021-1/+1
* 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: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* mesa: remove FEATURE_dlist define.Oliver McFadden2012-09-151-6/+0
* mesa: s/FREE/free/Brian Paul2012-09-011-2/+2
* vbo: add some commentsBrian Paul2012-05-081-0/+3
* vbo: remove vbo_context::generic_currvalMarek Olšák2012-04-191-2/+4
* vbo: remove vbo_context::legacy_currvalMarek Olšák2012-04-191-2/+2
* vbo: Use The VERT_{ATTRIB,BIT} defines.Mathias Fröhlich2011-11-291-8/+16
* 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-4/+4
* mesa/es: Remove omit list.Chia-I Wu2010-05-121-0/+3
* mesa: Fix null buffer object reference counting.José Fonseca2010-02-091-0/+11
* vbo: Remove unnecessary headers from vbo_save.c.Vinson Lee2010-01-121-2/+0
* mesa: improved gl_buffer_object reference countingBrian Paul2008-09-041-5/+11
* fix vbo display list memleak upon context destructionBrian2008-01-011-0/+15
* Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian2007-07-041-4/+4
* Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that ourKeith Whitwell2006-10-301-1/+8
* Remove wakeup functions. This code is intended to be active all theKeith Whitwell2006-10-301-25/+13
* Checkpoint of new vbo-building code. Currently builds regular arraysKeith Whitwell2006-10-291-0/+94