vcl/skia/skia_denylist_vulkan.xml | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit 3f620e74aa00e34f773d97e9480a6532d9e8863e Author: Luboš Luňák <l.lu...@collabora.com> AuthorDate: Wed Sep 9 11:25:59 2020 +0200 Commit: Luboš Luňák <l.lu...@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.lu...@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> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits