On 10 October 2016 at 17:33, Eric Engestrom <[email protected]> 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 <[email protected]> > --- > 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 _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
