diff --git a/src/gallium/auxiliary/util/u_threaded_context.c b/src/gallium/auxiliary/util/u_threaded_context.c index db1729ac69d..e366570b408 100644 --- a/src/gallium/auxiliary/util/u_threaded_context.c +++ b/src/gallium/auxiliary/util/u_threaded_context.c @@ -1596,7 +1596,6 @@ tc_set_framebuffer_state(struct pipe_context *_pipe, tc_set_resource_batch_usage_persistent(tc, tc->fb_resources[PIPE_MAX_COLOR_BUFS], true); tc_set_resource_batch_usage_persistent(tc, tc->fb_resolve, true); tc->in_renderpass = false; - p->state.resolve = NULL; } struct tc_tess_state {