Re: [Mesa-dev] [PATCH] wglcontext: assorted updates

2017-07-03 Thread Charmaine Lee
Reviewed-by: Charmaine Lee From: Brian Paul Sent: Sunday, July 2, 2017 8:07 AM To: mesa-dev@lists.freedesktop.org Cc: Charmaine Lee Subject: [PATCH] wglcontext: assorted updates Print context flags, vendor, renderer strings. Default to not setting the WGL

[Mesa-dev] [PATCH] wglcontext: assorted updates

2017-07-02 Thread Brian Paul
Print context flags, vendor, renderer strings. Default to not setting the WGL_CONTEXT_PROFILE_MASK_ARB attribute so we can test that scenario. Fix profile_mask_to_string() to use GL_*_BIT instead of WGL_*_BIT flags. Try calling glGenLists() to see if it generates an error. This helps to check if c

[Mesa-dev] [PATCH] wglcontext: assorted updates

2017-06-30 Thread Brian Paul
Print context flags, vendor, renderer strings. Default to not setting the WGL_CONTEXT_PROFILE_MASK_ARB attribute so we can test that scenario. Try calling glGenLists() to see if it generates an error. This helps to check if core/forward compatible profile error checking is realy working. Restructu