diff options
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/vbo/vbo_exec_draw.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/vbo/vbo_exec_draw.c b/src/mesa/vbo/vbo_exec_draw.c index 3490dbe44da..026b7be129e 100644 --- a/src/mesa/vbo/vbo_exec_draw.c +++ b/src/mesa/vbo/vbo_exec_draw.c @@ -232,11 +232,6 @@ vbo_exec_bind_arrays(struct gl_context *ctx) (vao_enabled & ~vao->VertexAttribBufferMask) == 0); _mesa_set_draw_vao(ctx, vao, _vbo_get_vao_filter(mode)); - /* The exec VAO is not immutable, so we need to set manually */ - ctx->NewDriverState |= ctx->DriverFlags.NewArray; - - /* Finally update the inputs array */ - _vbo_update_inputs(ctx, &vbo->draw_arrays); } |