Re: [Mesa-dev] [PATCH] mesa: fix mipmap generation for MESA_FORMAT_AL44

2011-02-16 Thread Brian Paul
On 02/16/2011 02:08 AM, Marek Olšák wrote: This was missed when implementing AL44. Looks good to me. This is probably applicable to the 7.9 and 7.10 branches too. -Brian ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesk

[Mesa-dev] [PATCH] mesa: fix mipmap generation for MESA_FORMAT_AL44

2011-02-16 Thread Marek Olšák
This was missed when implementing AL44. --- src/mesa/main/formats.c |6 - src/mesa/main/formats.h |3 ++ src/mesa/main/image.c |3 ++ src/mesa/main/mipmap.c | 50 +++ 4 files changed, 61 insertions(+), 1 deletions(-) diff --git a/sr