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

Julien Nabet (via logerrit) logerrit at kemper.freedesktop.org
Sun Nov 3 21:14:44 UTC 2019


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

New commits:
commit e5898401ef25edc33f4ee6555229d307fa2e3c95
Author:     Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Sat Nov 2 18:34:06 2019 +0100
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Sun Nov 3 22:13:55 2019 +0100

    tdf#128441: blacklist nvidia on Win10 deviceid 0x2182
    
    Change-Id: I033da69ee4f001f7dd2546822626fb2777dd040f
    Reviewed-on: https://gerrit.libreoffice.org/81943
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    (cherry picked from commit ed94101d8c399f6de2e2b9b7cd31dd6b68d269a8)
    Reviewed-on: https://gerrit.libreoffice.org/81948
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/vcl/opengl/opengl_blacklist_windows.xml b/vcl/opengl/opengl_blacklist_windows.xml
index 4ed2bb2c61ba..31a4b6e00c3c 100644
--- a/vcl/opengl/opengl_blacklist_windows.xml
+++ b/vcl/opengl/opengl_blacklist_windows.xml
@@ -53,6 +53,9 @@
         <entry os="all" vendor="nvidia" compare="less" version="10.18.13.5362"> <!-- 353.62 -->
             <device id="all"/>
         </entry>
+        <entry os="10" vendor="nvidia"> <!-- tdf#128441 -->
+            <device id="0x2182"/>
+        </entry>
         <entry os="all" vendor="microsoft" compare="less" version="6.2.0.0"> <!-- 6.2.0.0 -->
             <device id="all"/>
         </entry>


More information about the Libreoffice-commits mailing list