Re: [Mesa-dev] [PATCH] (gles3) mesa: Support more glGet enums for ES3

2012-11-20 Thread Kenneth Graunke
On 11/20/2012 05:13 PM, Chad Versace wrote: For glGetIntegerv, add support for the following in an OpenGL ES 3.0 context: GL_MAJOR_VERSION GL_MINOR_VERSION GL_NUM_EXTENSIONS See Table 6.29 of the OpenGL ES 3.0 spec. Fixes error GL_INVALID_ENUM in piglit egl-create-context-verify-

Re: [Mesa-dev] [PATCH] (gles3) mesa: Support more glGet enums for ES3

2012-11-20 Thread Matt Turner
On Tue, Nov 20, 2012 at 5:13 PM, Chad Versace wrote: > For glGetIntegerv, add support for the following in an OpenGL ES 3.0 > context: > GL_MAJOR_VERSION > GL_MINOR_VERSION > GL_NUM_EXTENSIONS > > See Table 6.29 of the OpenGL ES 3.0 spec. > > Fixes error GL_INVALID_ENUM in piglit egl-c

[Mesa-dev] [PATCH] (gles3) mesa: Support more glGet enums for ES3

2012-11-20 Thread Chad Versace
For glGetIntegerv, add support for the following in an OpenGL ES 3.0 context: GL_MAJOR_VERSION GL_MINOR_VERSION GL_NUM_EXTENSIONS See Table 6.29 of the OpenGL ES 3.0 spec. Fixes error GL_INVALID_ENUM in piglit egl-create-context-verify-gl-flavor, testcase for OpenGL ES 3.0. Signed-of