Summary: | Support for buffer age extensions | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Martin Flöser <mgraesslin> |
Component: | scene-opengl | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | antonis+kdebugs, arthur, kde, varunpriolkar97 |
Priority: | NOR | Flags: | thomas.luebking:
ReviewRequest+
|
Version: | git master | ||
Target Milestone: | 4.11 | ||
Platform: | Other | ||
OS: | Linux | ||
URL: | https://git.reviewboard.kde.org/r/110642/ | ||
Latest Commit: | Version Fixed In: | 4.11.5 | |
Sentry Crash Report: | |||
Bug Depends on: | |||
Bug Blocks: | 319996 |
Description
Martin Flöser
2013-05-18 19:02:55 UTC
* EGL/Mesa only supports buffer_age for the Wayland backend * GLX only supports buffer_age in the NVIDIA 313 driver or later I need to add it for the wayland backend, so I'll try to also add support to GLX even if it is not useable by free drivers yet. AMD Catalyst 13.6 beta drivers have added support for GLX_EXT_buffer_age extension. *** Bug 280608 has been marked as a duplicate of this bug. *** *** Bug 321589 has been marked as a duplicate of this bug. *** commit 64c603ca90699a683a604cf2db0d5b01bab8c3c5 Author: Fredrik Höglund <fredrik@kde.org> Date: Thu Nov 21 10:44:06 2013 +0100 kwin: Add support for EXT_buffer_age This patch adds support for GLX_EXT_buffer_age, and EGL_EXT_buffer_age on X11. |