- Update to version 19.0.0
* Support for FreeSync variable refresh rate (this also requires the amdgpu driver from kernel 5.0 or newer, and radeonsi from Mesa 19.0 or newer). * Various TearFree related fixes and robustness improvements. * Support for scanout buffers using DCC colour compression. * Up to six independent instances per GPU are now supported in "Zaphod" style multi-head configurations. * Other improvements and fixes OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-amdgpu?expand=0&rev=49
This commit is contained in:
parent
68fce9937a
commit
ccf4b3dc80
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e11f25bb51d718b8ea938ad2b8095323c0ab16f4ddffd92091d80f9a445a9672
|
|
||||||
size 430542
|
|
Binary file not shown.
3
xf86-video-amdgpu-19.0.0.tar.bz2
Normal file
3
xf86-video-amdgpu-19.0.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8836147d4755908ec9e192b7cc485fbc2ce7706de33f7bea515294d3ba4c4f51
|
||||||
|
size 439773
|
BIN
xf86-video-amdgpu-19.0.0.tar.bz2.sig
Normal file
BIN
xf86-video-amdgpu-19.0.0.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 7 10:14:37 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- Update to version 19.0.0
|
||||||
|
* Support for FreeSync variable refresh rate (this also requires the
|
||||||
|
amdgpu driver from kernel 5.0 or newer, and radeonsi from Mesa 19.0 or
|
||||||
|
newer).
|
||||||
|
* Various TearFree related fixes and robustness improvements.
|
||||||
|
* Support for scanout buffers using DCC colour compression.
|
||||||
|
* Up to six independent instances per GPU are now supported in "Zaphod"
|
||||||
|
style multi-head configurations.
|
||||||
|
* Other improvements and fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 15 13:53:27 UTC 2018 - sndirsch@suse.com
|
Sat Sep 15 13:53:27 UTC 2018 - sndirsch@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xf86-video-amdgpu
|
# spec file for package xf86-video-amdgpu
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,7 +21,7 @@
|
|||||||
%define pci_ids_dir %{_sysconfdir}/X11/xorg_pci_ids
|
%define pci_ids_dir %{_sysconfdir}/X11/xorg_pci_ids
|
||||||
%endif
|
%endif
|
||||||
Name: xf86-video-amdgpu
|
Name: xf86-video-amdgpu
|
||||||
Version: 18.1.0
|
Version: 19.0.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
|
||||||
@ -85,7 +85,7 @@ mv %{buildroot}/%{_datadir}/X11/xorg.conf.d/10-amdgpu.conf \
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING README
|
%doc COPYING README.md
|
||||||
%dir %{_libdir}/xorg/modules/drivers
|
%dir %{_libdir}/xorg/modules/drivers
|
||||||
%{_libdir}/xorg/modules/drivers/amdgpu_drv.so
|
%{_libdir}/xorg/modules/drivers/amdgpu_drv.so
|
||||||
%{_mandir}/man4/amdgpu.4%{?ext_man}
|
%{_mandir}/man4/amdgpu.4%{?ext_man}
|
||||||
|
Loading…
Reference in New Issue
Block a user