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

New commits:
commit 6fd4209a7e5884e44f4214342c7565229aa9b7d5
Author:     Luboš Luňák <l.lu...@collabora.com>
AuthorDate: Wed Jan 12 15:20:41 2022 +0100
Commit:     Luboš Luňák <l.lu...@collabora.com>
CommitDate: Wed Jan 12 15:23:41 2022 +0100

    block amd drivers that crash with Skia's kDifference (tdf#146402)
    
    This is a follow-up to 4a11c85baeb4998e12bc2ab45b0c23, after all
    it was a driver problem. But the time 7.4 is out the newer one
    working will be hopefully in sufficient use.
    
    Change-Id: I682a56ec6e5b6dfe4c85930346177fc5c13569c9

diff --git a/vcl/skia/skia_denylist_vulkan.xml 
b/vcl/skia/skia_denylist_vulkan.xml
index e2cd9e3aa6ab..63df3938b8a2 100644
--- a/vcl/skia/skia_denylist_vulkan.xml
+++ b/vcl/skia/skia_denylist_vulkan.xml
@@ -30,7 +30,7 @@
         <entry os="windows" vendor="intel" compare="equal" 
version="0.402.1173"> <!-- tdf#144923 off-topic comment 14 -->
             <device id="0x9a49"/>
         </entry>
-        <entry os="all" vendor="amd" compare="less_equal" version="2.0.49">
+        <entry os="all" vendor="amd" compare="less" version="2.0.198"> <!-- 
tdf#146402 -->
             <device id="all"/>
         </entry>
         <entry os="windows" vendor="nvidia" compare="less" version="457.36.0">

Reply via email to