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

Tor Lillqvist tml at collabora.com
Fri Jan 8 06:11:58 PST 2016


 vcl/opengl/opengl_blacklist_windows.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f4d2ab3cabc52f25f26fb4733d9c45ee34ad4e34
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri Jan 8 15:53:54 2016 +0200

    Don't use the "marketing" version number for the Intel driver
    
    The 15.x.y.z.d number is not the real version number that our code
    sees.
    
    Change-Id: I8e434c0c3e3c4ff6ea8a6810f0b09f9b2befc438
    Signed-off-by: Michael Meeks <michael.meeks at collabora.com>

diff --git a/vcl/opengl/opengl_blacklist_windows.xml b/vcl/opengl/opengl_blacklist_windows.xml
index 7951a8c..f00d909 100644
--- a/vcl/opengl/opengl_blacklist_windows.xml
+++ b/vcl/opengl/opengl_blacklist_windows.xml
@@ -21,7 +21,7 @@
     <whitelist>
     </whitelist>
     <blacklist>
-        <entry os="all" vendor="intel" compare="less" version="15.40.4.64"> <!-- 15.40.4.64.4256 -->
+        <entry os="all" vendor="intel" compare="less" version="10.18.14.4264">
             <device id="all"/>
         </entry>
         <entry os="all" vendor="ati" compare="less" version="15.200.1062.1004"> <!-- 150.200 -->


More information about the Libreoffice-commits mailing list