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

Luboš Luňák (via logerrit) logerrit at kemper.freedesktop.org
Tue Nov 17 10:37:55 UTC 2020


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

New commits:
commit a3fbd4903c50496774405bcfa16246ceaa2e1f50
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: Tue Nov 17 11:37:22 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
    Signed-off-by: Xisco Fauli <xiscofauli at libreoffice.org>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105930
    Tested-by: Jenkins
    Reviewed-by: Luboš Luňák <l.lunak at collabora.com>

diff --git a/vcl/skia/skia_blacklist_vulkan.xml b/vcl/skia/skia_blacklist_vulkan.xml
index bd19c0c78f65..8a222d00571c 100644
--- a/vcl/skia/skia_blacklist_vulkan.xml
+++ b/vcl/skia/skia_blacklist_vulkan.xml
@@ -30,5 +30,8 @@
         <entry os="windows" vendor="nvidia">
             <device id="all"/>
         </entry>
+        <entry os="7" vendor="all">
+            <device id="all"/>
+        </entry>
     </blacklist>
 </root>


More information about the Libreoffice-commits mailing list