2010/5/28 Kristian Høgsberg :
> 2010/5/28 Chia-I Wu :
> ...
>> The right fix is to define a sensible "xorg/drm" platform which has different
>> EGLNative{Display,Window,Pixmap}Type than the tentative ones as defined in
>> eglplatform.h. The new platform should be able to fulfill all your
>> requir
> Kristian Høgsberg wrote:
>
>> Since an application needs to have an EGLDisplay before it can query
>> for extensions, the way to discover this extension is to just use
>> eglGetProcAddress().
>
> Eh... but eglGetProcAddress never returns NULL, does it? I know
> glXGetProcAddress never does.
egl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Kristian Høgsberg wrote:
> Since an application needs to have an EGLDisplay before it can query
> for extensions, the way to discover this extension is to just use
> eglGetProcAddress().
Eh... but eglGetProcAddress never returns NULL, does it? I kno
2010/5/28 Chia-I Wu :
...
> The right fix is to define a sensible "xorg/drm" platform which has different
> EGLNative{Display,Window,Pixmap}Type than the tentative ones as defined in
> eglplatform.h. The new platform should be able to fulfill all your
> requirements.
I think the "right fix" would
2010/5/28 Kristian Høgsberg :
> 2010/5/27 Brian Paul :
>> Kristian Høgsberg wrote:
>>>
>>> This patch introduces a new extension to allow different ways to
>>> create an EGLDisplay to exist within the same libEGL.so. The new
>>> extension, EGL_MESA_get_display, introduces a new entrypoint:
>>>
>>>
2010/5/27 Brian Paul :
> Kristian Høgsberg wrote:
>>
>> This patch introduces a new extension to allow different ways to
>> create an EGLDisplay to exist within the same libEGL.so. The new
>> extension, EGL_MESA_get_display, introduces a new entrypoint:
>>
>> EGLDisplay eglGetDisplayMESA(EGLint t
Kristian Høgsberg wrote:
This patch introduces a new extension to allow different ways to
create an EGLDisplay to exist within the same libEGL.so. The new
extension, EGL_MESA_get_display, introduces a new entrypoint:
EGLDisplay eglGetDisplayMESA(EGLint type, void *display)
which takes an int
This patch introduces a new extension to allow different ways to
create an EGLDisplay to exist within the same libEGL.so. The new
extension, EGL_MESA_get_display, introduces a new entrypoint:
EGLDisplay eglGetDisplayMESA(EGLint type, void *display)
which takes an integer to identify the type o