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

Tor Lillqvist tml at collabora.com
Thu Jun 2 11:32:45 UTC 2016


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

New commits:
commit ff6bb3fbbf98df16b73460c74e428379fb216c8f
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu Jun 2 13:42:11 2016 +0300

    tdf#99919: Blacklist that specific vendor, version, and device combination
    
    Change-Id: I12b45b499bdf2041d6b50fa85e30612916462b3e
    (cherry picked from commit 2cf09f0dcfa4b24a6c3c5560aa82b72a95a7b41b)
    Reviewed-on: https://gerrit.libreoffice.org/25818
    Reviewed-by: Tor Lillqvist <tml at collabora.com>
    Tested-by: Tor Lillqvist <tml at collabora.com>

diff --git a/vcl/opengl/opengl_blacklist_windows.xml b/vcl/opengl/opengl_blacklist_windows.xml
index f00d909..88a958e 100644
--- a/vcl/opengl/opengl_blacklist_windows.xml
+++ b/vcl/opengl/opengl_blacklist_windows.xml
@@ -24,6 +24,10 @@
         <entry os="all" vendor="intel" compare="less" version="10.18.14.4264">
             <device id="all"/>
         </entry>
+        <!-- tdf#99919 -->
+        <entry os="all" vendor="intel" compare="equal" version="20.19.15.4352">
+            <device id="0x1927"/>
+        </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