[Libreoffice-commits] core.git: vcl/skia
LuboÅ¡ LuÅák (via logerrit)
logerrit at kemper.freedesktop.org
Mon Nov 16 11:41:52 UTC 2020
vcl/skia/skia_denylist_vulkan.xml | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit a72b0ae16684feb438558686253d9b4701313017
Author: Luboš Luňák <l.lunak at collabora.com>
AuthorDate: Mon Nov 16 12:39:03 2020 +0100
Commit: Luboš Luňák <l.lunak at collabora.com>
CommitDate: Mon Nov 16 12:41:05 2020 +0100
disable Vulkan for Windows 7 (tdf#138219)
The bugreport says the latest Intel drivers for Windows 7 are
problematic, and since Windows 7 is EOL anyway, simply don't bother.
Change-Id: Iee429d99ebf9b0e0a99a50c38ef77d06ab5b797b
diff --git a/vcl/skia/skia_denylist_vulkan.xml b/vcl/skia/skia_denylist_vulkan.xml
index 8c01a0956664..507bc04d2d94 100644
--- a/vcl/skia/skia_denylist_vulkan.xml
+++ b/vcl/skia/skia_denylist_vulkan.xml
@@ -30,5 +30,8 @@
<entry os="windows" vendor="nvidia" compare="less" version="457.36.0">
<device id="all"/>
</entry>
+ <entry os="7" vendor="all">
+ <device id="all"/>
+ </entry>
</denylist>
</root>
More information about the Libreoffice-commits
mailing list