git.libre-soc.org Git - mesa.git/atom - docs/specs/MESA_framebuffer_flip_y.txt history mesa.git Atom feed https://git.libre-soc.org/?p=mesa.git git repository hosting static/git-favicon.png static/git-logo.png 2020-06-13T10:42:01Z gitweb docs: include specs into the generated docs 2020-04-18T09:54:11Z Erik Faye-Lund erik.faye-lund@collabora.com Marge Bot eric+marge@anholt.net 2020-04-18T09:54:11Z https://git.libre-soc.org/?p=mesa.git;a=commitdiff;h=381fc0eca56fbec5c583612ea01bb63ca4f5d9c4
docs: include specs into the generated docs

Unfortunately, it doesn't seem like there's a way to have sphinx copy
this without moving the files, becasue html_extra_path doesn't copy the
directory itself when given a directory, only files inside and
subdirectories.

Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>
  • [D] docs/specs/MESA_framebuffer_flip_y.txt
mesa: Allow MESA_framebuffer_flip_y for GLES 3 2019-07-30T21:53:30Z Fritz Koenig frkoenig@google.com Fritz Koenig frkoenig@google.com 2019-07-30T21:53:30Z https://git.libre-soc.org/?p=mesa.git;a=commitdiff;h=66937abe2b089ae897197f748bd358c018dc52f7
mesa: Allow MESA_framebuffer_flip_y for GLES 3

Implement glFramebufferParameteriMESA on GLES 3 so
that the extension is not dependant on GLES 3.1

Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
  • [D] docs/specs/MESA_framebuffer_flip_y.txt
specs: Sync framebuffer_flip_y text with GL registry 2019-07-29T13:35:19Z Heinrich Fink heinrich.fink@daqri.com Heinrich Fink heinrich.fink@daqri.com 2019-07-29T13:35:19Z https://git.libre-soc.org/?p=mesa.git;a=commitdiff;h=e2c88b7cd6ef4c0774dde964a6d28db80f637594
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>
  • [D] docs/specs/MESA_framebuffer_flip_y.txt
mesa: Enable GL_MESA_framebuffer_flip_y for GL 4.3 2019-06-04T15:19:47Z Heinrich Fink heinrich.fink@daqri.com Daniel Stone daniel@fooishbar.org 2019-06-04T15:19:47Z https://git.libre-soc.org/?p=mesa.git;a=commitdiff;h=488692426266bc14138410bc98f6e3a6390e3788
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>
  • [D] docs/specs/MESA_framebuffer_flip_y.txt
mesa: GL_MESA_framebuffer_flip_y extension [v4] 2018-07-23T17:10:54Z Fritz Koenig frkoenig@google.com Chad Versace chadversary@chromium.org 2018-07-23T17:10:54Z https://git.libre-soc.org/?p=mesa.git;a=commitdiff;h=318c265160ed33a2d9f7d664e1b247cbbc38203f
mesa: GL_MESA_framebuffer_flip_y extension [v4]

Adds an extension to glFramebufferParameteri
that will specify if the framebuffer is vertically
flipped. Historically system framebuffers are
vertically flipped and user framebuffers are not.
Checking to see the state was done by looking at
the name field.  This adds an explicit field.

v2:
  * updated spec language [for chadv]
  * correctly specifying ES 3.1 [for chadv]
  * refactor access to rb->Name [for jason]
  * handle GetFramebufferParameteriv [for chadv]
v3:
  * correct _mesa_GetMultisamplefv [for kusmabite]
v4:
  * update spec language [for chadv]
  * s/GLboolean/bool/g [for chadv]
  * s/InvertedY/FlipY/g [for chadv]
  * s/inverted_y/flip_y/g [for chadv]
  * assert changes [for chadv]

Reviewed-by: Chad Versace <chadversary@chromium.org>
  • [D] docs/specs/MESA_framebuffer_flip_y.txt