kopper: don't set drawable buffer age

this is broken

Fixes: 2a8c6cf7ac ("kopper: set drawable buffer age")

Acked-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28904>
This commit is contained in:
Mike Blumenkrantz
2024-04-24 12:54:07 -04:00
committed by Marge Bot
parent 19e8df39b6
commit ad39355e83

View File

@@ -428,8 +428,6 @@ kopper_allocate_textures(struct dri_context *ctx,
resized = (drawable->old_w != width ||
drawable->old_h != height);
if (resized)
drawable->buffer_age = 0;
/* Wait for glthread to finish because we can't use pipe_context from
* multiple threads.
@@ -845,7 +843,6 @@ kopperSwapBuffersWithDamage(__DRIdrawable *dPriv, uint32_t flush_flags, int nrec
}
kopper_copy_to_front(ctx->st->pipe, drawable, ptex, nrects, stack_boxes);
drawable->buffer_age = 1;
if (drawable->is_window && !zink_kopper_check(ptex))
return -1;
if (!drawable->textures[ST_ATTACHMENT_FRONT_LEFT]) {