Re: [Mesa-dev] [PATCH gles3] i965: Fix maximum supported OpenGL ES2 context version

2012-11-21 Thread Ian Romanick
On 11/20/2012 03:31 PM, Chad Versace wrote: brwCreateContext unconditionally set the maximum supported OpenGL ES2 context version to 3.0. Instead, we need to predicate it on hardware capabilities. Set it to 3.0 only if and only if OpenGL 3.0 is supported. Signed-off-by: Chad Versace

Re: [Mesa-dev] [PATCH gles3] i965: Fix maximum supported OpenGL ES2 context version

2012-11-20 Thread Kenneth Graunke
On 11/20/2012 03:31 PM, Chad Versace wrote: brwCreateContext unconditionally set the maximum supported OpenGL ES2 context version to 3.0. Instead, we need to predicate it on hardware capabilities. Set it to 3.0 only if and only if OpenGL 3.0 is supported. Signed-off-by: Chad Versace