Re: [Mesa-dev] [PATCH 16/38] main: Refactor glBlitFramebuffer.

2015-04-12 Thread Fredrik Höglund
There should be two blank lines between the function defintions, but with that nitpick fixed: Reviewed-by: Fredrik Höglund On Wednesday 04 March 2015, Laura Ekstrand wrote: > --- > src/mesa/main/blit.c | 119 > --- > src/mesa/main/blit.h | 7 ++

[Mesa-dev] [PATCH 16/38] main: Refactor glBlitFramebuffer.

2015-03-03 Thread Laura Ekstrand
--- src/mesa/main/blit.c | 119 --- src/mesa/main/blit.h | 7 +++ 2 files changed, 73 insertions(+), 53 deletions(-) diff --git a/src/mesa/main/blit.c b/src/mesa/main/blit.c index 899dd45..b6d6d75 100644 --- a/src/mesa/main/blit.c +++ b/src/mesa/m