Themaister / parallel-rdp

A low-level Vulkan compute emulation of the N64 RDP
MIT License
153 stars 15 forks source link

Vkon12 [vk1.2] compatibility report #56

Open Squall-Leonhart opened 7 months ago

Squall-Leonhart commented 7 months ago

The Vkon12 driver "VK_DRIVER_ID_MESA_DOZEN" is lacking the 8 and 16bit storage types on the hardware device and the 8bit storage type on the WARP device leading to black screen.

Squall-Leonhart commented 7 months ago

with Jan 28th update of the compatiblity pack, 8bit storage is now emulated without crashes, but there are still opengl side issues that lead to odd black strobing and flicker.

mudl0rd commented 6 months ago

That would be fixed with pure GL4.6 interop, or a native Vulkan on Windows implementation for PJ64 support.

Squall-Leonhart commented 6 months ago

Jesse Natalie already fixed the issue at the compatibility pack end, VKon12 works now

image

mudl0rd commented 5 months ago

Oh nice :)