mpv/video/out/opengl
Philip Langdale 2fc327f2fd vo_gpu: opengl: fix OpenGL ES version and extension handling
Some of the extension declarations did not include the ES version where
they became core functionality, and in some of these cases, there was
never actually an ES extension - it first appeared in core. We also had
a number of buggy version checks where ES versions were compared
against required desktop GL versions.
2021-12-12 20:23:31 -08:00
..
angle_dynamic.c
angle_dynamic.h
common.c vo_gpu: opengl: fix OpenGL ES version and extension handling 2021-12-12 20:23:31 -08:00
common.h wayland: ensure read and draw buffers are assigned 2021-12-04 03:04:17 +00:00
context.c vo_gpu: opengl: try and create context at version 440 again 2021-12-07 15:37:29 -08:00
context.h video: opengl: rework and remove ra_gl_ctx_test_version() 2021-10-16 20:33:53 +00:00
context_android.c
context_angle.c
context_cocoa.c
context_drm_egl.c context_drm_egl: make use of mpegl_create_window_surface() 2021-11-17 22:38:34 +01:00
context_dxinterop.c video: opengl: use gl_check_extension() instead of strstr() 2021-11-17 22:38:34 +01:00
context_glx.c context_glx: fix check for wrong GLX extension 2021-11-17 22:38:34 +01:00
context_rpi.c
context_wayland.c wayland: ensure read and draw buffers are assigned 2021-12-04 03:04:17 +00:00
context_win.c video: opengl: use gl_check_extension() instead of strstr() 2021-11-17 22:38:34 +01:00
context_x11egl.c context_{wayland,x11egl}: use mpegl_create_window_surface() too 2021-11-17 22:38:34 +01:00
egl_helpers.c egl_helpers: introduce wrapper around eglCreatePlatformWindowSurface 2021-11-17 22:38:34 +01:00
egl_helpers.h egl_helpers: introduce wrapper around eglCreatePlatformWindowSurface 2021-11-17 22:38:34 +01:00
formats.c
formats.h
gl_headers.h
hwdec_d3d11egl.c video: opengl: use gl_check_extension() instead of strstr() 2021-11-17 22:38:34 +01:00
hwdec_drmprime_drm.c
hwdec_dxva2egl.c video: opengl: use gl_check_extension() instead of strstr() 2021-11-17 22:38:34 +01:00
hwdec_dxva2gldx.c
hwdec_ios.m
hwdec_osx.c
hwdec_rpi.c
hwdec_vdpau.c
libmpv_gl.c client API: add a new way to pass X11 Display etc. to render API 2018-03-26 19:47:08 +02:00
oml_sync.c
oml_sync.h
ra_gl.c vo_gpu: opengl: fix OpenGL ES version and extension handling 2021-12-12 20:23:31 -08:00
ra_gl.h
utils.c
utils.h