Re: [Mesa-dev] [PATCH 1/3] mesa: some C99 tidy ups for framebuffer.c

2018-04-24 Thread Ian Romanick
Patches 1 and 3 are Reviewed-by: Ian Romanick On 04/24/2018 12:54 AM, Timothy Arceri wrote: > --- > src/mesa/main/framebuffer.c | 18 +- > 1 file changed, 5 insertions(+), 13 deletions(-) > > diff --git a/src/mesa/main/framebuffer.c b/src/mesa/main/framebuffer.c > index 249e775

[Mesa-dev] [PATCH 1/3] mesa: some C99 tidy ups for framebuffer.c

2018-04-23 Thread Timothy Arceri
--- src/mesa/main/framebuffer.c | 18 +- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/src/mesa/main/framebuffer.c b/src/mesa/main/framebuffer.c index 249e775f8cb..211e97c33bd 100644 --- a/src/mesa/main/framebuffer.c +++ b/src/mesa/main/framebuffer.c @@ -210,14 +21