Re: [Piglit] [PATCH] EGL_EXT_image_dma_buf_import: set RGBA visual for yuv sampling tests

2018-11-15 Thread Eric Anholt
Lionel Landwerlin writes: > Depending on the platform you're running on, the test might fail with > the AYUV format (or another format with alpha channel). To make this > reliable, force to visual to RGBA. > > Signed-off-by: Lionel Landwerlin > Suggested-by: Eric Anholt r-b. signature.asc

[Piglit] [PATCH] EGL_EXT_image_dma_buf_import: set RGBA visual for yuv sampling tests

2018-11-15 Thread Lionel Landwerlin
Depending on the platform you're running on, the test might fail with the AYUV format (or another format with alpha channel). To make this reliable, force to visual to RGBA. Signed-off-by: Lionel Landwerlin Suggested-by: Eric Anholt --- tests/spec/ext_image_dma_buf_import/sample_yuv.c | 1 + 1