summaryrefslogtreecommitdiff
path: root/tests/opengl.py
diff options
context:
space:
mode:
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>2018-11-09 17:17:01 +0000
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>2018-11-09 19:24:23 +0000
commit649c149dbb96ac36765927fb13f731fd34e9acda (patch)
treed2c728fc4b63c72932874d07ee8f2bc6bda1581e /tests/opengl.py
parent3cb200b2278a473e55b3ad6fa17dd8babbd3d00f (diff)
remove ext_image_dma_buf_import-intel_external_sampler_with_dma_only
Commit a5c39ed974402c ("i965: Lift restriction in external textures for EGLImage support") from Mesa lifted the restriction that this test was checking. Easy fix! Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Acked-by: Jason Ekstrand <jason@jlekstrand.net>
Diffstat (limited to 'tests/opengl.py')
-rw-r--r--tests/opengl.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/opengl.py b/tests/opengl.py
index b74606be1..83cc18fe0 100644
--- a/tests/opengl.py
+++ b/tests/opengl.py
@@ -3016,8 +3016,6 @@ with profile.test_list.group_manager(
run_concurrent=False)
g(['ext_image_dma_buf_import-intel_external_sampler_only'],
run_concurrent=False)
- g(['ext_image_dma_buf_import-intel_external_sampler_with_dma_only'],
- run_concurrent=False)
g(['ext_image_dma_buf_import-refcount'])
g(['ext_image_dma_buf_import-sample_rgb', '-fmt=AR24'],
'ext_image_dma_buf_import-sample_argb8888', run_concurrent=False)