turnip: delete a blit_image TODO that has already been resolved
authorJonathan Marek <jonathan@marek.ca>
Thu, 13 Aug 2020 17:24:24 +0000 (13:24 -0400)
committerMarge Bot <eric+marge@anholt.net>
Fri, 14 Aug 2020 13:42:02 +0000 (13:42 +0000)
All the blit_image tests now pass when forcing the 3D path, so this TODO
is no longer relevant.

Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6304>

src/freedreno/vulkan/tu_clear_blit.c

index 4f27035df43404c6185dab27bcfe3e47d80ec891..4082d3e21ddf5176a539794251ee465902410939 100644 (file)
@@ -1050,10 +1050,6 @@ tu6_blit_image(struct tu_cmd_buffer *cmd,
        filter == VK_FILTER_CUBIC_EXT)
       ops = &r3d_ops;
 
-   /* TODO: shader path fails some of blit_image.all_formats.generate_mipmaps.* tests,
-    * figure out why (should be able to pass all tests with only shader path)
-    */
-
    ops->setup(cmd, cs, dst_image->vk_format, info->dstSubresource.aspectMask,
               rotate[mirror_y][mirror_x], false, dst_image->layout[0].ubwc);