diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-01-06 18:51:30 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-01-06 19:02:32 +0200 |
commit | 90e1baf4ed1cf03bec430870d870ede0984f9adc (patch) | |
tree | ffed916e154460e07de6cda28af4017e6426117a /vcl/opengl | |
parent | b6616ac032ec5c299c2b4190be00a2e70caf3f1c (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/opengl')
-rw-r--r-- | vcl/opengl/opengl_blacklist_windows.xml | 2 |
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 --> |