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