[Libreoffice-commits] core.git: Branch 'libreoffice-5-2-0' - vcl/opengl
Tomaž Vajngerl
tomaz.vajngerl at collabora.co.uk
Wed Jul 27 00:26:56 UTC 2016
vcl/opengl/opengl_blacklist_windows.xml | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit c3d1afd1414ad6ca5ed42d5b26f73190113a1404
Author: Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
Date: Tue Jul 26 16:21:13 2016 +0900
tdf#101138 opengl: blacklist intel drivers for Win 7
Change-Id: I1b3db15b2fbdd948dcc9bacf7891f8429f066150
Reviewed-on: https://gerrit.libreoffice.org/27550
Reviewed-by: Jan Holesovsky <kendy at collabora.com>
Reviewed-by: László Németh <nemeth at numbertext.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
diff --git a/vcl/opengl/opengl_blacklist_windows.xml b/vcl/opengl/opengl_blacklist_windows.xml
index 88a958e..8596f7a 100644
--- a/vcl/opengl/opengl_blacklist_windows.xml
+++ b/vcl/opengl/opengl_blacklist_windows.xml
@@ -28,6 +28,9 @@
<entry os="all" vendor="intel" compare="equal" version="20.19.15.4352">
<device id="0x1927"/>
</entry>
+ <entry os="7" vendor="intel">
+ <device id="all"/>
+ </entry>
<entry os="all" vendor="ati" compare="less" version="15.200.1062.1004"> <!-- 150.200 -->
<device id="all"/>
</entry>
More information about the Libreoffice-commits
mailing list