[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - vcl/opengl

Tomaž Vajngerl tomaz.vajngerl at collabora.co.uk
Tue Jul 26 19:00:59 UTC 2016


 vcl/opengl/opengl_blacklist_windows.xml |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit a2aa528f5a842cceedd82a3c9329bfa9ecb7e285
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/27549
    Reviewed-by: Jan Holesovsky <kendy at collabora.com>
    Tested-by: Jenkins <ci at libreoffice.org>

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