mpv/video/out/opengl
Emil Velikov e3883512b1 vo_gpu: opengl: remove --opengl-restrict
As the documentation of the toggle says - the implementation can (and
will actually if they follow the GLX/EGL spec) return context version
greater than the one requested.

This happens with all Mesa drivers that I've tested as well as the
Nvidia binary drivers.

This toggle seems like a workaround for buggy drivers, yet it's lacking
context about the vendor and version.

Remove it for now - I'll be happy to reinstate it (partially or in full)
as we get concrete details.

This allows us to simplify ra_gl_ctx_test_version() making the whole
context creation business easier to follow by mere mortals.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2021-10-16 20:33:53 +00:00
..
angle_dynamic.c
angle_dynamic.h
common.c egl_helpers: fix create_context fallback behavior 2021-07-25 15:32:53 +00:00
common.h egl_helpers: fix create_context fallback behavior 2021-07-25 15:32:53 +00:00
context.c vo_gpu: opengl: remove --opengl-restrict 2021-10-16 20:33:53 +00:00
context.h vo_gpu: opengl: reduce versions in mpgl_preferred_gl_versions 2021-10-16 20:33:53 +00:00
context_android.c
context_angle.c options: change option macros and all option declarations 2020-03-18 19:52:01 +01:00
context_cocoa.c options: change option macros and all option declarations 2020-03-18 19:52:01 +01:00
context_drm_egl.c context_drm_egl: re-enable drmSet/DropMaster calls 2021-10-15 19:00:34 +02:00
context_dxinterop.c
context_glx.c vo_gpu: opengl: reduce versions in mpgl_preferred_gl_versions 2021-10-16 20:33:53 +00:00
context_rpi.c
context_wayland.c wayland: fix wl_surface_set_buffer_scale usage 2021-06-27 10:58:59 -05:00
context_win.c
context_x11egl.c vo_gpu: EGL: hack for alpha on different platforms 2020-10-15 13:44:07 +00:00
egl_helpers.c egl_helpers: remove explicit GLES 3 request 2021-10-16 20:33:53 +00:00
egl_helpers.h
formats.c
formats.h
gl_headers.h
hwdec_d3d11egl.c
hwdec_drmprime_drm.c
hwdec_dxva2egl.c
hwdec_dxva2gldx.c
hwdec_ios.m
hwdec_osx.c
hwdec_rpi.c
hwdec_vdpau.c
libmpv_gl.c
oml_sync.c
oml_sync.h
ra_gl.c video: fix rgb30 component order 2020-05-09 18:02:57 +02:00
ra_gl.h
utils.c
utils.h