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 util_blitter_generate_mipmap
---
src/gallium/auxiliary/util/u_bli
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 ++---
src/gallium/auxiliary/uti