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
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
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
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