summaryrefslogtreecommitdiffstats
path: root/libvo/gl_osd.h
Commit message (Collapse)AuthorAgeFilesLines
* vo_gl: use gl_osd.cwm42012-10-161-0/+1
| | | | | | | | Side effect: no direct support for old OSD format anymore. Instead, sub.c converts sub-images in that format to the packed, alpha-inverted version. osd-color suboption is broken.
* vo_gl3: move OSD code to gl_osd.cwm42012-10-161-0/+41
Other OpenGL-using VOs can use this. gl_osd.c includes some code for vo_gl.c. The next commit actually makes use of it.