mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-23 06:10:23 +01:00
radv: fix cleaning the image view for CmdCopyImageToBuffer()
Fixes:f07e67272e("radv: fix vk_object_base_init/finish for internal image views") Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Jason Ekstrand <jason.ekstrand@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15707> (cherry picked from commit41ece97afb)
This commit is contained in:
parent
5e06bd0624
commit
af9047ff9d
2 changed files with 2 additions and 2 deletions
|
|
@ -740,7 +740,7 @@
|
|||
"description": "radv: fix cleaning the image view for CmdCopyImageToBuffer()",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"because_sha": "f07e67272e8fd9690a7804e9c407a83a7c2b36f4"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -399,7 +399,7 @@ radv_meta_blit2d_normal_dst(struct radv_cmd_buffer *cmd_buffer,
|
|||
if (src_type == BLIT2D_SRC_TYPE_BUFFER)
|
||||
radv_buffer_view_finish(&src_temps.bview);
|
||||
else
|
||||
radv_image_view_finish(&dst_temps.iview);
|
||||
radv_image_view_finish(&src_temps.iview);
|
||||
|
||||
radv_image_view_finish(&dst_temps.iview);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue