[Libreoffice-commits] core.git: vcl/opengl
Tomaž Vajngerl
tomaz.vajngerl at collabora.com
Mon Nov 23 05:02:35 PST 2015
vcl/opengl/opengl_blacklist_windows.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 876a67f22f123190f9970832f68625ca6825f088
Author: Tomaž Vajngerl <tomaz.vajngerl at collabora.com>
Date: Mon Nov 23 14:01:34 2015 +0100
opengl: fix blacklist
Change-Id: Ie171b4be3414b977481d30901270b8b6b23d8c8e
diff --git a/vcl/opengl/opengl_blacklist_windows.xml b/vcl/opengl/opengl_blacklist_windows.xml
index c9b07df..394fdaa 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="greater" version="15.40.4.64.4256"> <!-- 15.40.4.64.4256 -->
+ <entry os="all" vendor="intel" compare="less" version="15.40.4.64.4256"> <!-- 15.40.4.64.4256 -->
<device id="all"/>
</entry>
<entry os="all" vendor="ati" compare="less" version="15.200.1062.1004"> <!-- 150.200 -->
@@ -145,7 +145,7 @@
<device id="0x0A70"/>
<!-- NvidiaBlockD3D9Layers -->
- // Glitches whilst scrolling (see bugs 612007, 644787, 645872)
+ <!-- Glitches whilst scrolling (see bugs 612007, 644787, 645872) -->
<device id="0x00f3"/> <!-- NV43 [GeForce 6200 (TM)] -->
<device id="0x0146"/> <!-- NV43 [Geforce Go 6600TE/6200TE (TM)] -->
<device id="0x014f"/> <!-- NV43 [GeForce 6200 (TM)] -->
More information about the Libreoffice-commits
mailing list