Re: [Mesa-dev] [PATCH 3/6] egl: EGL_INTEL_no_surface extension

2010-06-04 Thread Jakob Bornecrantz
2010/6/4 Kristian Høgsberg : > 2010/6/4 Jakob Bornecrantz : >> 2010/6/4 Kristian Høgsberg : >>> This extension allows an application to make a context current by >>> passing EGL_NO_SURFACE for the write and read surface in the call to >>> eglMakeCurrent.  The motivation is that applications that on

Re: [Mesa-dev] [PATCH 3/6] egl: EGL_INTEL_no_surface extension

2010-06-04 Thread Kristian Høgsberg
2010/6/4 Jakob Bornecrantz : > 2010/6/4 Kristian Høgsberg : >> This extension allows an application to make a context current by >> passing EGL_NO_SURFACE for the write and read surface in the call to >> eglMakeCurrent.  The motivation is that applications that only want to >> render to client API

Re: [Mesa-dev] [PATCH 3/6] egl: EGL_INTEL_no_surface extension

2010-06-04 Thread Jakob Bornecrantz
2010/6/4 Kristian Høgsberg : > This extension allows an application to make a context current by > passing EGL_NO_SURFACE for the write and read surface in the call to > eglMakeCurrent.  The motivation is that applications that only want to > render to client API targets (such as OpenGL framebuffer

[Mesa-dev] [PATCH 3/6] egl: EGL_INTEL_no_surface extension

2010-06-04 Thread Kristian Høgsberg
This extension allows an application to make a context current by passing EGL_NO_SURFACE for the write and read surface in the call to eglMakeCurrent. The motivation is that applications that only want to render to client API targets (such as OpenGL framebuffer objects) should not need to create a