[Libreoffice-commits] core.git: vcl/opengl
Tor Lillqvist
tml at collabora.com
Fri Jan 8 05:56:36 PST 2016
vcl/opengl/opengl_blacklist_windows.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5621762a36483f7bc555dd0e6a294eb68100490a
Author: Tor Lillqvist <tml at collabora.com>
Date: Fri Jan 8 15:53:54 2016 +0200
Don't use the "marketing" version number for the Intel driver
The 15.x.y.z.d number is not the real version number that our code
sees.
Change-Id: I8e434c0c3e3c4ff6ea8a6810f0b09f9b2befc438
diff --git a/vcl/opengl/opengl_blacklist_windows.xml b/vcl/opengl/opengl_blacklist_windows.xml
index 7951a8c..f00d909 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="less" version="15.40.4.64"> <!-- 15.40.4.64.4256 -->
+ <entry os="all" vendor="intel" compare="less" version="10.18.14.4264">
<device id="all"/>
</entry>
<entry os="all" vendor="ati" compare="less" version="15.200.1062.1004"> <!-- 150.200 -->
More information about the Libreoffice-commits
mailing list