[Libreoffice-commits] core.git: Branch 'libreoffice-7-0' - vcl/skia
LuboÅ¡ LuÅák (via logerrit)
logerrit at kemper.freedesktop.org
Thu Sep 10 11:14:52 UTC 2020
vcl/skia/skia_blacklist_vulkan.xml | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 815aed09bb91aea2e8dd54f4b767505aa273cc3f
Author: Luboš Luňák <l.lunak at collabora.com>
AuthorDate: Wed Sep 9 11:25:59 2020 +0200
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Thu Sep 10 13:14:19 2020 +0200
blacklist amd driver with vulkan version <= 2.0.49 (tdf#136553)
It's from 2018 and there are newer versions available (although maybe
not for older Windows versions).
Change-Id: Ib3e8973c90b6ef9eee160cd2436978741150a2f5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102290
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak at collabora.com>
(cherry picked from commit 3f620e74aa00e34f773d97e9480a6532d9e8863e)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102307
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/vcl/skia/skia_blacklist_vulkan.xml b/vcl/skia/skia_blacklist_vulkan.xml
index 5058012e9485..7327f1f989f8 100644
--- a/vcl/skia/skia_blacklist_vulkan.xml
+++ b/vcl/skia/skia_blacklist_vulkan.xml
@@ -24,5 +24,8 @@
<entry os="all" vendor="intel" compare="less_equal" version="0.16.2">
<device id="all"/>
</entry>
+ <entry os="all" vendor="amd" compare="less_equal" version="2.0.49">
+ <device id="all"/>
+ </entry>
</blacklist>
</root>
More information about the Libreoffice-commits
mailing list