Henri Verbeet pushed to branch master at wine / vkd3d
Commits: 4c9821e5 by Giovanni Mascellani at 2024-11-13T16:19:06+01:00 tests: Mark a conditional rendering test as buggy on llvmpipe.
Similarly to RADV, this is a kind of perverted situation: in principle Vulkan doesn't allow vkCmdResolveImage() to be executed conditionally (i.e., it is unaffected by conditional execution), which means that vkd3d cannot implement conditional rendering for ResolveSubresource(), hence the todo. However, like RADV, llvmpipe apparently violates the specification and still executes the image resolution command conditionally. So that's a llvmpipe bug, even if one that helps us doing the right thing.
- - - - -
1 changed file:
- tests/d3d12.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/4c9821e5d53932d856d80237003c1b...