From e2c88b7cd6ef4c0774dde964a6d28db80f637594 Mon Sep 17 00:00:00 2001 From: Heinrich Fink Date: Mon, 29 Jul 2019 15:35:19 +0200 Subject: [PATCH] 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 --- 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 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) -- 2.30.2