summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_save.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-05-02vbo: fix initial value of ctx->Driver.CurrentSavePrimitiveBrian Paul1-1/+1
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2012-09-15mesa: remove FEATURE_dlist define.Oliver McFadden1-6/+0
2012-09-01mesa: s/FREE/free/Brian Paul1-2/+2
2012-05-08vbo: add some commentsBrian Paul1-0/+3
2012-04-19vbo: remove vbo_context::generic_currvalMarek Olšák1-2/+4
2012-04-19vbo: remove vbo_context::legacy_currvalMarek Olšák1-2/+2
2011-11-29vbo: Use The VERT_{ATTRIB,BIT} defines.Mathias Fröhlich1-8/+16
2011-01-09vbo: Include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-4/+4
2010-05-12mesa/es: Remove omit list.Chia-I Wu1-0/+3
2010-02-09mesa: Fix null buffer object reference counting.José Fonseca1-0/+11
2010-01-12vbo: Remove unnecessary headers from vbo_save.c.Vinson Lee1-2/+0
2008-09-04mesa: improved gl_buffer_object reference countingBrian Paul1-5/+11
2008-01-01fix vbo display list memleak upon context destructionBrian1-0/+15
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian1-4/+4
2006-10-30Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that ourKeith Whitwell1-1/+8
2006-10-30Remove wakeup functions. This code is intended to be active all theKeith Whitwell1-25/+13
2006-10-29Checkpoint of new vbo-building code. Currently builds regular arraysKeith Whitwell1-0/+94