blacklist amd driver with vulkan version <= 2.0.49 (tdf#136553)

It's from 2018 and there are newer versions available (although maybe
not for older Windows versions).

Change-Id: Ib3e8973c90b6ef9eee160cd2436978741150a2f5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102290
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
diff --git a/vcl/skia/skia_denylist_vulkan.xml b/vcl/skia/skia_denylist_vulkan.xml
index 4314354..2e7dd22 100644
--- a/vcl/skia/skia_denylist_vulkan.xml
+++ b/vcl/skia/skia_denylist_vulkan.xml
@@ -24,5 +24,8 @@
        <entry os="all" vendor="intel" compare="less_equal" version="0.16.2">
            <device id="all"/>
        </entry>
        <entry os="all" vendor="amd" compare="less_equal" version="2.0.49">
            <device id="all"/>
        </entry>
    </denylist>
</root>