summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/utils.c
Commit message (Expand)AuthorAgeFilesLines
* vo_opengl: slightly compress gl_set_debug_logger()wm42016-03-281-7/+2
* vo_opengl: reduce temporary variables in gl_transform_trans()wm42016-03-281-5/+5
* vo_opengl: fix row-major vs. column-major confusionwm42016-03-281-2/+2
* vo_opengl: minor coding style adjustmentwm42016-03-241-3/+4
* vo_opengl: utils: some more minor shader string building optimizationwm42016-03-241-23/+35
* vo_opengl: utils: slightly optimize shader string buildingwm42016-03-231-22/+21
* vo_opengl: use the same type for cached and current uniform valueswm42016-03-101-12/+11
* vo_opengl: cache the values of the uniform variablesigv2016-03-101-20/+31
* vo_opengl: cache the locations of the uniform variablesigv2016-03-091-6/+13
* 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