aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/gl_video_shaders.glsl
Commit message (Expand)AuthorAge
* vo_opengl: clean up ewa_lanczos codeGravatar Niklas Haas2015-01-22
* vo_opengl: handle grayscale input better, add YA16 supportGravatar wm42015-01-21
* vo_opengl: remove 1D texture usageGravatar wm42015-01-18
* vo_opengl: get rid of approx-gamma and make it the default as per BT.1886Gravatar Niklas Haas2015-01-16
* vo_opengl: add ewa_lanczos upscaler (aka jinc)Gravatar Niklas Haas2015-01-15
* video: Add sigmoidal upscaling to avoid ringing artifactsGravatar Niklas Haas2015-01-09
* video: Remove some stale CMS code, minor cosmeticsGravatar Niklas Haas2015-01-07
* vo_opengl: remove obsolete comment in shaderGravatar wm42015-01-04
* vo_opengl: improve fallback handling with GLESGravatar wm42014-12-21
* vo_opengl: GLES does not support GL_BGRAGravatar wm42014-12-20
* vo_opengl: add GLES 2 supportGravatar wm42014-12-19
* vo_opengl: do not use 4x3 matrixGravatar wm42014-12-18
* vo_opengl: simplify the case without texture_rgGravatar wm42014-12-18
* vo_opengl: GLES 3 supportGravatar wm42014-12-17
* vo_opengl: glsl: stricter typingGravatar wm42014-12-17
* vo_opengl: remove requirement for RG texturesGravatar wm42014-12-16
* vo_opengl: use all filter sizes possible with the shadersGravatar wm42014-12-08
* vo_opengl: refactor: instantiate scaler functions at runtimeGravatar wm42014-12-08
* vo_opengl: never use 1D textures for lookup texturesGravatar wm42014-12-08
* vo_opengl: refactor: merge convolution function and sampler entrypointGravatar wm42014-12-08
* vo_opengl: extend filter size to 64Gravatar wm42014-12-06
* vo_opengl: extend filter size to 32Gravatar wm42014-12-06
* vo_opengl: Linearize non-RGB sRGB files correctly (eg. JPEG)Gravatar Niklas Haas2014-11-26
* vo_opengl: Reword comment in shaderGravatar Niklas Haas2014-11-26
* vo_opengl: draw OSD twice in 3D mode caseGravatar wm42014-10-29
* vo_opengl: remove macro operator from shaderGravatar Bin Jin2014-08-29
* vo_opengl: fix shaderGravatar wm42014-08-28
* vo_opengl: add cparam1 and cparam2 optionsGravatar Bin Jin2014-08-26
* vo_opengl: Make approx-gamma affect OSD/subGravatar Niklas Haas2014-06-22
* video: Generate an accurate CMS matrix instead of hard-codingGravatar Niklas Haas2014-06-22
* video: Support BT.2020 constant luminance systemGravatar Niklas Haas2014-06-22
* video: Add support for non-BT.709 primariesGravatar Niklas Haas2014-06-22
* video: Add BT.2020-NCL colorspace and transfer functionGravatar Niklas Haas2014-06-22
* vo_opengl: Simplify and clarify color correction codeGravatar Niklas Haas2014-03-10
* vo_opengl: Use bt709_expand on OSD for :srgbGravatar Niklas Haas2014-03-10
* vo_opengl: make :srgb decompand the BT.709 values correctlyGravatar nand2014-02-12
* vo_opengl: add support for rectangle texturesGravatar wm42013-12-01
* vo_opengl: blend alpha components by defaultGravatar wm42013-09-19
* gl_video: add support for more rgb formatsGravatar wm42013-07-18
* Merge remote-tracking branch 'origin/low_quality_intel_crap'Gravatar Martin Herkt2013-07-08
|\
* | vo_opengl: handle chroma locationGravatar wm42013-06-28
* | gl_video: explicitly clamp colormatrix outputGravatar wm42013-06-03
* | gl_video: change a GLSL statementGravatar wm42013-05-30
* | gl_video: fix some dithering bugsGravatar wm42013-05-30
* | gl_video: improve ditheringGravatar wm42013-05-26
* | vo_opengl: XYZ input supportGravatar wm42013-05-04
| * Merge branch 'master' into low_quality_intel_crapGravatar wm42013-04-30
|/
* gl_video: actually fix shader compilation on OSXGravatar wm42013-03-28
* vo_opengl: add alpha outputGravatar wm42013-03-28
* gl_video: support NV21 tooGravatar wm42013-03-28