mesa: Add BeginVertices driver call
authorKeith Whitwell <keithw@vmware.com>
Tue, 3 Mar 2009 10:41:57 +0000 (10:41 +0000)
committerKeith Whitwell <keithw@vmware.com>
Tue, 3 Mar 2009 10:41:57 +0000 (10:41 +0000)
commitc64a2b708944ec671b1104067245500fcfc6ed94
tree6c7a0d642264502993c1be2bc9d3da7e288615fc
parent050ce17799cbe652962f898942ae6551d31f21a2
mesa: Add BeginVertices driver call

Provides notification to the VBO modules prior to the first immediate call.
Pairs with FlushVertices()
src/mesa/main/dd.h
src/mesa/main/vtxfmt.c
src/mesa/vbo/vbo_exec.c
src/mesa/vbo/vbo_exec.h
src/mesa/vbo/vbo_exec_api.c