Re: [PATCH weston] gl-renderer: Allow compilation when EGL_BUFFER_AGE_EXT is not present

2013-03-20 Thread Kristian Høgsberg
On Wed, Mar 20, 2013 at 1:25 PM, John Kåre Alsaker wrote: > The extension should be added to weston-egl-ext.h instead. Yup, that should do it. Kristian > On Wed, Mar 20, 2013 at 6:05 PM, Rob Bradford > wrote: >> From: Rob Bradford >> >> In 1c169ff support is added for using the EGL_BUFFER_AG

Re: [PATCH weston] gl-renderer: Allow compilation when EGL_BUFFER_AGE_EXT is not present

2013-03-20 Thread John Kåre Alsaker
The extension should be added to weston-egl-ext.h instead. On Wed, Mar 20, 2013 at 6:05 PM, Rob Bradford wrote: > From: Rob Bradford > > In 1c169ff support is added for using the EGL_BUFFER_AGE_EXT extension > including runtime detection of whether the extension is available. This change > exten

[PATCH weston] gl-renderer: Allow compilation when EGL_BUFFER_AGE_EXT is not present

2013-03-20 Thread Rob Bradford
From: Rob Bradford In 1c169ff support is added for using the EGL_BUFFER_AGE_EXT extension including runtime detection of whether the extension is available. This change extends that to also check that the extension is known about at compile time. This allows weston to continue to compile against