aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/vbo')
-rw-r--r--src/mesa/vbo/vbo_exec_api.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/vbo/vbo_exec_api.c b/src/mesa/vbo/vbo_exec_api.c
index f2417b58d84..315c2759b17 100644
--- a/src/mesa/vbo/vbo_exec_api.c
+++ b/src/mesa/vbo/vbo_exec_api.c
@@ -760,9 +760,6 @@ vbo_exec_Begin(GLenum mode)
return;
}
- if (ctx->NewState)
- _mesa_update_state(ctx);
-
if (!_mesa_valid_to_render(ctx, "glBegin")) {
return;
}