diff --git a/.pick_status.json b/.pick_status.json index 03a0930b88a..cf25f9187dc 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -481,7 +481,7 @@ "description": "zink: flag sample locations for re-set on batch flush", "nominated": true, "nomination_type": 0, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": null }, diff --git a/src/gallium/drivers/zink/zink_context.c b/src/gallium/drivers/zink/zink_context.c index e29d2c810b6..836258de0dc 100644 --- a/src/gallium/drivers/zink/zink_context.c +++ b/src/gallium/drivers/zink/zink_context.c @@ -2459,6 +2459,7 @@ flush_batch(struct zink_context *ctx, bool sync) ctx->oom_stall = false; ctx->dd->bindless_bound = false; ctx->di.bindless_refs_dirty = true; + ctx->sample_locations_changed = ctx->gfx_pipeline_state.sample_locations_enabled; } }