Version 6.4.0.0.beta1, tag libreoffice-6.4.0.0.beta1
[LibreOffice.git] / vcl / opengl / opengl_blacklist_windows.xml
blob0609d5771eb0cae4c5abd2ff3d075e90a8594480
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 * This file is part of the LibreOffice project.
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 -->
10 <!--
11     entry attributes:
12     os - "all", "7", "8", "8_1", "10"
13     vendor - "all", "intel", "ati", "amd", "nvidia", "microsoft"
14     compare - "less", "less_equal", "greater", "greater_equal", "equal", "not_equal", "between_exclusive", "between_inclusive", "between_inclusive_start"
15     version
16     minVersion
17     maxVersion
18 -->
20 <root>
21     <whitelist>
22     </whitelist>
23     <blacklist>
24         <entry os="all" vendor="intel" compare="less" version="10.18.14.4264">
25             <device id="all"/>
26         </entry>
27         <!-- tdf#99919 -->
28         <entry os="all" vendor="intel" compare="equal" version="20.19.15.4352">
29             <device id="0x1927"/>
30         </entry>
31         <!-- tdf#100243 -->
32         <!-- tdf#117477 -->
33         <entry os="all" vendor="intel" compare="equal" version="21.20.16.4664">
34             <device id="0x591b"/>
35             <device id="0x5916"/>
36         </entry>
37         <!-- tdf#115092 -->
38         <entry os="all" vendor="intel" compare="equal" version="22.20.16.4735">
39             <device id="0x1912"/>
40         </entry>
41         <entry os="7" vendor="intel">
42             <device id="all"/>
43         </entry>
44         <entry os="8" vendor="intel" compare="equal" version="10.18.10.3308"><!-- Intel(R) HD Graphics 4000 -->
45             <device id="0x0166"/>
46         </entry>
47         <entry os="all" vendor="ati" compare="less" version="15.200.1062.1004"> <!-- 150.200 -->
48             <device id="all"/>
49         </entry>
50         <entry os="all" vendor="amd" compare="less" version="15.200.1062.1004"> <!-- 150.200 -->
51             <device id="all"/>
52         </entry>
53         <entry os="all" vendor="nvidia" compare="less" version="10.18.13.5362"> <!-- 353.62 -->
54             <device id="all"/>
55         </entry>
56         <entry os="10" vendor="nvidia"> <!-- tdf#128441 -->
57             <device id="0x2182"/>
58         </entry>
59         <entry os="all" vendor="microsoft" compare="less" version="6.2.0.0"> <!-- 6.2.0.0 -->
60             <device id="all"/>
61         </entry>
62     </blacklist>
63 </root>