diff options
Diffstat (limited to 'src/mesa/main/marshal.c')
-rw-r--r-- | src/mesa/main/marshal.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/main/marshal.c b/src/mesa/main/marshal.c index b2428e5e7cd..e0d423a4aae 100644 --- a/src/mesa/main/marshal.c +++ b/src/mesa/main/marshal.c @@ -87,8 +87,7 @@ _mesa_marshal_Enable(GLenum cap) debug_print_marshal("Enable"); if (cap == GL_DEBUG_OUTPUT_SYNCHRONOUS_ARB) { - _mesa_glthread_finish(ctx); - _mesa_glthread_restore_dispatch(ctx, "Enable(DEBUG_OUTPUT_SYNCHRONOUS)"); + _mesa_glthread_disable(ctx, "Enable(DEBUG_OUTPUT_SYNCHRONOUS)"); } else { cmd = _mesa_glthread_allocate_command(ctx, DISPATCH_CMD_Enable, sizeof(*cmd)); |