summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/utils.c
Commit message (Expand)AuthorAgeFilesLines
* vo_opengl: refactor pass_read_video and texture bindingNiklas Haas2016-03-051-11/+19
* vo_opengl: declare vec4 color inside fragment shader stubNiklas Haas2016-02-231-1/+2
* vo_opengl: add precision qualifier to usampler2D on ANGLEwm42016-01-271-1/+1
* vo_opengl: support 10 bit support with ANGLEwm42016-01-261-0/+9
* Change GPL/LGPL dual-licensed files to LGPLwm42016-01-191-12/+7
* vo_opengl: fix operation on GLES 2.0wm42016-01-041-2/+2
* vo_opengl: fix shader compilation regressionwm42015-12-081-0/+5
* vo_opengl: create FBOs in a more GLES conformant waywm42015-11-191-2/+40
* vo_opengl: handle GL_ARB_uniform_buffer_object with low GLSL versionswm42015-11-091-3/+13
* vo_opengl: implement NNEDI3 prescalerBin Jin2015-11-051-2/+27
* vo_opengl: add Super-xBR filter for upscalingBin Jin2015-11-051-1/+13
* vo_opengl: move shader file caching to video.cwm42015-09-231-43/+1
* vo_opengl: move sampler type mapping to a functionwm42015-09-101-7/+12
* vo_opengl: implement debanding (and remove source-shader)Niklas Haas2015-09-091-0/+8
* vo_opengl: remove gl_ prefixes from files in video/out/openglNiklas Haas2015-09-091-0/+951