From: Heinrich Fink Date: Mon, 29 Jul 2019 13:35:19 +0000 (+0200) Subject: specs: Sync framebuffer_flip_y text with GL registry X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e2c88b7cd6ef4c0774dde964a6d28db80f637594;p=mesa.git 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 Reviewed-by: Matt Turner --- 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 and 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)