summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/context.h
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2023-01-16 20:48:19 +0100
committerNiklas Haas <github-daiK1o@haasn.dev>2023-05-27 11:37:48 +0200
commitb216c09ade7b56efb97fe82754b72b1620f67098 (patch)
tree7ddb2e078a271a88410f1b487cfd1d2d9b2e8921 /video/out/opengl/context.h
parent9fd4ae9529f749010cfd26e58ad2a7141f63b609 (diff)
downloadmpv-b216c09ade7b56efb97fe82754b72b1620f67098.tar.bz2
mpv-b216c09ade7b56efb97fe82754b72b1620f67098.tar.xz
opengl: move `ra_gl_ctx_params.flipped` to `struct GL`
This is motivated by a need to access it from vo_gpu_next's opengl wrapping code, and justified by it being an inherent property of the GL context itself,
Diffstat (limited to 'video/out/opengl/context.h')
-rw-r--r--video/out/opengl/context.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/video/out/opengl/context.h b/video/out/opengl/context.h
index 19521ff54b..c96450ebd5 100644
--- a/video/out/opengl/context.h
+++ b/video/out/opengl/context.h
@@ -34,11 +34,6 @@ struct ra_gl_ctx_params {
// See ra_swapchain_fns.get_vsync.
void (*get_vsync)(struct ra_ctx *ctx, struct vo_vsync_info *info);
- // Set to false if the implementation follows normal GL semantics, which is
- // upside down. Set to true if it does *not*, i.e. if rendering is right
- // side up
- bool flipped;
-
// If this is set to non-NULL, then the ra_gl_ctx will consider the GL
// implementation to be using an external swapchain, which disables the
// software simulation of --swapchain-depth. Any functions defined by this