[Piglit] [PATCH 3/3] util/waffle: More wisely handle compat context versions 1.0

2013-02-20 Thread Chad Versace
The commit below caused many shader_runner tests to skip on drivers that lack GLX_ARB_create_context and EGL_KHR_create_context. This patch fixes those regressions buy changing the way that Piglit handles requests for compatibility contexts. commit 3a92ffa0eb1efff8ccbe65b5c51710cea8ef0c5c

Re: [Piglit] [PATCH 3/3] util/waffle: More wisely handle compat context versions 1.0

2013-02-20 Thread Brian Paul
On 02/20/2013 04:03 PM, Chad Versace wrote: The commit below caused many shader_runner tests to skip on drivers that lack GLX_ARB_create_context and EGL_KHR_create_context. This patch fixes those regressions buy changing the way that Piglit handles requests for compatibility contexts.