summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHeinrich Fink <heinrich.fink@daqri.com>2019-06-04 17:19:47 +0200
committerDaniel Stone <daniel@fooishbar.org>2019-07-25 04:47:38 +0000
commit488692426266bc14138410bc98f6e3a6390e3788 (patch)
tree3d75a4bfd28141ad04449f1143fedb6d86dfce9b /docs
parent31c9fcbd0f045b78ba231d89710bb6ca3275e46a (diff)
mesa: Enable GL_MESA_framebuffer_flip_y for GL 4.3
Extend MESA_framebuffer_flip_y to be used with OpenGL versions 4.3 and higher. OpenGL 4.3 adds FramebufferParameteri needed by this extension. Reviewed-by: Fritz Koenig <frkoenig@google.com> Reviewed-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/specs/MESA_framebuffer_flip_y.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/specs/MESA_framebuffer_flip_y.txt b/docs/specs/MESA_framebuffer_flip_y.txt
index 697ab4e75d6..69eca342cba 100644
--- a/docs/specs/MESA_framebuffer_flip_y.txt
+++ b/docs/specs/MESA_framebuffer_flip_y.txt
@@ -15,6 +15,7 @@ Contributors
Fritz Koenig, Google
Kristian Høgsberg, Google
Chad Versace, Google
+ Heinrich Fink, DAQRI
Status
@@ -22,7 +23,7 @@ Status
Version
- Version 1, June 7, 2018
+ Version 2, June 4, 2019
Number
@@ -30,7 +31,7 @@ Number
Dependencies
- OpenGL ES 3.1 is required, for FramebufferParameteri.
+ OpenGL ES 3.1 or OpenGL 4.3 is required, for FramebufferParameteri.
Overview
@@ -77,5 +78,8 @@ Errors
Revision History
+ Version 2, June, 2019
+ Added OpenGL 4.3 as alternative requirement
+
Version 1, June, 2018
Initial draft (Fritz Koenig)