[Libreoffice-commits] core.git: Branch 'libreoffice-6-0' - vcl/opengl

Julien Nabet serval2412 at yahoo.fr
Fri May 18 07:10:46 UTC 2018


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

New commits:
commit adbb363120ec68eeb342b3472bb6ad5e8a9ac9c8
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Wed May 9 07:29:42 2018 +0200

    tdf#117477/tdf#100243: blacklist Intel HD Graphics 630 for Lenovo...
    
    + Intel(R) Iris(TM) Graphics 550 from
    https://cgit.freedesktop.org/libreoffice/core/commit/?id=ecaabbf527f6f6207ce1ca8924708d23e6db45f5
    
    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 at collabora.co.uk>
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Reviewed-on: https://gerrit.libreoffice.org/54501
    Tested-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/vcl/opengl/opengl_blacklist_windows.xml b/vcl/opengl/opengl_blacklist_windows.xml
index eb1cfc375e73..2c0641ae9b76 100644
--- a/vcl/opengl/opengl_blacklist_windows.xml
+++ b/vcl/opengl/opengl_blacklist_windows.xml
@@ -28,6 +28,12 @@
         <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>


More information about the Libreoffice-commits mailing list