summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/video.c
Commit message (Expand)AuthorAgeFilesLines
* vo_opengl: debanding requires GLSL 1.30wm42015-10-011-0/+4
* vo_opengl: do not reset video queue when changing video equalizerwm42015-09-301-1/+0
* vo_opengl: actually set hardware decoder mapped texture formatwm42015-09-241-0/+1
* vo_opengl: remove sharpen scalers, add sharpen sub-optionwm42015-09-231-6/+8
* vo_opengl: remove unsued chroma_location fieldwm42015-09-231-1/+0
* vo_opengl: move shader file caching to video.cwm42015-09-231-3/+41
* vo_opengl: fix shader compilation with debanding and OSX hwdecwm42015-09-101-3/+4
* vo_opengl: fix deband sub-option handlingwm42015-09-091-1/+6
* vo_opengl: implement debanding (and remove source-shader)Niklas Haas2015-09-091-84/+78
* vo_opengl: move self-contained shader routines to a separate fileNiklas Haas2015-09-091-348/+17
* vo_opengl: reduce code duplication for scaler optionsNiklas Haas2015-09-091-33/+16
* vo_opengl: remove gl_ prefixes from files in video/out/openglNiklas Haas2015-09-091-0/+2930