Re: [Piglit] [PATCH] EGL_EXT_image_dma_buf_import: add support for XYUV format

2019-02-20 Thread Tapani Pälli
FYI I've pushed this test to master. On 2/18/19 9:35 AM, Tapani Pälli wrote: Reviewed-by: Tapani Pälli On 2/16/19 3:43 AM, Vivek Kasireddy wrote: This format is similar to AYUV except that the alpha channel is ignored. Cc: Tapani Palli Cc: Lionel Landwerlin Signed-off-by: Vivek Kasireddy

Re: [Piglit] [PATCH 1/1] viewport-scissors-clamp: to test the 2d scissors rect clamping

2019-02-20 Thread Nanley Chery
On Wed, Feb 20, 2019 at 10:22:18PM +0200, Eleni Maria Stea wrote: > A test to check the 2D scissors rect clamping and to reproduce the > following bug on i965: > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108999 > --- > tests/general/CMakeLists.gl.txt | 1 + > tests/genera

Re: [Piglit] [PATCH 0/3] arb_enhanced_layouts: minor clean-up and one bugfix

2019-02-20 Thread Timothy Arceri
series: Reviewed-by: Timothy Arceri Thanks! On 21/2/19 3:06 am, Alejandro Piñeiro wrote: We found this issues while working with ARB_gl_spirv, but all those are independent of it, so we are sending independently. Alejandro Piñeiro (2): arb_enhanced_layouts: don't call glLinkProgram twice

[Piglit] [Bug 109702] New: Bug tests

2019-02-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109702 Bug ID: 109702 Summary: Bug tests Product: piglit Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium

[Piglit] [Bug 109700] New: Infrastructure issues

2019-02-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109700 Bug ID: 109700 Summary: Infrastructure issues Product: piglit Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priorit

[Piglit] [Bug 109699] New: Unexpected

2019-02-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109699 Bug ID: 109699 Summary: Unexpected Product: piglit Version: unspecified Hardware: Other OS: All Status: NEW Severity: blocker Priority: medium

Re: [Piglit] [PATCH 1/3] arb_enhanced_layouts: don't call glLinkProgram twice

2019-02-20 Thread Lionel Landwerlin
On 20/02/2019 16:06, Alejandro Piñeiro wrote: GLSL codepath uses piglit_build_simple_program_multiple_shaders, that already calls glLinkProgram. Minor thing, but makes debug the test more easy. Reviewed-by: Lionel Landwerlin --- .../transform-feedback-layout-qualifiers.c

[Piglit] [PATCH 1/1] viewport-scissors-clamp: to test the 2d scissors rect clamping

2019-02-20 Thread Eleni Maria Stea
A test to check the 2D scissors rect clamping and to reproduce the following bug on i965: Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108999 --- tests/general/CMakeLists.gl.txt | 1 + tests/general/viewport-scissors-clamp.c | 143 tests/opengl.py

Re: [Piglit] [PATCH] tests/shaders/bug-109601: drop ARB_shader_storage_buffer_object requirement

2019-02-20 Thread Dylan Baker
Quoting Lionel Landwerlin (2019-02-15 10:08:07) > We're failing this test on Sandybridge because we're requiring an > extension that isn't necessary. This is a leftover from a previous > iteration of the test. > > Signed-off-by: Lionel Landwerlin > Reported-by: Mark Janes > Fixes: ffb5627758eb77

Re: [Piglit] [PATCH 0/3] arb_enhanced_layouts: minor clean-up and one bugfix

2019-02-20 Thread Dylan Baker
Quoting Alejandro Piñeiro (2019-02-20 08:06:11) > We found this issues while working with ARB_gl_spirv, but all those > are independent of it, so we are sending independently. > > Alejandro Piñeiro (2): > arb_enhanced_layouts: don't call glLinkProgram twice > arb_enhanced_layouts: use consiste

[Piglit] [PATCH 1/3] arb_enhanced_layouts: don't call glLinkProgram twice

2019-02-20 Thread Alejandro Piñeiro
GLSL codepath uses piglit_build_simple_program_multiple_shaders, that already calls glLinkProgram. Minor thing, but makes debug the test more easy. --- .../transform-feedback-layout-qualifiers.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/spec/

[Piglit] [PATCH 2/3] arb_enhanced_layouts: Fix error in subtest result reporting

2019-02-20 Thread Alejandro Piñeiro
From: Antia Puentes --- .../arb_enhanced_layouts/transform-feedback-layout-query-api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/spec/arb_enhanced_layouts/transform-feedback-layout-query-api.c b/tests/spec/arb_enhanced_layouts/transform-feedback-layout-query-ap

[Piglit] [PATCH 3/3] arb_enhanced_layouts: use consistent test names

2019-02-20 Thread Alejandro Piñeiro
Before this commit a piglit run like this: ./piglit run tests/all.py -t arb_enhanced_layouts-transform-feedback ../piglit_results/foo Would include the layout-qualifiers tests, but not the layout-query one. --- tests/opengl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[Piglit] [PATCH 0/3] arb_enhanced_layouts: minor clean-up and one bugfix

2019-02-20 Thread Alejandro Piñeiro
We found this issues while working with ARB_gl_spirv, but all those are independent of it, so we are sending independently. Alejandro Piñeiro (2): arb_enhanced_layouts: don't call glLinkProgram twice arb_enhanced_layouts: use consistent test names Antia Puentes (1): arb_enhanced_layouts: Fi

Re: [Piglit] [Mesa-dev] GitLab migration of Piglit

2019-02-20 Thread Den
Given the discussion below, I think we'll make piglit a sub-project of mesa.  Those who need commit access to piglit but not mesa can be added directly to the piglit project. Hi list. Since piglit was also moved to the gitlab, same with mesa, our team is interested in process workflow for con