mpv/video/out/opengl
wm4 07c546b2b4 vo_opengl: fix backend autoprobing
We want the following behavior:
- VO probed, backend probed: only accept non-sw, fail completely
otherwise
- VO forced, backend probed: use the first non-sw, or if none is found,
fall back to the first working sw backend
- VO probed, backend forced: (I don't care about this case)
- VO forced, backend forced: just use that backend

Also, on backend probe failure the vo->probed field was left in its old
state.
2015-11-16 16:15:07 +01:00
..
cocoa.c video/out: remove an unused parameter 2015-10-03 18:20:16 +02:00
common.c vo_opengl: fix backend autoprobing 2015-11-16 16:15:07 +01:00
common.h vo_opengl: use glBlitFramebuffer to draw repeated frames 2015-11-15 18:30:54 +01:00
drm_egl.c vo_opengl: rename "drm_egl" to "drm-egl" 2015-11-09 11:21:28 +01:00
header_fixes.h vo_opengl: vaapi: redo how EGL extensions are loaded 2015-09-27 16:18:06 +02:00
hwdec.c vo_opengl: never load vaapi GLX interop by default 2015-11-09 11:58:38 +01:00
hwdec.h vo_opengl: never load vaapi GLX interop by default 2015-11-09 11:58:38 +01:00
hwdec_dxva2.c client API: rename GL_MP_D3D_interfaces 2015-09-24 21:07:37 +02:00
hwdec_osx.c vo_opengl: videotoolbox: cleanups 2015-09-28 22:11:04 +02:00
hwdec_vaegl.c vo_opengl: never load vaapi GLX interop by default 2015-11-09 11:58:38 +01:00
hwdec_vaglx.c vo_opengl: never load vaapi GLX interop by default 2015-11-09 11:58:38 +01:00
hwdec_vdpau.c vo_opengl: never load vaapi GLX interop by default 2015-11-09 11:58:38 +01:00
lcms.c
lcms.h
nnedi3.c vo_opengl: fix 10-bit video prescaling 2015-11-09 22:48:40 +01:00
nnedi3.h vo_opengl: fix 10-bit video prescaling 2015-11-09 22:48:40 +01:00
nnedi3_weights.bin vo_opengl: implement NNEDI3 prescaler 2015-11-05 17:38:20 +01:00
osd.c
osd.h
rpi.c video/out: remove an unused parameter 2015-10-03 18:20:16 +02:00
rpi.h vo_opengl: vaapi: redo how EGL extensions are loaded 2015-09-27 16:18:06 +02:00
superxbr.c vo_opengl: fix 10-bit video prescaling 2015-11-09 22:48:40 +01:00
superxbr.h vo_opengl: fix 10-bit video prescaling 2015-11-09 22:48:40 +01:00
utils.c vo_opengl: handle GL_ARB_uniform_buffer_object with low GLSL versions 2015-11-09 16:24:01 +01:00
utils.h vo_opengl: handle GL_ARB_uniform_buffer_object with low GLSL versions 2015-11-09 16:24:01 +01:00
video.c vo_opengl: use glBlitFramebuffer to draw repeated frames 2015-11-15 18:30:54 +01:00
video.h vo_opengl: rename fancy-downscaling to correct-downscaling 2015-11-07 17:49:14 +01:00
video_shaders.c vo_opengl: make the default debanding settings less excessive 2015-10-21 11:32:31 +02:00
video_shaders.h vo_opengl: remove sharpen scalers, add sharpen sub-option 2015-09-23 22:43:27 +02:00
w32.c vo_opengl: win32: fix cross-compilation 2015-11-01 21:50:41 +01:00
wayland.c vo_opengl: wayland: use a more standard symbol 2015-10-23 16:09:58 +02:00
x11.c vo_opengl: x11: silence error messages when using legacy GL context 2015-11-06 21:20:23 +01:00
x11egl.c vo_opengl: fix typo 2015-11-07 19:46:51 +01:00