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

Re: [Piglit] [PATCH v2] EGL_EXT_image_dma_buf_import: add fbo option to yuv formats with alpha channel

2018-11-15 Thread Lionel Landwerlin
On 14/11/2018 17:12, Eric Anholt wrote: Lionel Landwerlin writes: Depending on the platform you're running on, the test might fail with the AYUV format. To make this reliable, force to render to fbo. It should be reliable with just the RGBA change. Separately, I think you should be able to

[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

[Piglit] [PATCH] arb_indirect_parameters: Test working with conditional rendering

2018-11-15 Thread Illia Iorin
This test checks that GL_ARB_indirect_parameters works corectly with GL_NV_conditional_render. Both extensions conditionally execute commands and on hardware level they could use the same flag/mechanism to do this so driver may fail to account their simultaneous usage. Bugzilla: