From owner-svn-ports-head@freebsd.org Thu Dec 24 04:22:34 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2A16A4B6B8F; Thu, 24 Dec 2020 04:22:34 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D1cP60VjMz4v8q; Thu, 24 Dec 2020 04:22:34 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 046A51F53; Thu, 24 Dec 2020 04:22:34 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BO4MXuU067498; Thu, 24 Dec 2020 04:22:33 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BO4MXTM067494; Thu, 24 Dec 2020 04:22:33 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202012240422.0BO4MXTM067494@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 24 Dec 2020 04:22:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559047 - in head/graphics/mesa-dri: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/graphics/mesa-dri: . files X-SVN-Commit-Revision: 559047 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2020 04:22:34 -0000 Author: jbeich Date: Thu Dec 24 04:22:33 2020 New Revision: 559047 URL: https://svnweb.freebsd.org/changeset/ports/559047 Log: graphics/mesa-dri: exclude buffer age on iris under kwin Freeze in OpenGL initialization detected PR: 251836 Reported by: Roman, Oleg Nauman, arrowd, Oleksandr Kryvulia Tested by: arrowd, Roman Approved by: manu Added: head/graphics/mesa-dri/files/01-freebsd.conf (contents, props changed) Modified: head/graphics/mesa-dri/Makefile (contents, props changed) head/graphics/mesa-dri/pkg-plist (contents, props changed) Modified: head/graphics/mesa-dri/Makefile ============================================================================== --- head/graphics/mesa-dri/Makefile Thu Dec 24 04:15:16 2020 (r559046) +++ head/graphics/mesa-dri/Makefile Thu Dec 24 04:22:33 2020 (r559047) @@ -3,6 +3,7 @@ PORTNAME= mesa-dri PORTVERSION= ${MESAVERSION} +PORTREVISION= 1 CATEGORIES= graphics COMMENT= OpenGL hardware acceleration drivers for DRI2+ @@ -112,5 +113,7 @@ PLIST_SUB+= ${_vd}_VDRIVER="@comment " post-install: @${RM} -r ${STAGEDIR}/etc/OpenCL + ${INSTALL_DATA} ${FILESDIR}/01-freebsd.conf \ + ${STAGEDIR}${PREFIX}/share/drirc.d .include Added: head/graphics/mesa-dri/files/01-freebsd.conf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/mesa-dri/files/01-freebsd.conf Thu Dec 24 04:22:33 2020 (r559047) @@ -0,0 +1,10 @@ + + + + + + + Modified: head/graphics/mesa-dri/pkg-plist ============================================================================== --- head/graphics/mesa-dri/pkg-plist Thu Dec 24 04:15:16 2020 (r559046) +++ head/graphics/mesa-dri/pkg-plist Thu Dec 24 04:22:33 2020 (r559047) @@ -33,5 +33,6 @@ include/GL/internal/dri_interface.h libdata/pkgconfig/dri.pc @comment libdata/pkgconfig/gbm.pc share/drirc.d/00-mesa-defaults.conf +share/drirc.d/01-freebsd.conf %%INTEL_VDRIVER%%share/vulkan/icd.d/intel_icd.%%ARCH%%.json %%AMD_VDRIVER%%share/vulkan/icd.d/radeon_icd.%%ARCH%%.json