Re: [Mesa-dev] [PATCH 1/2] wglgears.c: add -srgb option

2017-04-27 Thread Charmaine Lee
Series looks good. One typo below: >From: Brian Paul >Sent: Thursday, April 27, 2017 10:19 AM >To: mesa-dev@lists.freedesktop.org >Cc: Charmaine Lee; Neha Bhende >Subject: [PATCH 1/2] wglgears.c: add -srgb option >To test sRGB pixel format selection and sRGB rendering. >This involves choosing

[Mesa-dev] [PATCH 1/2] wglgears.c: add -srgb option

2017-04-27 Thread Brian Paul
To test sRGB pixel format selection and sRGB rendering. This involves choosing a new pixel format, creating a new context, etc. --- src/wgl/wglgears.c | 91 -- 1 file changed, 88 insertions(+), 3 deletions(-) diff --git a/src/wgl/wglgears.c b/sr