-
3c860943
by Giovanni Mascellani at 2024-10-21T18:20:38+02:00
tests: Mark a sampling test as buggy on llvmpipe.
Vulkan doesn't mandate whether sampling exactly in the middle between
two levels should resolve to one or the other, while D3D specifies
that it should result into sampling the higher level. llvmpipe
happens to choose the lower one instead, at least in some cases.
-
1301014b
by Giovanni Mascellani at 2024-10-21T18:20:38+02:00
tests: Mark creating an 8x MSAA render target as buggy on llvmpipe.
-
9f3b21cc
by Giovanni Mascellani at 2024-10-21T18:20:38+02:00
tests: Mark latching the predicated value as todo on llvmpipe.
Vulkan doesn't mandate whether the predicated value should be latched
when beginning the predicated section or re-read at each operation.