mpv/video/out/opengl
wm4 c725f39bae vo_opengl: fix operation on GLES 2.0
GLSL in GLES 2.0 did not have line continuation in its preprocessor.
This broke shader compilation. It also broke subtitle rendering in
vo_rpi, which reuses some of the OpenGL code.

Line continuation was finally added in GLES 3.0, which is perhaps the
reason why ANGLE accepted it.
2016-01-04 16:34:16 +01:00
..
common.c vo_opengl: split backend code from common.c to context.c 2015-12-19 14:14:12 +01:00
common.h vo_opengl: cocoa: output premultiplied alpha 2015-12-19 14:14:12 +01:00
context.c vo_opengl: fall back to gcc thread local storage 2015-12-23 17:59:35 +01:00
context.h vo_opengl: split backend code from common.c to context.c 2015-12-19 14:14:12 +01:00
context_angle.c vo_opengl: prefix per-backend source files with context_ 2015-12-19 14:14:12 +01:00
context_cocoa.c vo_opengl: cocoa: output premultiplied alpha 2015-12-19 14:14:12 +01:00
context_drm_egl.c vo_opengl: prefix per-backend source files with context_ 2015-12-19 14:14:12 +01:00
context_dxinterop.c vo_opengl: prefix per-backend source files with context_ 2015-12-19 14:14:12 +01:00
context_rpi.c vo_rpi: fix compilation 2015-12-26 19:18:47 +01:00
context_rpi.h vo_opengl: prefix per-backend source files with context_ 2015-12-19 14:14:12 +01:00
context_w32.c vo_opengl: prefix per-backend source files with context_ 2015-12-19 14:14:12 +01:00
context_wayland.c vo_opengl: prefix per-backend source files with context_ 2015-12-19 14:14:12 +01:00
context_x11.c vo_opengl: x11: fix alpha windows 2015-12-20 13:26:25 +01:00
context_x11egl.c vo_opengl: prefix per-backend source files with context_ 2015-12-19 14:14:12 +01:00
egl_helpers.c vo_opengl: x11egl: retrieve framebuffer depth 2015-12-19 14:14:12 +01:00
egl_helpers.h vo_opengl: x11egl: retrieve framebuffer depth 2015-12-19 14:14:12 +01:00
header_fixes.h
hwdec.c videotoolbox: make decoder format customizable 2015-11-17 21:21:19 +01:00
hwdec.h videotoolbox: make decoder format customizable 2015-11-17 21:21:19 +01:00
hwdec_dxva2.c
hwdec_osx.c videotoolbox: make decoder format customizable 2015-11-17 21:21:19 +01: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: require --enable-gpl3 for nnedi 2015-12-03 09:32:40 +01:00
nnedi3.h vo_opengl: require --enable-gpl3 for nnedi 2015-12-03 09:32:40 +01:00
nnedi3_weights.bin
osd.c
osd.h
superxbr.c vo_opengl: fix superxbr on GLES 2015-11-21 20:45:08 +01:00
superxbr.h vo_opengl: fix 10-bit video prescaling 2015-11-09 22:48:40 +01:00
utils.c vo_opengl: fix operation on GLES 2.0 2016-01-04 16:34:16 +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: reset nnedi3 weights properly 2016-01-03 23:33:54 +01:00
video.h vo_opengl: make LOOKUP_TEXTURE_SIZE configurable 2015-12-07 23:48:18 +01:00
video_shaders.c vo_opengl: fix shader compilation regression 2015-12-08 03:18:47 +01:00
video_shaders.h