summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_noop.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-03vbo: use new no-op ArrayElement in _mesa_noop_vtxfmt_init()Brian Paul1-2/+7
2013-05-02mesa: remove GLvertexformat::EvalMesh1(), EvalMesh2()Brian Paul1-13/+0
2013-05-02mesa: remove GLvertexformat::Rectf()Brian Paul1-8/+0
2013-05-02mesa: simplify dispatch for glDraw* functionsBrian Paul1-58/+0
2013-05-02mesa: remove _MESA_INIT_EVAL_VTXFMT() macroBrian Paul1-1/+8
2013-05-02mesa: remove _MESA_INIT_ARRAYELT_VTXFMT() macroBrian Paul1-1/+1
2013-05-02mesa: remove _MESA_INIT_DLIST_VTXFMT() macroBrian Paul1-1/+2
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-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2012-09-15mesa: remove FEATURE_evaluators define.Oliver McFadden1-4/+0
2012-09-15mesa: remove FEATURE_beginend define.Oliver McFadden1-6/+0
2012-06-27mesa: more const qualifiers to match the latest glext.hBrian Paul1-1/+1
2011-11-11mesa: replace api_noop.[ch] with vbo_noop.[ch]Brian Paul1-0/+519