mpv/common
wm4 47ea771b7a vo_opengl: further GL API use separation
Move multiple GL-specific things from the renderer to other places like
vo_opengl.c, vo_opengl_cb.c, and ra_gl.c.

The vp_w/vp_h parameters to gl_video_resize() make no sense anymore, and
are implicitly part of struct fbodst.

Checking the main framebuffer depth is moved to vo_opengl.c. For
vo_opengl_cb.c it always assumes 8. The API user now has to override
this manually. The previous heuristic didn't make much sense anyway.

The only remaining dependency on GL is the hwdec stuff, which is harder
to change.
2017-08-07 19:17:28 +02:00
..
av_common.c
av_common.h
av_log.c
av_log.h
codecs.c
codecs.h
common.c
common.h
encode.h
encode_lavc.c
encode_lavc.h
global.h
msg.c
msg.h
msg_control.h
playlist.c
playlist.h
recorder.c
recorder.h
tags.c
tags.h
version.c