1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

emulators/rpcs3: document Mesa quirks

On Intel Skylake GT2 running Persona 5 with Mesa 19.0.8 either crashes (Vulkan)
or has missing graphics (OpenGL).

RPCS3: Assertion Failed! Vulkan API call failed with unrecoverable error: Requested feature not available (VK_ERROR_FEATURE_NOT_PRESENT)
(in file rpcs3/Emu/RSX/VK/VKHelpers.h:913)
This commit is contained in:
Jan Beich 2020-06-04 04:04:14 +00:00
parent c8f0a85170
commit f1c630c929
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=537866

View File

@ -0,0 +1,5 @@
Known issues:
- Vulkan renderer may crash on Intel GPUs. Consider explicitly disabling
anti-aliasing in Configuration -> GPU.
- OpenGL renderer may glitch on Intel GPUs when using i965 Mesa driver.
Consider switching to iris driver e.g., from graphics/mesa-devel.