From 509aa5db16ab53bed0b75c89dd1ee28815dace5c38bc0e4266832acf7e270eca Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Fri, 8 Apr 2016 13:49:46 +0000 Subject: [PATCH] - Update to version 7.7: * 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 "radeon" 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 now make use of more than 256MB of VRAM for scanout buffers, allowing e.g. virtual desktop sizes >= 8192x8192 to work. * The driver can prevent clients trying to use the DRI3 extension over a display connection forwarded via SSH from hanging. * Many more fixes for issues using the DRI3/Present extensions. OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-ati?expand=0&rev=47 --- xf86-video-ati-7.6.1.tar.bz2 | 3 --- xf86-video-ati-7.6.1.tar.bz2.sig | Bin 72 -> 0 bytes xf86-video-ati-7.7.0.tar.bz2 | 3 +++ xf86-video-ati-7.7.0.tar.bz2.sig | Bin 0 -> 72 bytes xf86-video-ati.changes | 18 ++++++++++++++++++ xf86-video-ati.spec | 4 ++-- 6 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 xf86-video-ati-7.6.1.tar.bz2 delete mode 100644 xf86-video-ati-7.6.1.tar.bz2.sig create mode 100644 xf86-video-ati-7.7.0.tar.bz2 create mode 100644 xf86-video-ati-7.7.0.tar.bz2.sig diff --git a/xf86-video-ati-7.6.1.tar.bz2 b/xf86-video-ati-7.6.1.tar.bz2 deleted file mode 100644 index 6b8539d..0000000 --- a/xf86-video-ati-7.6.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2516d9eeb8da8bcd3a01365ed1314919777910fa904ab268af342b5693e1d34c -size 823043 diff --git a/xf86-video-ati-7.6.1.tar.bz2.sig b/xf86-video-ati-7.6.1.tar.bz2.sig deleted file mode 100644 index 159f657cf384d5cbbad970ac3007bc9a55b2b4beb59cebf05b6e441fc21466c1..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0#-yAQUD4G5L$t+j%wSo0AWx7psGacRL{~ja8JP;jW2au eli eMB!^bmjIgtlnOh2Q_~$Dct12Baz)LV^`~lYPaEj~ literal 0 HcmV?d00001 diff --git a/xf86-video-ati.changes b/xf86-video-ati.changes index fdb9639..2e063f1 100644 --- a/xf86-video-ati.changes +++ b/xf86-video-ati.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Fri Apr 8 13:36:42 UTC 2016 - sndirsch@suse.com + +- Update to version 7.7: + * 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 "radeon" + 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 now make use of more than 256MB of VRAM for scanout + buffers, allowing e.g. virtual desktop sizes >= 8192x8192 to work. + * The driver can prevent clients trying to use the DRI3 extension over a + display connection forwarded via SSH from hanging. + * Many more fixes for issues using the DRI3/Present extensions. + ------------------------------------------------------------------- Fri Nov 13 11:48:30 UTC 2015 - mpluskal@suse.com diff --git a/xf86-video-ati.spec b/xf86-video-ati.spec index 2b2ac63..d97f068 100644 --- a/xf86-video-ati.spec +++ b/xf86-video-ati.spec @@ -1,7 +1,7 @@ # # spec file for package xf86-video-ati # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define xserver_glamor 1 Name: xf86-video-ati -Version: 7.6.1 +Version: 7.7.0 Release: 0 Summary: ATI video driver for the Xorg X server License: MIT