mesa: fast-track glColor and similar calls when not immediate mode rendering
authorKeith Whitwell <keith@tungstengraphics.com>
Mon, 10 Mar 2008 19:44:54 +0000 (19:44 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Mon, 10 Mar 2008 23:31:50 +0000 (23:31 +0000)
commitd08cd68d3f5456b69ad504ede2b090c0bb6474db
treead7ba188a0d912d222519de6bda4242139f8a36f
parent7375369fb32e203023fbacf948169aad3f4c3a1d
mesa: fast-track glColor and similar calls when not immediate mode rendering

Often these are mixed in with draw arrays calls, etc.  Try not to get
the whole immediate rendering state machine going when we receive one
of these on their own.
src/mesa/vbo/vbo_exec_api.c