dancingmirrors
dancingmirrors
Funny enough VDPAU is the only thing I can get to work on *Intel* hardware. I tried implementating a native Vulkan implementation in hasvk and after two weeks I couldn't...
I didn't realize this until I already deleted the code but this is probably why the VA-API/Vulkan bridge didn't work: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38780 - I had a complicated slice header parser but...
Anyway, I'm not that talented so I had to give up and try something else eventually. I couldn't continue to fight impossible to debug issues due to undocumented behavior and...
If I'm not mistaken DXVK_ASYNC in itself can cause graphical glitches, and INTEL_DEBUG=stall is likely forcing async to not work as intended.
Gotcha. Since I spent a while fixing the build I'll just sum up the issues I encountered in case anybody else ever hits this: the mfplat test needed a small...