Re: [Mesa-dev] [PATCH] st/mesa: fix computation of last_level for array textures

2012-11-11 Thread Marek Olšák
Please ignore this patch, I'll send a new one. Marek On Sun, Nov 11, 2012 at 2:01 PM, Marek Olšák wrote: > NOTE: This is a candidate for the stable branches. > --- > src/mesa/state_tracker/st_gen_mipmap.c | 20 ++-- > 1 file changed, 18 insertions(+), 2 deletions(-) > > diff -

[Mesa-dev] [PATCH] st/mesa: fix computation of last_level for array textures

2012-11-11 Thread Marek Olšák
NOTE: This is a candidate for the stable branches. --- src/mesa/state_tracker/st_gen_mipmap.c | 20 ++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/src/mesa/state_tracker/st_gen_mipmap.c b/src/mesa/state_tracker/st_gen_mipmap.c index 8892006..7e97edd 100644 -