Re: [Mesa-dev] [PATCH] swrast: Delete the unused 'slice' parameter

2016-03-14 Thread Anuj Phogat
On Sat, Mar 12, 2016 at 1:42 AM, Alejandro Piñeiro wrote: > On 12/03/16 00:16, Anuj Phogat wrote: > > Signed-off-by: Anuj Phogat > > Any reason to not just move the slice assert at line 243 as part of the > checks of check_map_teximage? > Didn't notice it. I'll take your suggestion and send out

Re: [Mesa-dev] [PATCH] swrast: Delete the unused 'slice' parameter

2016-03-12 Thread Alejandro Piñeiro
On 12/03/16 00:16, Anuj Phogat wrote: > Signed-off-by: Anuj Phogat Any reason to not just move the slice assert at line 243 as part of the checks of check_map_teximage? > --- > src/mesa/swrast/s_texture.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/mesa/swra

[Mesa-dev] [PATCH] swrast: Delete the unused 'slice' parameter

2016-03-11 Thread Anuj Phogat
Signed-off-by: Anuj Phogat --- src/mesa/swrast/s_texture.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mesa/swrast/s_texture.c b/src/mesa/swrast/s_texture.c index 9ccd0e3..6ea7b6c 100644 --- a/src/mesa/swrast/s_texture.c +++ b/src/mesa/swrast/s_texture.c @@ -178,7