summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_exec_eval.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-02mesa/vbo: replace Elements() with ARRAY_SIZE()Brian Paul1-4/+4
2015-02-25mesa: use fi_type in vertex attribute codeMarius Predut1-11/+13
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-1/+1
2013-10-11vbo: assorted minor clean-upsBrian Paul1-1/+1
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
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
2012-10-15mesa: Remove support for NV_vertex_program's attribute evaluation.Eric Anholt1-17/+0
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2010-02-25mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu1-1/+1
2009-12-08vbo: fix array index out of bounds error, and fix evaluator prioritiesBrian Paul1-12/+21
2008-09-21mesa: remove dead fileKeith Whitwell1-1/+0
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian1-5/+5
2007-04-06for evaluators, loop to VBO_ATTRIB_TEX7, not VBO_ATTRIB_INDEX. See bug 10543Brian1-2/+2
2006-10-29Checkpoint of new vbo-building code. Currently builds regular arraysKeith Whitwell1-0/+255