Module: Mesa Branch: master Commit: e2c88b7cd6ef4c0774dde964a6d28db80f637594 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e2c88b7cd6ef4c0774dde964a6d28db80f637594
Author: Heinrich Fink <[email protected]> Date: Mon Jul 29 15:35:19 2019 +0200 specs: Sync framebuffer_flip_y text with GL registry Sync extension spec of MESA_framebuffer_flip_y to what has been merged upstream in the GL registry. Update now carries the accepted GL extension no. v2: split GL headers update off to separate commit Reviewed-by: Eric Anholt <[email protected]> Reviewed-by: Matt Turner <[email protected]> --- docs/specs/MESA_framebuffer_flip_y.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/specs/MESA_framebuffer_flip_y.txt b/docs/specs/MESA_framebuffer_flip_y.txt index 69eca342cba..0866203689f 100644 --- a/docs/specs/MESA_framebuffer_flip_y.txt +++ b/docs/specs/MESA_framebuffer_flip_y.txt @@ -27,7 +27,8 @@ Version Number - 302 + OpenGL Extension #540 + OpenGL ES Extension #302 Dependencies @@ -76,10 +77,12 @@ Errors An INVALID_OPERATION error is generated by GetFramebufferParameteriv if the default framebuffer is bound to <target> and <pname> is FRAMEBUFFER_FLIP_Y_MESA. + + Revision History Version 2, June, 2019 - Added OpenGL 4.3 as alternative requirement + Enable extension for OpenGL 4.3 and beyond Version 1, June, 2018 Initial draft (Fritz Koenig) _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
