Re: [Piglit] [PATCH piglit 1/2] make sure 'unsupported format' test always uses an unsupported format

2018-11-30 Thread Lionel Landwerlin
On 30/11/2018 13:58, Eric Engestrom wrote: Instead of using the fact this one driver currently doesn't support this one format, let's just use a format that will never be supported by anyone. Maybe put it in tests/util/piglit-framework-gl/piglit_drm_dma_buf.h ? Signed-off-by: Eric Engestrom

[Piglit] [PATCH piglit 1/2] make sure 'unsupported format' test always uses an unsupported format

2018-11-30 Thread Eric Engestrom
Instead of using the fact this one driver currently doesn't support this one format, let's just use a format that will never be supported by anyone. Signed-off-by: Eric Engestrom --- .../ext_image_dma_buf_import/intel_unsupported_format.c| 7 ++- 1 file changed, 6 insertions(+), 1 deleti