Re: [Piglit] piglit tests for EGL_KHR_create_context

2012-08-24 Thread Matt Turner
On Thu, Aug 16, 2012 at 10:52 AM, Matt Turner wrote: > On Tue, Jul 31, 2012 at 6:38 PM, Matt Turner wrote: >> >> This series adds nine tests for EGL_KHR_create_context. It's based on >> the GLX_ARB_create_context tests but with some differences. >> >> These GLX_ARB_create_context tests aren't app

Re: [Piglit] piglit tests for EGL_KHR_create_context

2012-08-16 Thread Matt Turner
On Tue, Jul 31, 2012 at 6:38 PM, Matt Turner wrote: > > This series adds nine tests for EGL_KHR_create_context. It's based on > the GLX_ARB_create_context tests but with some differences. > > These GLX_ARB_create_context tests aren't applicable: > - Verify rejection of forward-compatible flag w/p

Re: [Piglit] piglit tests for EGL_KHR_create_context

2012-07-31 Thread Matt Turner
On Tue, Jul 31, 2012 at 6:38 PM, Matt Turner wrote: > Oh, the series is also available here: http://cgit.freedesktop.org/~mattst88/piglit/log/?h=egl_khr_create_context Another thing: I've used EGL_KHR_surfaceless_* so that the tests don't have to create windows and surfaces.

[Piglit] piglit tests for EGL_KHR_create_context

2012-07-31 Thread Matt Turner
This series adds nine tests for EGL_KHR_create_context. It's based on the GLX_ARB_create_context tests but with some differences. These GLX_ARB_create_context tests aren't applicable: - Verify rejection of forward-compatible flag w/pre-3.0 - Verify that invalid render types are rejected - Veri