vcl/skia/skia_denylist_vulkan.xml |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit f8d6eb6f171dbcf7e3aa4afa0da32bd504f473dc
Author:     Luboš Luňák <l.lu...@collabora.com>
AuthorDate: Mon Sep 28 10:01:46 2020 +0200
Commit:     Luboš Luňák <l.lu...@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.lu...@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>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to