Version 6.1.4.1, tag libreoffice-6.1.4.1
[LibreOffice.git] / vcl / opengl / opengl_blacklist_windows.xml
blob2c0641ae9b7632583099f2bb67403221bb655753
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", "xp", "server2003", "vista", "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         <entry os="7" vendor="intel">
38             <device id="all"/>
39         </entry>
40         <entry os="8" vendor="intel" compare="equal" version="10.18.10.3308"><!-- Intel(R) HD Graphics 4000 -->
41             <device id="0x0166"/>
42         </entry>
43         <entry os="all" vendor="ati" compare="less" version="15.200.1062.1004"> <!-- 150.200 -->
44             <device id="all"/>
45         </entry>
46         <entry os="all" vendor="amd" compare="less" version="15.200.1062.1004"> <!-- 150.200 -->
47             <device id="all"/>
48         </entry>
49         <entry os="all" vendor="nvidia" compare="less" version="10.18.13.5362"> <!-- 353.62 -->
50             <device id="all"/>
51         </entry>
52         <entry os="all" vendor="microsoft" compare="less" version="6.2.0.0"> <!-- 6.2.0.0 -->
53             <device id="all"/>
54         </entry>
56         <entry os="xp" vendor="all">
57             <device id="all"/>
58         </entry>
59         <entry os="server2003" vendor="all">
60             <device id="all"/>
61         </entry>
62         <entry os="vista" vendor="all">
63             <device id="all"/>
64         </entry>
65     </blacklist>
66 </root>