summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_context.h
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2012-11-06vbo: fix glVertexAttribI* functionsMarek Olšák1-0/+43
2012-10-15mesa: Remove support for NV_vertex_program's special attributes aliasingEric Anholt1-2/+0
2012-09-15mesa: remove FEATURE_dlist define.Oliver McFadden1-2/+0
2012-05-08mesa: add gl_context::NewDriverState and use it for vertex arraysMarek Olšák1-1/+1
2012-05-08mesa: move gl_client_array*[] from vbo_draw_func into gl_contextMarek Olšák1-0/+15
2012-05-08vbo: move vbo_draw_method into vbo_context.hMarek Olšák1-0/+35
2012-04-19vbo: remove vbo_context::mat_currvalMarek Olšák1-4/+0
2012-04-19vbo: remove vbo_context::generic_currvalMarek Olšák1-1/+0
2012-04-19vbo: remove vbo_context::legacy_currvalMarek Olšák1-2/+1
2012-04-19vbo: remove unused variables in vbo_contextMarek Olšák1-4/+0
2011-12-16vbo: add comment for map_vp_non[] arrayBrian Paul1-0/+1
2011-10-01mesa: s/INLINE/inline/Brian Paul1-2/+2
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-2/+2
2010-05-12mesa/es: Remove omit list.Chia-I Wu1-2/+0
2009-05-22vbo: s/32/VERT_ATTRIB_MAX/Brian Paul1-2/+2
2009-05-21vbo: return VP_NONE from get_program_mode() if running fixed-func vertex programBrian Paul1-0/+2
2009-05-21vbo: move vp_mode enum to vbo_exec.h, use enum instead of GLuintBrian Paul1-6/+6
2008-09-21mesa: refactor: move #define FEATURE flags into new mfeatures.h fileKeith Whitwell1-1/+5
2007-02-22use ctx->VertexProgram._Current instead of ctx->VertexProgram._EnabledBrian1-2/+2
2007-01-15Hook in split functionalitykeithw1-7/+1
2006-10-31move public structure definitions to vbo.hKeith Whitwell1-0/+1
2006-10-30Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that ourKeith Whitwell1-3/+11
2006-10-30switch several dri drivers overKeith Whitwell1-3/+0
2006-10-30better handling of current attributes. Trivial dlist and varray tests workKeith Whitwell1-0/+7
2006-10-29Checkpoint of new vbo-building code. Currently builds regular arraysKeith Whitwell1-0/+101