summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-01-06 18:51:30 +0200
committerTor Lillqvist <tml@collabora.com>2016-01-06 19:02:32 +0200
commit90e1baf4ed1cf03bec430870d870ede0984f9adc (patch)
treeffed916e154460e07de6cda28af4017e6426117a /vcl
parentb6616ac032ec5c299c2b4190be00a2e70caf3f1c (diff)
We should compare an Intel version to 15.40.4.64, not 15.40.4.64.4256
That's what the code originally did, when the versions were hardcoded in the C++ code. The 15.40.4.64.4256 is the "marketing" number for the version that was suggested to use instead. The code can not handle five-number versions anyway, and this blacklist entry was ignored. An actual version as reported by the system always has four numbers, to the best of my knowledge. Change-Id: If7e2e91bbd81fc75d03eacb38580df16c6e09d78
Diffstat (limited to 'vcl')
-rw-r--r--vcl/opengl/opengl_blacklist_windows.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/opengl/opengl_blacklist_windows.xml b/vcl/opengl/opengl_blacklist_windows.xml
index cc8d6c4349df..7951a8cd3d26 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.4256"> <!-- 15.40.4.64.4256 -->
+ <entry os="all" vendor="intel" compare="less" version="15.40.4.64"> <!-- 15.40.4.64.4256 -->
<device id="all"/>
</entry>
<entry os="all" vendor="ati" compare="less" version="15.200.1062.1004"> <!-- 150.200 -->