aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/opengl/utils.c
Commit message (Expand)AuthorAge
* vo_opengl: d3d11egl: native NV12 sampling supportGravatar wm42016-05-10
* vo_opengl: slightly compress gl_set_debug_logger()Gravatar wm42016-03-28
* vo_opengl: reduce temporary variables in gl_transform_trans()Gravatar wm42016-03-28
* vo_opengl: fix row-major vs. column-major confusionGravatar wm42016-03-28
* vo_opengl: minor coding style adjustmentGravatar wm42016-03-24
* vo_opengl: utils: some more minor shader string building optimizationGravatar wm42016-03-24
* vo_opengl: utils: slightly optimize shader string buildingGravatar wm42016-03-23
* vo_opengl: use the same type for cached and current uniform valuesGravatar wm42016-03-10
* vo_opengl: cache the values of the uniform variablesGravatar igv2016-03-10
* vo_opengl: cache the locations of the uniform variablesGravatar igv2016-03-09
* vo_opengl: refactor pass_read_video and texture bindingGravatar Niklas Haas2016-03-05
* vo_opengl: declare vec4 color inside fragment shader stubGravatar Niklas Haas2016-02-23
* vo_opengl: add precision qualifier to usampler2D on ANGLEGravatar wm42016-01-27
* vo_opengl: support 10 bit support with ANGLEGravatar wm42016-01-26
* Change GPL/LGPL dual-licensed files to LGPLGravatar wm42016-01-19
* vo_opengl: fix operation on GLES 2.0Gravatar wm42016-01-04
* vo_opengl: fix shader compilation regressionGravatar wm42015-12-08
* vo_opengl: create FBOs in a more GLES conformant wayGravatar wm42015-11-19
* vo_opengl: handle GL_ARB_uniform_buffer_object with low GLSL versionsGravatar wm42015-11-09
* vo_opengl: implement NNEDI3 prescalerGravatar Bin Jin2015-11-05
* vo_opengl: add Super-xBR filter for upscalingGravatar Bin Jin2015-11-05
* vo_opengl: move shader file caching to video.cGravatar wm42015-09-23
* vo_opengl: move sampler type mapping to a functionGravatar wm42015-09-10
* vo_opengl: implement debanding (and remove source-shader)Gravatar Niklas Haas2015-09-09
* vo_opengl: remove gl_ prefixes from files in video/out/openglGravatar Niklas Haas2015-09-09