Re: [Mesa-dev] [PATCH v3 1/2] Import eglextchromium.h from Chromium.

2014-05-20 Thread Brian Paul
On 05/20/2014 12:21 PM, Chad Versace wrote: On Tue, May 20, 2014 at 10:18:50AM -0700, Stéphane Marchesin wrote: On Tue, May 20, 2014 at 9:14 AM, Brian Paul wrote: It seems unusual for a new extension to be defined in its own header file rather than the eglext.h file. Is ther

Re: [Mesa-dev] [PATCH v3 1/2] Import eglextchromium.h from Chromium.

2014-05-20 Thread Chad Versace
On Tue, May 20, 2014 at 10:18:50AM -0700, Stéphane Marchesin wrote: > > > > On Tue, May 20, 2014 at 9:14 AM, Brian Paul wrote: > > It seems unusual for a new extension to be defined in its own header file > rather than the eglext.h file. > > Is there a particular reason for that?

Re: [Mesa-dev] [PATCH v3 1/2] Import eglextchromium.h from Chromium.

2014-05-20 Thread Stéphane Marchesin
On Tue, May 20, 2014 at 9:14 AM, Brian Paul wrote: > It seems unusual for a new extension to be defined in its own header file > rather than the eglext.h file. > > Is there a particular reason for that? Are there other vendors putting > their extensions in new header files like this? > > The rea

Re: [Mesa-dev] [PATCH v3 1/2] Import eglextchromium.h from Chromium.

2014-05-20 Thread Brian Paul
It seems unusual for a new extension to be defined in its own header file rather than the eglext.h file. Is there a particular reason for that? Are there other vendors putting their extensions in new header files like this? -Brian On 05/16/2014 04:05 PM, Chad Versace wrote: Ian and Brian,

Re: [Mesa-dev] [PATCH v3 1/2] Import eglextchromium.h from Chromium.

2014-05-16 Thread Chad Versace
Ian and Brian, How do you feel about importing this EGL extension header from the Chromium source tree? Do you prefer to import the header or just add its content to eglmesaext.h? I have a slight preference for importing the header. -Chad On Tue, May 06, 2014 at 12:10:56PM -0700, Sarah Sharp wr

[Mesa-dev] [PATCH v3 1/2] Import eglextchromium.h from Chromium.

2014-05-06 Thread Sarah Sharp
In order to support the (currently unregistered) Chromium-specific EGL extension eglGetSyncValuesCHROMIUM on Intel systems, we need to import the Chromium header that defines it. The file was downloaded from https://chromium.googlesource.com/chromium/chromium/+/trunk/ui/gl/EGL/eglextchromium.h I