Accepting request 386274 from X11:XOrg

- amdgpu.ids: added new PCI IDs supported by driver release 1.1.0

- update to 1.1.0
* 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!*

OBS-URL: https://build.opensuse.org/request/show/386274
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xf86-video-amdgpu?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2016-04-12 17:36:14 +00:00 committed by Git OBS Bridge
commit e829fcf322
5 changed files with 40 additions and 7 deletions

View File

@ -61,6 +61,14 @@
#100267B9 #100267B9
#100267BA #100267BA
#100267BE #100267BE
#100267E0
#100267E1
#100267E9
#100267E9
#100267EB
#100267EF
#100267C0
#100267DF
#10026900 #10026900
#10026901 #10026901
#10026902 #10026902
@ -81,4 +89,4 @@
#10029876 #10029876
#10029877 #10029877
#10027300 #10027300
#100298E4 #100298E4

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:730fb959fc7a96643df10dc500bb645a94ac98fdfe021172a537a57c9cb3915e
size 374443

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:69f5d0ded9f4d5ce529099b6b581268e8f4dcff5608f1441d4ebc110ebc57931
size 379970

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Fri Apr 8 13:12:22 UTC 2016 - sndirsch@suse.com
- amdgpu.ids: added new PCI IDs supported by driver release 1.1.0
-------------------------------------------------------------------
Thu Apr 7 19:07:08 UTC 2016 - mimi.vx@gmail.com
- update to 1.1.0
* 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!*
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 22 12:48:37 UTC 2016 - eich@suse.com Tue Mar 22 12:48:37 UTC 2016 - eich@suse.com

View File

@ -22,13 +22,13 @@
%endif %endif
Name: xf86-video-amdgpu Name: xf86-video-amdgpu
Version: 1.0.1 Version: 1.1.0
Release: 0 Release: 0
Summary: AMDGPU video driver for the Xorg X server Summary: AMDGPU video driver for the Xorg X server
License: MIT License: MIT
Group: System/X11/Servers/XF86_4 Group: System/X11/Servers/XF86_4
Url: http://xorg.freedesktop.org/ Url: http://xorg.freedesktop.org/
Source0: %{name}-%{version}.tar.bz2 Source: ftp://ftp.freedesktop.org/pub/xorg/individual/driver/%{name}-%{version}.tar.bz2
Source1: amdgpu.ids Source1: amdgpu.ids
BuildRequires: Mesa-devel BuildRequires: Mesa-devel
BuildRequires: autoconf >= 2.6.0 BuildRequires: autoconf >= 2.6.0
@ -37,7 +37,7 @@ BuildRequires: libtool
BuildRequires: pkg-config BuildRequires: pkg-config
BuildRequires: pkgconfig(fontsproto) BuildRequires: pkgconfig(fontsproto)
BuildRequires: pkgconfig(gbm) BuildRequires: pkgconfig(gbm)
BuildRequires: pkgconfig(libdrm) >= 2.4.46 BuildRequires: pkgconfig(libdrm) >= 2.4.58
BuildRequires: pkgconfig(libdrm_amdgpu) BuildRequires: pkgconfig(libdrm_amdgpu)
BuildRequires: pkgconfig(libudev) BuildRequires: pkgconfig(libudev)
BuildRequires: pkgconfig(pciaccess) >= 0.8.0 BuildRequires: pkgconfig(pciaccess) >= 0.8.0