diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-01-08 15:53:54 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-01-08 15:56:06 +0200 |
commit | 5621762a36483f7bc555dd0e6a294eb68100490a (patch) | |
tree | c6afdcd8f2e25403866cf6747ccc06c015a2704f /vcl | |
parent | 3c47809a673c44575c08700d99b61549ebc9122b (diff) |
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
Diffstat (limited to 'vcl')
-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 7951a8cd3d26..f00d909c4514 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 --> |