Re: [Mesa-dev] [PATCH 1/3][RFC] egl: Native Display autodetection

2011-08-09 Thread Chia-I Wu
On Wed, Aug 10, 2011 at 12:21 PM, Benjamin Franzke wrote: > 2011/8/10 Chia-I Wu : >> I'd prefer to leave out the second patch for now.  One comment below >> >> On Tue, Aug 9, 2011 at 10:53 PM, Benjamin Franzke >> wrote: >>> diff --git a/src/egl/main/eglapi.c b/src/egl/main/eglapi.c >>> index 0ba7

Re: [Mesa-dev] [PATCH 1/3][RFC] egl: Native Display autodetection

2011-08-09 Thread Benjamin Franzke
2011/8/10 Chia-I Wu : > I'd prefer to leave out the second patch for now.  One comment below > > On Tue, Aug 9, 2011 at 10:53 PM, Benjamin Franzke > wrote: >> diff --git a/src/egl/main/eglapi.c b/src/egl/main/eglapi.c >> index 0ba7794..5d186c6 100644 >> --- a/src/egl/main/eglapi.c >> +++ b/src/egl

Re: [Mesa-dev] [PATCH 1/3][RFC] egl: Native Display autodetection

2011-08-09 Thread Chia-I Wu
I'd prefer to leave out the second patch for now. One comment below On Tue, Aug 9, 2011 at 10:53 PM, Benjamin Franzke wrote: > diff --git a/src/egl/main/eglapi.c b/src/egl/main/eglapi.c > index 0ba7794..5d186c6 100644 > --- a/src/egl/main/eglapi.c > +++ b/src/egl/main/eglapi.c > @@ -301,7 +301,7

Re: [Mesa-dev] [PATCH 1/3][RFC] egl: Native Display autodetection

2011-08-09 Thread Benjamin Franzke
2011/8/10 Chia-I Wu : > On Tue, Aug 9, 2011 at 10:53 PM, Benjamin Franzke > wrote: >> EGL doesnt define howto manage different native platforms. >> So mesa has a builtime configurable default platform, >> whith non-standard envvar (EGL_PLATFORM) overwrites. >> This caused unneeded bugreports, when

Re: [Mesa-dev] [PATCH 1/3][RFC] egl: Native Display autodetection

2011-08-09 Thread Chia-I Wu
On Tue, Aug 9, 2011 at 10:53 PM, Benjamin Franzke wrote: > EGL doesnt define howto manage different native platforms. > So mesa has a builtime configurable default platform, > whith non-standard envvar (EGL_PLATFORM) overwrites. > This caused unneeded bugreports, when EGL_PLATFORM was forgotten. >

[Mesa-dev] [PATCH 1/3][RFC] egl: Native Display autodetection

2011-08-09 Thread Benjamin Franzke
EGL doesnt define howto manage different native platforms. So mesa has a builtime configurable default platform, whith non-standard envvar (EGL_PLATFORM) overwrites. This caused unneeded bugreports, when EGL_PLATFORM was forgotten. Detection is grouped into basic types of NativeDisplays (which its