Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Dec 2018 17:50:13 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488410 - head/emulators/ppsspp/files
Message-ID:  <201812261750.wBQHoDk1065170@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Dec 26 17:50:12 2018
New Revision: 488410
URL: https://svnweb.freebsd.org/changeset/ports/488410

Log:
  emulators/ppsspp: drop Vulkan note after r487275
  
  As the graphics team standardized on drm-kmod Vulkan no longer works
  by default anywhere: AMD is blocked DRM_AUTH while Intel by USERPTR.
  Workarounds exist but there's no point scattering them in every
  Vulkan consumer.

Modified:
  head/emulators/ppsspp/files/pkg-message.in   (contents, props changed)

Modified: head/emulators/ppsspp/files/pkg-message.in
==============================================================================
--- head/emulators/ppsspp/files/pkg-message.in	Wed Dec 26 17:47:18 2018	(r488409)
+++ head/emulators/ppsspp/files/pkg-message.in	Wed Dec 26 17:50:12 2018	(r488410)
@@ -4,7 +4,3 @@ Known issues:
   file using controllermap (or antimicro) then check with testgamecontroller
   it's detected (pay attention to guid). If you have trouble making it
   work try OLDJOY option for v1.3 behavior.
-- Vulkan support may not work on Intel iGPUs due to
-  https://github.com/FreeBSDDesktop/DEPRECATED-freebsd-base-graphics/issues/132
-  which can be worked around by running PPSSPP as root (via sudo, doas, etc.)
-  after applying https://bz-attachments.freebsd.org/attachment.cgi?id=187401



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812261750.wBQHoDk1065170>