[Libreoffice-commits] core.git: vcl/skia
LuboÅ¡ LuÅák (via logerrit)
logerrit at kemper.freedesktop.org
Thu Sep 10 09:10:43 UTC 2020
vcl/skia/skia_denylist_vulkan.xml | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 3f620e74aa00e34f773d97e9480a6532d9e8863e
Author: Luboš Luňák <l.lunak at collabora.com>
AuthorDate: Wed Sep 9 11:25:59 2020 +0200
Commit: Luboš Luňák <l.lunak at collabora.com>
CommitDate: Thu Sep 10 11:10:01 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>
diff --git a/vcl/skia/skia_denylist_vulkan.xml b/vcl/skia/skia_denylist_vulkan.xml
index 43143548cd5a..2e7dd22a0fe0 100644
--- a/vcl/skia/skia_denylist_vulkan.xml
+++ b/vcl/skia/skia_denylist_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>
</denylist>
</root>
More information about the Libreoffice-commits
mailing list