[Libreoffice-commits] core.git: vcl/skia
LuboÅ¡ LuÅák (via logerrit)
logerrit at kemper.freedesktop.org
Tue Sep 29 07:58:29 UTC 2020
vcl/skia/skia_denylist_vulkan.xml | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit f8d6eb6f171dbcf7e3aa4afa0da32bd504f473dc
Author: Luboš Luňák <l.lunak at collabora.com>
AuthorDate: Mon Sep 28 10:01:46 2020 +0200
Commit: Luboš Luňák <l.lunak at collabora.com>
CommitDate: Tue Sep 29 09:57:42 2020 +0200
blacklist Windows/nVidia for Skia/Vulkan (tdf#135370, tdf#136036, tdf#136407)
The bugreports all appear to be specific to Vulkan on Windows
with nVidia drivers, and I do not have that OS/HW combination to
debug this. So disable Vulkan use there until somebody can do
something about it.
Change-Id: I0dea7b87b0f72e393ea90985bd2cc64c89671181
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103533
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 f7d82bc8bfeb..5bcab2940ace 100644
--- a/vcl/skia/skia_denylist_vulkan.xml
+++ b/vcl/skia/skia_denylist_vulkan.xml
@@ -27,5 +27,8 @@
<entry os="all" vendor="amd" compare="less_equal" version="2.0.49">
<device id="all"/>
</entry>
+ <entry os="windows" vendor="nvidia">
+ <device id="all"/>
+ </entry>
</denylist>
</root>
More information about the Libreoffice-commits
mailing list