[Libreoffice-commits] core.git: Branch 'libreoffice-7-0' - vcl/skia

Luboš Luňák (via logerrit) logerrit at kemper.freedesktop.org
Wed Sep 30 13:01:00 UTC 2020


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

New commits:
commit 3f7e5e0fa3916cfb80212969257bee58dae96c54
Author:     Luboš Luňák <l.lunak at collabora.com>
AuthorDate: Mon Sep 28 10:01:46 2020 +0200
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed Sep 30 15:00:26 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>
    (cherry picked from commit f8d6eb6f171dbcf7e3aa4afa0da32bd504f473dc)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103574
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/vcl/skia/skia_blacklist_vulkan.xml b/vcl/skia/skia_blacklist_vulkan.xml
index 27dbcdfd7973..bd19c0c78f65 100644
--- a/vcl/skia/skia_blacklist_vulkan.xml
+++ b/vcl/skia/skia_blacklist_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>
     </blacklist>
 </root>


More information about the Libreoffice-commits mailing list