opengl_denylist_windows.xml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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"
  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" version="10.18.14.4264">
  23. <device id="all"/>
  24. </entry>
  25. <!-- tdf#99919 -->
  26. <entry os="all" vendor="intel" compare="equal" version="20.19.15.4352">
  27. <device id="0x1927"/>
  28. </entry>
  29. <!-- tdf#100243 -->
  30. <!-- tdf#117477 -->
  31. <entry os="all" vendor="intel" compare="equal" version="21.20.16.4664">
  32. <device id="0x591b"/>
  33. <device id="0x5916"/>
  34. </entry>
  35. <!-- tdf#115092 -->
  36. <entry os="all" vendor="intel" compare="equal" version="22.20.16.4735">
  37. <device id="0x1912"/>
  38. </entry>
  39. <entry os="7" vendor="intel">
  40. <device id="all"/>
  41. </entry>
  42. <entry os="8" vendor="intel" compare="equal" version="10.18.10.3308"><!-- Intel(R) HD Graphics 4000 -->
  43. <device id="0x0166"/>
  44. </entry>
  45. <entry os="10" vendor="intel" compare="between_inclusive_start" minVersion="26.20.100.6861" maxVersion="26.20.100.7584"><!-- tdf#125516 -->
  46. <device id="all"/>
  47. </entry>
  48. <!-- tdf#131221 -->
  49. <entry os="10" vendor="intel">
  50. <device id="0x5917"/>
  51. </entry>
  52. <entry os="all" vendor="amd" compare="less" version="15.200.1062.1004"> <!-- 150.200 -->
  53. <device id="all"/>
  54. </entry>
  55. <entry os="all" vendor="nvidia" compare="less" version="10.18.13.5362"> <!-- 353.62 -->
  56. <device id="all"/>
  57. </entry>
  58. <entry os="10" vendor="nvidia"> <!-- tdf#128441 -->
  59. <device id="0x2182"/>
  60. </entry>
  61. <entry os="all" vendor="microsoft" compare="less" version="6.2.0.0"> <!-- 6.2.0.0 -->
  62. <device id="all"/>
  63. </entry>
  64. </denylist>
  65. </root>