mesa: restore FLUSH_VERTICES() in _mesa_notifySwapBuffers()

This commit is contained in:
Brian Paul 2009-02-12 08:58:12 -07:00
parent 9eff576c94
commit e8cd8be03b
1 changed files with 1 additions and 0 deletions

View File

@ -183,6 +183,7 @@ GLfloat _mesa_ubyte_to_float_color_tab[256];
void
_mesa_notifySwapBuffers(__GLcontext *ctx)
{
FLUSH_VERTICES( ctx, 0 );
if (ctx->Driver.Flush) {
ctx->Driver.Flush(ctx);
}