[Libreoffice-commits] core.git: vcl/skia

Luboš Luňák (via logerrit) logerrit at kemper.freedesktop.org
Fri Nov 13 15:06:23 UTC 2020


 vcl/skia/skia_denylist_vulkan.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f413852e657dc524b3d2773862e788dfc6595d8d
Author:     Luboš Luňák <l.lunak at collabora.com>
AuthorDate: Thu Nov 12 12:37:17 2020 +0100
Commit:     Luboš Luňák <l.lunak at collabora.com>
CommitDate: Fri Nov 13 16:05:31 2020 +0100

    block nvidia drivers for vulkan only for version<457.36.0 (tdf#138145)
    
    Reportedly that one works fine, although the situation is somewhat
    unclear to me (tdf#135370 appears to have been worked around as
    a side effect of d18731f71c60cbb6c02cabb042004b1aa9454de8,
    and both tdf#136036 and tdf#136407 do not have confirmation from
    anybody else than the reporters). If things do not go well,
    the blocklist can get more fine-grained.
    
    Change-Id: I8cd5257d6391fe0604e7a95e1ed7edfc0143ec3a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105642
    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 5bcab2940ace..8c01a0956664 100644
--- a/vcl/skia/skia_denylist_vulkan.xml
+++ b/vcl/skia/skia_denylist_vulkan.xml
@@ -27,7 +27,7 @@
         <entry os="all" vendor="amd" compare="less_equal" version="2.0.49">
             <device id="all"/>
         </entry>
-        <entry os="windows" vendor="nvidia">
+        <entry os="windows" vendor="nvidia" compare="less" version="457.36.0">
             <device id="all"/>
         </entry>
     </denylist>


More information about the Libreoffice-commits mailing list