Re: [Mesa-dev] [PATCH] st/mesa: fix levels in initial texture creation

2013-04-08 Thread Brian Paul
On 04/06/2013 10:31 PM, Dave Airlie wrote: From: Dave Airlie calim pointed out we were getting mipmap levels for array multisamples, this didn't make sense. So then I noticed this function takes last_level so we are passing in a too high value here. I think this should fix the case he was seein

[Mesa-dev] [PATCH] st/mesa: fix levels in initial texture creation

2013-04-06 Thread Dave Airlie
From: Dave Airlie calim pointed out we were getting mipmap levels for array multisamples, this didn't make sense. So then I noticed this function takes last_level so we are passing in a too high value here. I think this should fix the case he was seeing. Signed-off-by: Dave Airlie --- src/mes