mpv/video/out/opengl
Dudemanguy 4ff27d5220 Revert "wayland_gl: wait until resize to create egl_window"
The original reason for this commit was to prevent a compositor error on
weston when going into the maximized state. The configured dimensions of
mpv didn't match its actual size and Weston is super strict about this
so it threw a compositor error which is fatal. It only happened in
opengl and this seemed like an OK workaround, so I went with this.
However, there's actually a far easier way to solve this problem and we
don't need this anymore. This has the benefit of avoiding a harmless
warning message that appears with gpu-next on opengl. The next commit is
the proper solution. Closes #10324.

This reverts commit 661b5542de.
2023-07-13 12:12:37 +00:00
..
angle_dynamic.c
angle_dynamic.h
common.c
common.h opengl: move `ra_gl_ctx_params.flipped` to `struct GL` 2023-05-27 11:37:48 +02:00
context.c opengl: move `ra_gl_ctx_params.flipped` to `struct GL` 2023-05-27 11:37:48 +02:00
context.h opengl: move `ra_gl_ctx_params.flipped` to `struct GL` 2023-05-27 11:37:48 +02:00
context_android.c
context_angle.c opengl: move `ra_gl_ctx_params.flipped` to `struct GL` 2023-05-27 11:37:48 +02:00
context_cocoa.c
context_drm_egl.c context_drm_egl: check for non-existant drm in uninit 2023-05-22 21:47:24 -05:00
context_dxinterop.c opengl: move `ra_gl_ctx_params.flipped` to `struct GL` 2023-05-27 11:37:48 +02:00
context_glx.c
context_rpi.c
context_wayland.c Revert "wayland_gl: wait until resize to create egl_window" 2023-07-13 12:12:37 +00:00
context_win.c
context_x11egl.c
egl_helpers.c
egl_helpers.h
formats.c
formats.h
gl_headers.h
hwdec_d3d11egl.c hwdec: do not add hwdec device if it failed to create 2023-06-26 19:07:29 +02:00
hwdec_dxva2egl.c hwdec: do not add hwdec device if it failed to create 2023-06-26 19:07:29 +02:00
hwdec_dxva2gldx.c hwdec: do not add hwdec device if it failed to create 2023-06-26 19:07:29 +02:00
hwdec_ios.m hwdec: do not add hwdec device if it failed to create 2023-06-26 19:07:29 +02:00
hwdec_osx.c hwdec: do not add hwdec device if it failed to create 2023-06-26 19:07:29 +02:00
hwdec_rpi.c vo: hwdec: Pass the ra_ctx to hwdecs instead of just the ra 2023-05-28 15:46:05 -07:00
hwdec_vdpau.c vo: hwdec: Pass the ra_ctx to hwdecs instead of just the ra 2023-05-28 15:46:05 -07:00
libmpv_gl.c vo: hwdec: Pass the ra_ctx to hwdecs instead of just the ra 2023-05-28 15:46:05 -07:00
ra_gl.c
ra_gl.h
utils.c
utils.h