mpv/video/out/opengl
Dudemanguy a899e14bcc vo: change vo->driver->wait_events to nanoseconds
In many cases, this is purely cosmetic because poll still only accepts
microseconds. There's still a gain here however since
pthread_cond_timedwait can take a realtime ts now.

Additionally, 37d6604d70 changed the value
added to timeout_ms in X11 and Wayland to ensure that it would never be
0 and rounded up. This was both incomplete, several other parts of the
player have this same problem like drm, and not really needed. Instead
the MPCLAMP is just adjusted to have a min of 1.
2023-10-10 19:10:55 +00:00
..
angle_dynamic.c vo_opengl/angle_dynamic: simplify symbol renaming to make it more straightforward 2023-01-28 01:03:12 +00:00
angle_dynamic.h vo_opengl/angle_dynamic: simplify symbol renaming to make it more straightforward 2023-01-28 01:03:12 +00:00
common.c vo_gpu: implement VO_DR_FLAG_HOST_CACHED 2023-01-23 14:13:34 +01:00
common.h opengl: move `ra_gl_ctx_params.flipped` to `struct GL` 2023-05-27 11:37:48 +02:00
context.c options: remove ancient option fallbacks/deprecation 2023-09-21 16:06:29 +00: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 options: remove ancient option fallbacks/deprecation 2023-09-21 16:06:29 +00:00
context_cocoa.c options: remove ancient option fallbacks/deprecation 2023-09-21 16:06:29 +00:00
context_drm_egl.c vo: change vo->driver->wait_events to nanoseconds 2023-10-10 19:10:55 +00: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 vo: change vo->driver->wait_events to nanoseconds 2023-10-10 19:10:55 +00:00
context_rpi.c
context_wayland.c vo: change vo->driver->wait_events to nanoseconds 2023-10-10 19:10:55 +00:00
context_win.c opengl/context_win: move opengl-dwmflush to wingl_opts group 2023-09-22 14:20:38 +00:00
context_x11egl.c vo: change vo->driver->wait_events to nanoseconds 2023-10-10 19:10:55 +00:00
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 libmpv_gl: replace mp_read_option_raw call 2023-09-22 14:20:38 +00:00
ra_gl.c vo_gpu: implement VO_DR_FLAG_HOST_CACHED 2023-01-23 14:13:34 +01:00
ra_gl.h
utils.c
utils.h