diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2021-12-06 21:06:21 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-12-06 22:30:22 +0100 |
commit | 3a61cce54277fd12570103a191c50d9b37ef3dd3 (patch) | |
tree | c4af72b6258b622a9ea5aed55bffea122e10184f | |
parent | f8ffc971545bb54aaebd227fa841f83660dba99c (diff) |
tdf#145910: relax a bit denylist about OpenGL
since we don't use OpenGL anymore for rendering,
only for slide transition (and some canvas part but it doesn't work)
Change-Id: Ia891915fcc10c0817a79e30fa59605a9681b6536
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126461
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
-rw-r--r-- | vcl/source/opengl/opengl_denylist_windows.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/source/opengl/opengl_denylist_windows.xml b/vcl/source/opengl/opengl_denylist_windows.xml index e2025c94a624..8d83f83ef7fe 100644 --- a/vcl/source/opengl/opengl_denylist_windows.xml +++ b/vcl/source/opengl/opengl_denylist_windows.xml @@ -47,10 +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> - <!-- tdf#131221 --> - <entry os="10" vendor="intel"> - <device id="0x5917"/> - </entry> <entry os="all" vendor="amd" compare="less" version="15.200.1062.1004"> <!-- 150.200 --> <device id="all"/> </entry> |