vbo: fix initial value of ctx->Driver.CurrentSavePrimitive
authorBrian Paul <brianp@vmware.com>
Thu, 2 May 2013 01:15:32 +0000 (19:15 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 2 May 2013 15:03:15 +0000 (09:03 -0600)
commit5472ae1fa9fad8f1a2c60f56f2ac2c94bd38f04c
tree33d6d035f98707b6626f2193d683173398ec7432
parentecea61e414bf772944aff7d9a0899fe8f68af90a
vbo: fix initial value of ctx->Driver.CurrentSavePrimitive

This is set during context creation/initialization.  We know we're
not inside glBegin/glEnd at this point so use PRIM_OUTSIDE_BEGIN_END.

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
src/mesa/vbo/vbo_save.c