Re: [Piglit] [PATCH] egl: Test more invalid GLES2 context versions

2012-11-06 Thread Ian Romanick
On 11/05/2012 02:53 PM, Chad Versace wrote: In test egl-create-context-invalid-gl-version, try to create OpenGL ES2 contexts with additional invalid versions: 3.2, 3.9, 4.7. Fails with mesa-84b437 on Intel Sandybridge. CC: Matt Turner matts...@gmail.com ---

Re: [Piglit] [PATCH] egl: Test more invalid GLES2 context versions

2012-11-06 Thread Ian Romanick
On 11/06/2012 12:51 PM, Chad Versace wrote: On 11/06/2012 12:19 PM, Ian Romanick wrote: On 11/05/2012 02:53 PM, Chad Versace wrote: In test egl-create-context-invalid-gl-version, try to create OpenGL ES2 contexts with additional invalid versions: 3.2, 3.9, 4.7. Fails with mesa-84b437 on Intel

Re: [Piglit] [PATCH] egl: Test more invalid GLES2 context versions

2012-11-06 Thread Chad Versace
On 11/06/2012 04:21 PM, Ian Romanick wrote: On 11/06/2012 12:51 PM, Chad Versace wrote: On 11/06/2012 12:19 PM, Ian Romanick wrote: On 11/05/2012 02:53 PM, Chad Versace wrote: In test egl-create-context-invalid-gl-version, try to create OpenGL ES2 contexts with additional invalid versions:

[Piglit] [PATCH] egl: Test more invalid GLES2 context versions

2012-11-05 Thread Chad Versace
In test egl-create-context-invalid-gl-version, try to create OpenGL ES2 contexts with additional invalid versions: 3.2, 3.9, 4.7. Fails with mesa-84b437 on Intel Sandybridge. CC: Matt Turner matts...@gmail.com --- tests/egl/spec/egl_khr_create_context/invalid-gl-version.c | 3 +++ 1 file

Re: [Piglit] [PATCH] egl: Test more invalid GLES2 context versions

2012-11-05 Thread Matt Turner
On Mon, Nov 5, 2012 at 2:53 PM, Chad Versace chad.vers...@linux.intel.com wrote: In test egl-create-context-invalid-gl-version, try to create OpenGL ES2 contexts with additional invalid versions: 3.2, 3.9, 4.7. Fails with mesa-84b437 on Intel Sandybridge. CC: Matt Turner matts...@gmail.com

Re: [Piglit] [PATCH] egl: Test more invalid GLES2 context versions

2012-11-05 Thread Chad Versace
On 11/05/2012 04:01 PM, Matt Turner wrote: On Mon, Nov 5, 2012 at 2:53 PM, Chad Versace chad.vers...@linux.intel.com wrote: In test egl-create-context-invalid-gl-version, try to create OpenGL ES2 contexts with additional invalid versions: 3.2, 3.9, 4.7. Fails with mesa-84b437 on Intel