From: Kristian Høgsberg Date: Mon, 13 Sep 2010 14:31:45 +0000 (-0400) Subject: mesa: Revert accidentally committed vertex code chunk X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7dcb3050006a12c8afa44e436902b8a663855bc8;p=mesa.git mesa: Revert accidentally committed vertex code chunk --- diff --git a/src/mesa/vbo/vbo_exec_array.c b/src/mesa/vbo/vbo_exec_array.c index 60b999f3456..1759e578870 100644 --- a/src/mesa/vbo/vbo_exec_array.c +++ b/src/mesa/vbo/vbo_exec_array.c @@ -490,8 +490,6 @@ vbo_exec_DrawArrays(GLenum mode, GLint start, GLsizei count) if (!_mesa_validate_DrawArrays( ctx, mode, start, count )) return; - vbo_exec_FlushVertices_internal( ctx, GL_FALSE ); - FLUSH_CURRENT( ctx, 0 ); if (!_mesa_valid_to_render(ctx, "glDrawArrays")) {