turnip: fix 3D path always being used for CmdBlitImage
authorJonathan Marek <jonathan@marek.ca>
Tue, 16 Jun 2020 23:07:41 +0000 (19:07 -0400)
committerMarge Bot <eric+marge@anholt.net>
Wed, 17 Jun 2020 08:50:42 +0000 (08:50 +0000)
commit198b13974a203f47a93c3bc7dfc355409b9706f2
treec77d9986abf7490c919300a7347b23bcb65ccb8c
parent1622787ee4de8785d042e16ce91f027870f87830
turnip: fix 3D path always being used for CmdBlitImage

This change accidentally made it into 72d7df40a5e5b50, and started causing
blit_image flakes (because of the issue fixed in the previous patch)

Fixes: 72d7df40a5e5b50 ("turnip: add layered 3D path clear for CmdClearAttachments")
Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5509>
src/freedreno/vulkan/tu_clear_blit.c