Re: [Mesa-dev] [PATCH 28/53] st/nine: Match REP implementation to LOOP

2015-01-07 Thread Ilia Mirkin
On Wed, Jan 7, 2015 at 5:33 PM, Axel Davy wrote: > Le 07/01/2015 21:13, Ilia Mirkin a écrit : > >> On Wed, Jan 7, 2015 at 11:36 AM, Axel Davy wrote: >>> >>> Previous implementation was fine, >>> just instead of having increasing counter, >>> have a decreasing counter. >>> >>> Signed-off-by: Axel

Re: [Mesa-dev] [PATCH 28/53] st/nine: Match REP implementation to LOOP

2015-01-07 Thread Axel Davy
Le 07/01/2015 21:13, Ilia Mirkin a écrit : On Wed, Jan 7, 2015 at 11:36 AM, Axel Davy wrote: Previous implementation was fine, just instead of having increasing counter, have a decreasing counter. Signed-off-by: Axel Davy --- src/gallium/state_trackers/nine/nine_shader.c | 41 ++

Re: [Mesa-dev] [PATCH 28/53] st/nine: Match REP implementation to LOOP

2015-01-07 Thread Ilia Mirkin
On Wed, Jan 7, 2015 at 11:36 AM, Axel Davy wrote: > Previous implementation was fine, > just instead of having increasing counter, > have a decreasing counter. > > Signed-off-by: Axel Davy > --- > src/gallium/state_trackers/nine/nine_shader.c | 41 > +++ > 1 file changed

[Mesa-dev] [PATCH 28/53] st/nine: Match REP implementation to LOOP

2015-01-07 Thread Axel Davy
Previous implementation was fine, just instead of having increasing counter, have a decreasing counter. Signed-off-by: Axel Davy --- src/gallium/state_trackers/nine/nine_shader.c | 41 +++ 1 file changed, 23 insertions(+), 18 deletions(-) diff --git a/src/gallium/state_t