svn commit: r537866 - head/emulators/rpcs3

Jan Beich jbeich at FreeBSD.org
Thu Jun 4 04:04:14 UTC 2020


Author: jbeich
Date: Thu Jun  4 04:04:14 2020
New Revision: 537866
URL: https://svnweb.freebsd.org/changeset/ports/537866

Log:
  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)

Added:
  head/emulators/rpcs3/pkg-message   (contents, props changed)

Added: head/emulators/rpcs3/pkg-message
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/emulators/rpcs3/pkg-message	Thu Jun  4 04:04:14 2020	(r537866)
@@ -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.


More information about the svn-ports-head mailing list