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 <eric@anholt.net>
Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
Heinrich Fink 2019-07-29 15:35:19 +02:00
parent c9a3f4fe40
commit e2c88b7cd6
1 changed files with 5 additions and 2 deletions

View File

@ -27,7 +27,8 @@ Version
Number Number
302 OpenGL Extension #540
OpenGL ES Extension #302
Dependencies Dependencies
@ -76,10 +77,12 @@ Errors
An INVALID_OPERATION error is generated by GetFramebufferParameteriv if the An INVALID_OPERATION error is generated by GetFramebufferParameteriv if the
default framebuffer is bound to <target> and <pname> is FRAMEBUFFER_FLIP_Y_MESA. default framebuffer is bound to <target> and <pname> is FRAMEBUFFER_FLIP_Y_MESA.
Revision History Revision History
Version 2, June, 2019 Version 2, June, 2019
Added OpenGL 4.3 as alternative requirement Enable extension for OpenGL 4.3 and beyond
Version 1, June, 2018 Version 1, June, 2018
Initial draft (Fritz Koenig) Initial draft (Fritz Koenig)