Re: [Mesa-dev] [PATCH 02/16] st/nine: Fix wrong assert in nine_shader

2015-04-24 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin On Fri, Apr 24, 2015 at 4:09 PM, Axel Davy wrote: > The sampler src index was wrong for texldl and texldd > > Signed-off-by: Axel Davy > --- > src/gallium/state_trackers/nine/nine_shader.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a

[Mesa-dev] [PATCH 02/16] st/nine: Fix wrong assert in nine_shader

2015-04-24 Thread Axel Davy
The sampler src index was wrong for texldl and texldd Signed-off-by: Axel Davy --- src/gallium/state_trackers/nine/nine_shader.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gallium/state_trackers/nine/nine_shader.c b/src/gallium/state_trackers/nine/nine_shade