office-gobmx/vcl/opengl/opengl_blacklist_windows.xml
Julien Nabet 7aeff452bf tdf#117477: blacklist Intel HD Graphics 630 for Lenovo
See https://bugs.documentfoundation.org/show_bug.cgi?id=117477#c4

Change-Id: Ifdd55d5b26ae7ef6d635527050296aa69c2244ab
Reviewed-on: https://gerrit.libreoffice.org/54015
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2018-05-09 11:55:17 +02:00

66 lines
2.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
-->
<!--
entry attributes:
os - "all", "xp", "server2003", "vista", "7", "8", "8_1", "10"
vendor - "all", "intel", "ati", "amd", "nvidia", "microsoft"
compare - "less", "less_equal", "greater", "greater_equal", "equal", "not_equal", "between_exclusive", "between_inclusive", "between_inclusive_start"
version
minVersion
maxVersion
-->
<root>
<whitelist>
</whitelist>
<blacklist>
<entry os="all" vendor="intel" compare="less" version="10.18.14.4264">
<device id="all"/>
</entry>
<!-- tdf#99919 -->
<entry os="all" vendor="intel" compare="equal" version="20.19.15.4352">
<device id="0x1927"/>
</entry>
<!-- tdf#100243 -->
<!-- tdf#117477 -->
<entry os="all" vendor="intel" compare="equal" version="21.20.16.4664">
<device id="0x591b"/>
<device id="0x5916"/>
</entry>
<entry os="7" vendor="intel">
<device id="all"/>
</entry>
<entry os="8" vendor="intel" compare="equal" version="10.18.10.3308"><!-- Intel(R) HD Graphics 4000 -->
<device id="0x0166"/>
</entry>
<entry os="all" vendor="ati" compare="less" version="15.200.1062.1004"> <!-- 150.200 -->
<device id="all"/>
</entry>
<entry os="all" vendor="amd" compare="less" version="15.200.1062.1004"> <!-- 150.200 -->
<device id="all"/>
</entry>
<entry os="all" vendor="nvidia" compare="less" version="10.18.13.5362"> <!-- 353.62 -->
<device id="all"/>
</entry>
<entry os="all" vendor="microsoft" compare="less" version="6.2.0.0"> <!-- 6.2.0.0 -->
<device id="all"/>
</entry>
<entry os="xp" vendor="all">
<device id="all"/>
</entry>
<entry os="server2003" vendor="all">
<device id="all"/>
</entry>
<entry os="vista" vendor="all">
<device id="all"/>
</entry>
</blacklist>
</root>