[Piglit] [PATCH v2 1/2] shaders: add test to check (0 cmp x+y) optimization

2015-03-01 Thread Samuel Iglesias Gonsalvez
Signed-off-by: Samuel Iglesias Gonsalvez --- v2: * Implement it as shader_runner test tests/shaders/glsl-opt-0-cmp-xy.shader_test | 33 + 1 file changed, 33 insertions(+) create mode 100644 tests/shaders/glsl-opt-0-cmp-xy.shader_test diff --git a/tests/shaders/glsl

Re: [Piglit] [PATCH v2 1/2] shaders: add test to check (0 cmp x+y) optimization

2015-03-05 Thread Samuel Iglesias Gonsálvez
Hello, I plan to push these two patches next week, just in case someone wants to review them in the coming days. Thanks, Sam On Mon, 2015-03-02 at 08:31 +0100, Samuel Iglesias Gonsalvez wrote: > Signed-off-by: Samuel Iglesias Gonsalvez > --- > > v2: > * Implement it as shader_runner test > >

Re: [Piglit] [PATCH v2 1/2] shaders: add test to check (0 cmp x+y) optimization

2015-03-10 Thread Samuel Iglesias Gonsálvez
On Fri, 2015-03-06 at 08:12 +0100, Samuel Iglesias Gonsálvez wrote: > Hello, > > I plan to push these two patches next week, just in case someone wants > to review them in the coming days. Tomorrow I will push these two patches. Sam signature.asc Description: This is a digitally signed message

Re: [Piglit] [PATCH v2 1/2] shaders: add test to check (0 cmp x+y) optimization

2015-03-10 Thread Matt Turner
On Sun, Mar 1, 2015 at 11:31 PM, Samuel Iglesias Gonsalvez wrote: > Signed-off-by: Samuel Iglesias Gonsalvez > --- > > v2: > * Implement it as shader_runner test > > tests/shaders/glsl-opt-0-cmp-xy.shader_test | 33 > + > 1 file changed, 33 insertions(+) > create mo

Re: [Piglit] [PATCH v2 1/2] shaders: add test to check (0 cmp x+y) optimization

2015-03-11 Thread Samuel Iglesias Gonsálvez
On Tue, 2015-03-10 at 18:23 -0700, Matt Turner wrote: > On Sun, Mar 1, 2015 at 11:31 PM, Samuel Iglesias Gonsalvez > wrote: > > Signed-off-by: Samuel Iglesias Gonsalvez > > --- > > > > v2: > > * Implement it as shader_runner test > > > > tests/shaders/glsl-opt-0-cmp-xy.shader_test | 33 > >