xf86-video-amdgpu/xf86-video-amdgpu.changes

110 lines
4.5 KiB
Plaintext

-------------------------------------------------------------------
Thu Sep 15 21:46:51 UTC 2016 - malcolmlewis@opensuse.org
- Update to version 1.1.1:
+ Use --with-xorg-conf-dir=$prefix/share/X11/xorg.conf.d by
default.
+ Fix cursor size for SI.
+ Add SI PCI IDs.
+ Add missing Kaveri PCI ID (1318).
+ Add Mullins PCI IDs (fdo#97472).
+ DRI2: Fix amdgpu_dri2_exchange_buffers width/height
copy'n'paste error.
+ DRI2: Add interpolated_vblanks in amdgpu_dri2_get_crtc_msc.
+ Only use RandR APIs if RandR is enabled (deb#827984).
+ Destroy all dedicated scanout buffers during CloseScreen.
+ glamor: Reallocate linear pixmap BO if necessary for DRI2
PRIME.
+ Move DRI2's local fixup_glamor helper to
amdgpu_glamor_set_pixmap_bo v2 so it can be used outside of the
DRI2 code.
+ Consolidate get_drawable_pixmap helper.
+ Add amdgpu_pixmap_get_tiling_info.
+ Remove amdgpu_share_pixmap_backing.
+ glamor: Fix amdgpu_glamor_share_pixmap_backing for priv->bo ==
NULL.
+ Add missing Bonaire PCI ID.
+ Add more Polaris 10 and 11 PCI IDs.
+ Fix amdgpu_mode_hotplug crash on multi GPU platform.
+ Handle Zaphod mode correctly in amdgpu_mode_hotplug
(fdo#93415).
+ Add Strato PCI ID.
+ Remove RR_Capability_SinkOutput for GPU without CRTC.
- Set amdgpu.ids as a config file to fix rpmlint warning.
-------------------------------------------------------------------
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
- Add amdgpu.ids which lists all supported PCI Id for server
(boo#972126).
-------------------------------------------------------------------
Tue Feb 23 18:19:10 UTC 2016 - mimi.vx@gmail.com
- update to 1.0.1
* sync: Check if miSyncShmScreenInit symbol is resolved at runtime
* Only map front buffer if glamor acceleration is disabled (v2)
* Don't advertise any PRIME offloading capabilities without acceleration
* Load fb module before glamoregl/shadow modules
* HAS_DIRTYTRACKING_ROTATION also supports multiple CRTCs
* Check for NULL koutput in drmmode_output_dpms
-------------------------------------------------------------------
Fri Nov 20 09:02:22 UTC 2015 - sndirsch@suse.com
- update to release 1.0.0
This is the initial release of the xf86-video-amdgpu driver.
It was forked from the xf86-video-ati radeon driver and modified to
support the amdgpu kernel driver via libdrm_amdgpu, and by extension
the latest AMD GPU families Tonga, Carrizo, Iceland, Fiji and Stoney.
Some functionality was removed because it's not relevant for the GPUs
supported by the amdgpu kernel driver, but other than that the two
drivers are more or less on par with respect to functionality and bug
fixes.
Thanks to everybody who contributed to this release!
- get rid of _service file (no longer needed with official release
now being available)
-------------------------------------------------------------------
Fri Nov 13 13:39:24 UTC 2015 - olaf@aepfle.de
- Use human readable timestamp %cd instead of %ct in _service file
-------------------------------------------------------------------
Tue Nov 10 10:14:04 UTC 2015 - mimi.vx@gmail.com
- update to 0.0.01~git.1446607417.92e7c93
* last upstream version -
http://cgit.freedesktop.org/xorg/driver/xf86-video-amdgpu/log/
-------------------------------------------------------------------
Sat Oct 24 18:03:36 UTC 2015 - mimi.vx@gmail.com
- initial commit