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

Julien Nabet (via logerrit) logerrit at kemper.freedesktop.org
Tue Mar 31 08:14:56 UTC 2020


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

New commits:
commit eb43950455a9b644bc06b17e2ce600be77d16343
Author:     Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Sun Mar 29 10:32:16 2020 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Tue Mar 31 10:14:27 2020 +0200

    tdf#131221: blacklist Intel on Win10 deviceid 0x5917
    
    Change-Id: I718bf929a1b601a5363be1bfda7e9f5377747565
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91321
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
    (cherry picked from commit d4c9e2130f6f065b4a97fc98cf1029593e725e65)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91298

diff --git a/vcl/opengl/opengl_blacklist_windows.xml b/vcl/opengl/opengl_blacklist_windows.xml
index 0609d5771eb0..1f9ffbe3ade3 100644
--- a/vcl/opengl/opengl_blacklist_windows.xml
+++ b/vcl/opengl/opengl_blacklist_windows.xml
@@ -47,6 +47,10 @@
         <entry os="all" vendor="ati" compare="less" version="15.200.1062.1004"> <!-- 150.200 -->
             <device id="all"/>
         </entry>
+        <!-- tdf#131221 -->
+        <entry os="10" vendor="intel">
+            <device id="0x5917"/>
+        </entry>
         <entry os="all" vendor="amd" compare="less" version="15.200.1062.1004"> <!-- 150.200 -->
             <device id="all"/>
         </entry>


More information about the Libreoffice-commits mailing list