summaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo/vbo_context.h
Commit message (Expand)AuthorAgeFilesLines
* vbo: create a new draw function interface for indirect drawsIlia Mirkin2016-01-071-0/+6
* vbo: replace assertion with conditional in vbo_compute_max_verts()Brian Paul2015-10-281-1/+2
* vbo: fix GL_LINE_LOOP stray line bugBrian Paul2015-10-201-2/+8
* vbo: add new vbo_compute_max_verts() helper functionBrian Paul2015-10-201-0/+14
* mesa/vbo: add support for 64-bit vertex attributes. (v1)Dave Airlie2015-05-081-0/+17
* Fix invalid extern "C" around header inclusion.Mark Janes2015-03-051-0/+8
* mesa: use fi_type in vertex attribute codeMarius Predut2015-02-251-7/+7
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-3/+3
* mesa: fix crash in st/mesa after deleting a VAOMarek Olšák2014-07-111-18/+4
* mesa: Rename gl_context::swtnl_im to vbo_context; use proper type.Kenneth Graunke2013-09-031-1/+1
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* 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
* vbo: fix glVertexAttribI* functionsMarek Olšák2012-11-061-0/+43
* mesa: Remove support for NV_vertex_program's special attributes aliasingEric Anholt2012-10-151-2/+0
* mesa: remove FEATURE_dlist define.Oliver McFadden2012-09-151-2/+0
* mesa: add gl_context::NewDriverState and use it for vertex arraysMarek Olšák2012-05-081-1/+1
* mesa: move gl_client_array*[] from vbo_draw_func into gl_contextMarek Olšák2012-05-081-0/+15
* vbo: move vbo_draw_method into vbo_context.hMarek Olšák2012-05-081-0/+35
* vbo: remove vbo_context::mat_currvalMarek Olšák2012-04-191-4/+0
* vbo: remove vbo_context::generic_currvalMarek Olšák2012-04-191-1/+0
* vbo: remove vbo_context::legacy_currvalMarek Olšák2012-04-191-2/+1
* vbo: remove unused variables in vbo_contextMarek Olšák2012-04-191-4/+0
* vbo: add comment for map_vp_non[] arrayBrian Paul2011-12-161-0/+1
* mesa: s/INLINE/inline/Brian Paul2011-10-011-2/+2
* 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-2/+2
* mesa/es: Remove omit list.Chia-I Wu2010-05-121-2/+0
* vbo: s/32/VERT_ATTRIB_MAX/Brian Paul2009-05-221-2/+2
* vbo: return VP_NONE from get_program_mode() if running fixed-func vertex programBrian Paul2009-05-211-0/+2
* vbo: move vp_mode enum to vbo_exec.h, use enum instead of GLuintBrian Paul2009-05-211-6/+6
* mesa: refactor: move #define FEATURE flags into new mfeatures.h fileKeith Whitwell2008-09-211-1/+5
* use ctx->VertexProgram._Current instead of ctx->VertexProgram._EnabledBrian2007-02-221-2/+2
* Hook in split functionalitykeithw2007-01-151-7/+1
* move public structure definitions to vbo.hKeith Whitwell2006-10-311-0/+1
* Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that ourKeith Whitwell2006-10-301-3/+11
* switch several dri drivers overKeith Whitwell2006-10-301-3/+0
* better handling of current attributes. Trivial dlist and varray tests workKeith Whitwell2006-10-301-0/+7
* Checkpoint of new vbo-building code. Currently builds regular arraysKeith Whitwell2006-10-291-0/+101