[Mesa-dev] [PATCH mesa v2] egl: add eglSwapBuffersWithDamageKHR
Emil Velikov
emil.l.velikov at gmail.com
Tue Oct 11 13:15:56 UTC 2016
On 10 October 2016 at 17:33, Eric Engestrom <eric.engestrom at imgtec.com> wrote:
> EGL_KHR_swap_buffers_with_damage is actually already supported, as it is
> technically nothing but a rename of EGL_EXT_swap_buffers_with_damage.
>
> To that effect, both extension are advertised depending on the same
> condition, and the new entrypoint simply redirects to the previous one.
>
> Signed-off-by: Eric Engestrom <eric.engestrom at imgtec.com>
> ---
> v2: - Set the correct function names for debugging by splitting the common
> code out and calling _EGL_FUNC_START() in each entrypoint (Emil)
> - Move the extension string to the right place to preserve the
> alphabetical ordering.
Rb and pushed to master.
Thanks !
Emil
More information about the mesa-dev
mailing list