mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 14:38:06 +02:00
turnip: delete a blit_image TODO that has already been resolved
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>
This commit is contained in:
parent
2ca1ccc18d
commit
f83e89507d
1 changed files with 0 additions and 4 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue