skia_denylist_vulkan.xml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. * This file is part of the LibreOffice project.
  4. *
  5. * This Source Code Form is subject to the terms of the Mozilla Public
  6. * License, v. 2.0. If a copy of the MPL was not distributed with this
  7. * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  8. -->
  9. <!--
  10. entry attributes:
  11. os - "all", "7", "8", "8_1", "10", "windows", "linux", "osx_10_5", "osx_10_6", "osx_10_7", "osx_10_8", "osx"
  12. vendor - "all", "intel", "amd", "nvidia", "microsoft"
  13. compare - "less", "less_equal", "greater", "greater_equal", "equal", "not_equal", "between_exclusive", "between_inclusive", "between_inclusive_start"
  14. version
  15. minVersion
  16. maxVersion
  17. -->
  18. <root>
  19. <allowlist>
  20. </allowlist>
  21. <denylist>
  22. <entry os="all" vendor="intel" compare="less_equal" version="0.16.2">
  23. <device id="all"/>
  24. </entry>
  25. <entry os="all" vendor="amd" compare="less_equal" version="2.0.49">
  26. <device id="all"/>
  27. </entry>
  28. <entry os="windows" vendor="nvidia" compare="less" version="457.36.0">
  29. <device id="all"/>
  30. </entry>
  31. <entry os="7" vendor="all">
  32. <device id="all"/>
  33. </entry>
  34. </denylist>
  35. </root>