summaryrefslogtreecommitdiff
path: root/vcl/opengl
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2020-02-12 11:31:18 +0100
committerLuboš Luňák <l.lunak@collabora.com>2020-02-13 15:44:53 +0100
commit7fcac1989c8dd853779bbd04c4eaddc50a5bbc5e (patch)
tree799768cefc4c824b55f7b888c11834b883954fc9 /vcl/opengl
parent2b702f7436acf6883b41508277441e5ea0a53d51 (diff)
remove 'ATI' from the driver list
The ATI brand has not been in use for a decade, and it's confusing to have both AMD and ATI there. All AMD gfx cards use the 0x1002 formerly-ATI PCI vendor ID, so just use AMD and that vendor ID. Change-Id: I9d60f1e86fe12a2e0fe9548c7c912d2d1ecec240 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88534 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'vcl/opengl')
-rw-r--r--vcl/opengl/opengl_blacklist_windows.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/vcl/opengl/opengl_blacklist_windows.xml b/vcl/opengl/opengl_blacklist_windows.xml
index 2b4bdb828184..2a859631eb81 100644
--- a/vcl/opengl/opengl_blacklist_windows.xml
+++ b/vcl/opengl/opengl_blacklist_windows.xml
@@ -10,7 +10,7 @@
<!--
entry attributes:
os - "all", "7", "8", "8_1", "10"
- vendor - "all", "intel", "ati", "amd", "nvidia", "microsoft"
+ vendor - "all", "intel", "amd", "nvidia", "microsoft"
compare - "less", "less_equal", "greater", "greater_equal", "equal", "not_equal", "between_exclusive", "between_inclusive", "between_inclusive_start"
version
minVersion
@@ -47,9 +47,6 @@
<entry os="10" vendor="intel" compare="between_inclusive_start" minVersion="26.20.100.6861" maxVersion="26.20.100.7584"><!-- tdf#125516 -->
<device id="all"/>
</entry>
- <entry os="all" vendor="ati" compare="less" version="15.200.1062.1004"> <!-- 150.200 -->
- <device id="all"/>
- </entry>
<entry os="all" vendor="amd" compare="less" version="15.200.1062.1004"> <!-- 150.200 -->
<device id="all"/>
</entry>