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

2018-11-14 Thread Eric Anholt
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 get the -fbo argument (and thus fewer wi

Re: [Piglit] [PATCH v2] EGL_EXT_image_dma_buf_import: fix error check with unknown drm format

2018-11-14 Thread Eric Anholt
Lionel Landwerlin writes: > According to the EGL_EXT_image_dma_buf_import spec, creating an EGL > image with a DRM format not supported should yield the BAD_MATCH > error : > > " >* If is EGL_LINUX_DMA_BUF_EXT, and the > EGL_LINUX_DRM_FOURCC_EXT > attribute is set to a format n

[Piglit] [PATCH] all.py: add run_concurrent=False where needed

2018-11-14 Thread arthur . huillet
From: Arthur Huillet Commit 57537d45b75218438716506594e16b91dade968f removed run_concurrent=False from a bunch of tests, saying there was no reason for them to be marked as such. This is wrong for at least two tests, which require a displayed window (cannot render to an FBO). As such, when run c

Re: [Piglit] [PATCH] arb_indirect_parameters: Add new test

2018-11-14 Thread Illia Iorin
Sorry for this. It is not formatted version. On Wed, Nov 14, 2018 at 2:02 PM Illia Iorin wrote: > This test checks how GL_ARB_indirect_parameters works > with GL_NV_conditional_render by calling > glMultiDrawArraysIndirectCountARB into conditional > render block. > Detailed explanation of first

[Piglit] [PATCH] arb_indirect_parameters: Add new test

2018-11-14 Thread Illia Iorin
This test checks how GL_ARB_indirect_parameters works with GL_NV_conditional_render by calling glMultiDrawArraysIndirectCountARB into conditional render block. Detailed explanation of first run_subtest call: Test tries to draw 10 point, but indirect parametr has to block it on 5-th draw and block n

[Piglit] [PATCH v2] EGL_EXT_image_dma_buf_import: fix error check with unknown drm format

2018-11-14 Thread Lionel Landwerlin
According to the EGL_EXT_image_dma_buf_import spec, creating an EGL image with a DRM format not supported should yield the BAD_MATCH error : " * If is EGL_LINUX_DMA_BUF_EXT, and the EGL_LINUX_DRM_FOURCC_EXT attribute is set to a format not supported by the EGL, EGL_BAD_MATCH

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

2018-11-14 Thread Lionel Landwerlin
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. v2: request RGBA visual (Eric) Signed-off-by: Lionel Landwerlin --- tests/opengl.py | 2 +- tests/spec/ext_image_dma_buf_import/