Re: [Mesa-dev] [PATCH][RFC] dri3: Add support for the GLX_EXT_buffer_age extension

2014-02-20 Thread Adel Gadllah
Am 20.02.2014 02:59, schrieb Ian Romanick: On 02/19/2014 02:49 PM, Adel Gadllah wrote: Hi, The attached patch adds support for the GLX_EXT_buffer_age extension, which is mostly used by compositors for efficient sub screen updates. The extension should not be reported as supported when running

Re: [Mesa-dev] [PATCH][RFC] dri3: Add support for the GLX_EXT_buffer_age extension

2014-02-19 Thread Ian Romanick
On 02/19/2014 02:49 PM, Adel Gadllah wrote: > Hi, > > The attached patch adds support for the GLX_EXT_buffer_age extension, > which is mostly used by compositors for efficient sub screen updates. > > The extension should not be reported as supported when running DRI2 but > it seems to show up whe

Re: [Mesa-dev] [PATCH][RFC] dri3: Add support for the GLX_EXT_buffer_age extension

2014-02-19 Thread Ilia Mirkin
On Wed, Feb 19, 2014 at 5:49 PM, Adel Gadllah wrote: > Hi, > > The attached patch adds support for the GLX_EXT_buffer_age extension, which > is mostly used by compositors for efficient sub screen updates. > > The extension should not be reported as supported when running DRI2 but it > seems to sho

[Mesa-dev] [PATCH][RFC] dri3: Add support for the GLX_EXT_buffer_age extension

2014-02-19 Thread Adel Gadllah
Hi, The attached patch adds support for the GLX_EXT_buffer_age extension, which is mostly used by compositors for efficient sub screen updates. The extension should not be reported as supported when running DRI2 but it seems to show up when I try to disable it with LIBGL_DRI3_DISABLE ... not