Re: [Piglit] [PATCH v3] arb_blend_func_extended: Test dual src blending without second color output

2018-11-09 Thread Danylo Piliaiev
Hi, Since the fix for the underlying issue was pushed to Mesa in eca4a6548d0702a7768edb397bad7b72cfc2 could this test be also pushed? - Danil On 7/9/18 11:54 AM, Danylo Piliaiev wrote: Using fragment shader without second color output should not hang gpu when dual source blending is enab

[Piglit] [PATCH] remove ext_image_dma_buf_import-intel_external_sampler_with_dma_only

2018-11-09 Thread Lionel Landwerlin
Commit a5c39ed974402c ("i965: Lift restriction in external textures for EGLImage support") from Mesa lifted the restriction that this test was checking. Easy fix! Signed-off-by: Lionel Landwerlin --- tests/opengl.py | 2 - .../CMakeLists.gles2.txt

Re: [Piglit] [PATCH] remove ext_image_dma_buf_import-intel_external_sampler_with_dma_only

2018-11-09 Thread Jason Ekstrand
On Fri, Nov 9, 2018 at 11:18 AM Lionel Landwerlin < lionel.g.landwer...@intel.com> wrote: > Commit a5c39ed974402c ("i965: Lift restriction in external textures > for EGLImage support") from Mesa lifted the restriction that this test > was checking. Easy fix! > > Signed-off-by: Lionel Landwerlin >

Re: [Piglit] [PATCH v3] arb_blend_func_extended: Test dual src blending without second color output

2018-11-09 Thread Dylan Baker
I'm okay with merging this version, Ilia? Quoting Danylo Piliaiev (2018-11-09 05:27:05) > Hi, > > Since the fix for the underlying issue was pushed to Mesa in > eca4a6548d0702a7768edb397bad7b72cfc2 > could this test be also pushed? > > - Danil > > On 7/9/18 11:54 AM, Danylo Piliaiev wrote:

[Piglit] [PATCH v2] EGL_EXT_image_dma_buf_import: add AYUV format support

2018-11-09 Thread Lionel Landwerlin
v2: Forgot to add the new test to opengl.py Drop some code to deal with alpha channel Signed-off-by: Lionel Landwerlin --- tests/opengl.py | 2 ++ .../ext_image_dma_buf_import/sample_yuv.c | 26 ++- .../piglit-framework-gl/piglit_drm_dma_buf

Re: [Piglit] [PATCH v2] EGL_EXT_image_dma_buf_import: add AYUV format support

2018-11-09 Thread Eric Engestrom
On Friday, 2018-11-09 17:27:15 +, Lionel Landwerlin wrote: > v2: Forgot to add the new test to opengl.py > Drop some code to deal with alpha channel > > Signed-off-by: Lionel Landwerlin > --- > tests/opengl.py | 2 ++ > .../ext_image_dma_buf_import/sample_y

Re: [Piglit] [PATCH v3] arb_blend_func_extended: Test dual src blending without second color output

2018-11-09 Thread Ilia Mirkin
Sorry, I don't have time to review now, and may not for a bit. No reason that I have to though... On Fri, Nov 9, 2018 at 12:22 PM Dylan Baker wrote: > > I'm okay with merging this version, Ilia? > > Quoting Danylo Piliaiev (2018-11-09 05:27:05) > > Hi, > > > > Since the fix for the underlying issu