Reviewed-by: Tapani Pälli <tapani.pa...@intel.com>

On 11/13/18 4:40 PM, Lionel Landwerlin wrote:
This option only applies to the sample_rgb tests.

Signed-off-by: Lionel Landwerlin <lionel.g.landwer...@intel.com>
---
  tests/opengl.py | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/opengl.py b/tests/opengl.py
index c672fdad4..8957de6e2 100644
--- a/tests/opengl.py
+++ b/tests/opengl.py
@@ -3021,11 +3021,11 @@ with profile.test_list.group_manager(
        'ext_image_dma_buf_import-sample_argb8888', run_concurrent=False)
      g(['ext_image_dma_buf_import-sample_rgb', '-fmt=XR24', '-alpha-one'],
        'ext_image_dma_buf_import-sample_xrgb8888', run_concurrent=False)
-    g(['ext_image_dma_buf_import-sample_yuv', '-fmt=NV12', '-alpha-one'],
+    g(['ext_image_dma_buf_import-sample_yuv', '-fmt=NV12'],
        'ext_image_dma_buf_import-sample_nv12', run_concurrent=False)
-    g(['ext_image_dma_buf_import-sample_yuv', '-fmt=YU12', '-alpha-one'],
+    g(['ext_image_dma_buf_import-sample_yuv', '-fmt=YU12'],
        'ext_image_dma_buf_import-sample_yuv420', run_concurrent=False)
-    g(['ext_image_dma_buf_import-sample_yuv', '-fmt=YV12', '-alpha-one'],
+    g(['ext_image_dma_buf_import-sample_yuv', '-fmt=YV12'],
        'ext_image_dma_buf_import-sample_yvu420', run_concurrent=False)
      g(['ext_image_dma_buf_import-sample_yuv', '-fmt=AYUV'],
        'ext_image_dma_buf_import-sample_ayuv', run_concurrent=False)

_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to