Re: [Mesa-dev] [PATCH 7/7] egl: use designated initializers

2017-05-05 Thread Chad Versace
I was going to write a similar patch series today, until I found yours :) Thanks for cleaning this up. By the way, I have some i965 Android logging fixups I need to send to the list. With the for-loop conditional fixed, the series is Reviewed-by: Chad Versace

[Mesa-dev] [PATCH 7/7] egl: use designated initializers

2017-05-04 Thread Emil Velikov
From: Emil Velikov All the compilers used to build Mesa support them. Signed-off-by: Emil Velikov --- src/egl/main/egllog.c | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/egl/main/egllog.c b/src/egl/main/egllog.c index c1e61f9b6c9..917aae3134e 100644 --