Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 65D487A3D8 for ; Wed, 13 Apr 2016 18:47:48 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 19F2885E93; Wed, 13 Apr 2016 18:47:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9D2F885E57 for ; Wed, 13 Apr 2016 18:47:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id sNcm9xIB8ymQ for ; Wed, 13 Apr 2016 18:47:47 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 02AB084D03 for ; Wed, 13 Apr 2016 18:47:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 00D94FBBA; Wed, 13 Apr 2016 18:47:47 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 13 Apr 2016 18:47:46 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/xf86-video-amdgpu To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160413184747.00D94FBBA@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Wed Apr 13 18:47:46 UTC 2016 Modified Files: pkgsrc/x11/xf86-video-amdgpu: Makefile distinfo Log Message: Update xf86-video-amdgpu to 1.1.0 I'm pleased to announce the 1.1.0 release of xf86-video-amdgpu, the Xorg driver for AMD Radeon GPUs supported by the amdgpu kernel driver. This release supports xserver versions 1.9-1.18. Highlights: * Support for the upcoming Polaris family of GPUs. * Option "TearFree" can now prevent tearing with rotation/reflection as well (with Xorg >= 1.16). * RandR CRTC transforms now work correctly (but for now still exhibit tearing even with TearFree). * The RandR 1.4 provider name is now no longer hardcoded to "amdgpu" but constructed from the GPU chipset name and bus ID, allowing several GPUs supported by this driver to be distinguished by name. * The RandR primary output is now always explicitly marked as such. * The driver can prevent clients trying to use the DRI3 extension over a display connection forwarded via SSH from hanging. * VDPAU/OpenGL interoperation can now work with DRI3 enabled. * Many more fixes for issues using the DRI3/Present extensions. Plus many other small improvements and fixes. Thanks to everybody who contributed to this release in any way! To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/xf86-video-amdgpu/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/xf86-video-amdgpu/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.