diff options
author | Heinrich Fink <[email protected]> | 2019-06-04 17:19:47 +0200 |
---|---|---|
committer | Daniel Stone <[email protected]> | 2019-07-25 04:47:38 +0000 |
commit | 488692426266bc14138410bc98f6e3a6390e3788 (patch) | |
tree | 3d75a4bfd28141ad04449f1143fedb6d86dfce9b /docs/specs | |
parent | 31c9fcbd0f045b78ba231d89710bb6ca3275e46a (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 <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'docs/specs')
-rw-r--r-- | docs/specs/MESA_framebuffer_flip_y.txt | 8 |
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) |