Re: [Mesa-dev] [PATCH 1/2] gallium/u_blitter: implement mipmap generation

2016-06-14 Thread Nicolai Hähnle
Reviewed-by: Nicolai Hähnle On 13.06.2016 19:30, Marek Olšák wrote: From: Marek Olšák for pipe_context::generate_mipmap first move some of the blit code from util_blitter_blit_generic to a separate function, then use it from

[Mesa-dev] [PATCH 1/2] gallium/u_blitter: implement mipmap generation

2016-06-13 Thread Marek Olšák
From: Marek Olšák for pipe_context::generate_mipmap first move some of the blit code from util_blitter_blit_generic to a separate function, then use it from util_blitter_generate_mipmap --- src/gallium/auxiliary/util/u_blitter.c | 346 ++---