diff --git a/.pick_status.json b/.pick_status.json index 7dce363cba4..78af32e0fba 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -824,7 +824,7 @@ "description": "rusticl/mem: do not apply offset with in copy_image_to_buffer", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": null, "notes": null diff --git a/src/gallium/frontends/rusticl/core/memory.rs b/src/gallium/frontends/rusticl/core/memory.rs index e8602611d19..ae60aee0e8b 100644 --- a/src/gallium/frontends/rusticl/core/memory.rs +++ b/src/gallium/frontends/rusticl/core/memory.rs @@ -1484,7 +1484,6 @@ impl Image { dst_offset: usize, region: &CLVec, ) -> CLResult<()> { - let dst_offset = dst.apply_offset(dst_offset)?; let bpp = self.image_format.pixel_size().unwrap().into(); let src_pitch;