diff --git a/.pick_status.json b/.pick_status.json index aff0fbcfa40..d2bf348182f 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -8954,7 +8954,7 @@ "description": "lavapipe: fix resolves where src image has a layer offset", "nominated": true, "nomination_type": 0, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": null, "notes": null diff --git a/src/gallium/frontends/lavapipe/lvp_execute.c b/src/gallium/frontends/lavapipe/lvp_execute.c index 78aafe4fce7..5f5fcc03118 100644 --- a/src/gallium/frontends/lavapipe/lvp_execute.c +++ b/src/gallium/frontends/lavapipe/lvp_execute.c @@ -1546,6 +1546,7 @@ resolve_color(struct rendering_state *state, bool multi) info.src.box.depth = state->framebuffer.layers; info.dst.box = info.src.box; + info.src.box.z = src_imgv->vk.base_array_layer; info.dst.box.z = dst_imgv->vk.base_array_layer; info.src.level = src_imgv->vk.base_mip_level;