summaryrefslogtreecommitdiffstats
path: root/docs/specs
diff options
context:
space:
mode:
authorHeinrich Fink <[email protected]>2019-07-29 15:35:19 +0200
committerHeinrich Fink <[email protected]>2019-09-05 09:26:30 +0200
commite2c88b7cd6ef4c0774dde964a6d28db80f637594 (patch)
treefe2cfa2f3b3ddb54bcb4f9c7af95258bf620d7be /docs/specs
parentc9a3f4fe407469f9ba8d00ba4c3f20431b51f6e6 (diff)
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]>
Diffstat (limited to 'docs/specs')
-rw-r--r--docs/specs/MESA_framebuffer_flip_y.txt7
1 files 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)