diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-06-02 13:42:11 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-06-02 11:32:16 +0000 |
commit | ff6bb3fbbf98df16b73460c74e428379fb216c8f (patch) | |
tree | a14d17057098ff99f34bfa03e55de641a81eac90 | |
parent | 5823d676e99f7536fca2cee774e2f8d805866668 (diff) |
tdf#99919: Blacklist that specific vendor, version, and device combination
Change-Id: I12b45b499bdf2041d6b50fa85e30612916462b3e
(cherry picked from commit 2cf09f0dcfa4b24a6c3c5560aa82b72a95a7b41b)
Reviewed-on: https://gerrit.libreoffice.org/25818
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
-rw-r--r-- | vcl/opengl/opengl_blacklist_windows.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/opengl/opengl_blacklist_windows.xml b/vcl/opengl/opengl_blacklist_windows.xml index f00d909c4514..88a958ec0b1c 100644 --- a/vcl/opengl/opengl_blacklist_windows.xml +++ b/vcl/opengl/opengl_blacklist_windows.xml @@ -24,6 +24,10 @@ <entry os="all" vendor="intel" compare="less" version="10.18.14.4264"> <device id="all"/> </entry> + <!-- tdf#99919 --> + <entry os="all" vendor="intel" compare="equal" version="20.19.15.4352"> + <device id="0x1927"/> + </entry> <entry os="all" vendor="ati" compare="less" version="15.200.1062.1004"> <!-- 150.200 --> <device id="all"/> </entry> |