[Piglit] [PATCH] ARB_shader_atomic_counter_ops: fix glsl version

2017-11-01 Thread Timothy Arceri
--- tests/spec/arb_shader_atomic_counter_ops/compiler/functions.frag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/spec/arb_shader_atomic_counter_ops/compiler/functions.frag b/tests/spec/arb_shader_atomic_counter_ops/compiler/functions.frag index b991fe1c7..637fafa62 1

Re: [Piglit] [PATCH v2] arb_internalformat_query2: minmax GL_ALPHA8 deprecated on 3.1+

2017-11-01 Thread Ilia Mirkin
On Wed, Nov 1, 2017 at 4:15 AM, Alejandro Piñeiro wrote: > When ARB_compatibility is missing or the context is Core. > > v2: check for ARB_compatibility or core (Marek) > --- > tests/spec/arb_internalformat_query2/minmax.c | 18 -- > 1 file changed, 16 insertions(+), 2 deletions(-

Re: [Piglit] [PATCH v2] arb_internalformat_query2: minmax GL_ALPHA8 deprecated on 3.1+

2017-11-01 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Wed, Nov 1, 2017 at 9:15 AM, Alejandro Piñeiro wrote: > When ARB_compatibility is missing or the context is Core. > > v2: check for ARB_compatibility or core (Marek) > --- > tests/spec/arb_internalformat_query2/minmax.c | 18 -- > 1 file change

Re: [Piglit] [PATCH 1/4] util: add an option to run an existing test with a compatibility profile

2017-11-01 Thread Marek Olšák
I've pushed the fix to piglit master. Marek On Wed, Nov 1, 2017 at 2:57 PM, Marek Olšák wrote: > It's a test bug. > > Marek > > On Wed, Nov 1, 2017 at 5:51 AM, Jason Ekstrand wrote: >> FYI, the new test fails on i965 with this: >> >> Failed to compile vertex shader: 0:1(10): error: GLSL 1.40 is

Re: [Piglit] [PATCH 1/4] util: add an option to run an existing test with a compatibility profile

2017-11-01 Thread Marek Olšák
It's a test bug. Marek On Wed, Nov 1, 2017 at 5:51 AM, Jason Ekstrand wrote: > FYI, the new test fails on i965 with this: > > Failed to compile vertex shader: 0:1(10): error: GLSL 1.40 is not supported. > Supported versions are: 1.10, 1.20, 1.30, 1.00 ES, and 3.00 ES > > > Is this expected? I'm

[Piglit] [PATCH v2] arb_internalformat_query2: minmax GL_ALPHA8 deprecated on 3.1+

2017-11-01 Thread Alejandro Piñeiro
When ARB_compatibility is missing or the context is Core. v2: check for ARB_compatibility or core (Marek) --- tests/spec/arb_internalformat_query2/minmax.c | 18 -- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/tests/spec/arb_internalformat_query2/minmax.c b/test

Re: [Piglit] [PATCH 1/4] arb_internalformat_query2: minmax GL_ALPHA8 deprecated on 3.1+

2017-11-01 Thread Alejandro Piñeiro
On 31/10/17 19:17, Marek Olšák wrote: > On Fri, Oct 27, 2017 at 11:24 AM, Alejandro Piñeiro > wrote: >> --- >> tests/spec/arb_internalformat_query2/minmax.c | 14 -- >> 1 file changed, 12 insertions(+), 2 deletions(-) >> >> diff --git a/tests/spec/arb_internalformat_query2/minmax.c >