Re: [Mesa-dev] [PATCH 0/7] EGL_MESA_configless_context

2014-03-13 Thread Neil Roberts
Kristian Høgsberg writes: > Thanks Neil, series applied to mesa and weston. Great, thanks! I've reposted the piglit patch to the piglit list in case someone wants to review it there. Regards, - Neil ___ mesa-dev mailing list mesa-dev@lists.freedeskto

Re: [Mesa-dev] [PATCH 0/7] EGL_MESA_configless_context

2014-03-12 Thread Kristian Høgsberg
On Fri, Mar 7, 2014 at 10:05 AM, Neil Roberts wrote: > Here is a series of patches to add an extension which makes it > possible to create an EGL context without specifying a config. A > context created in this way can be bound with any surface using the > same EGLDisplay rather than being restric

[Mesa-dev] [PATCH 0/7] EGL_MESA_configless_context

2014-03-07 Thread Neil Roberts
Here is a series of patches to add an extension which makes it possible to create an EGL context without specifying a config. A context created in this way can be bound with any surface using the same EGLDisplay rather than being restricted to those using the same config. The main use case is that