index
:
slackcoder/xbmc
master
Kodi is an award-winning free and open source home theater media center software and entertainment hub for digital media
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
system
/
shaders
/
GL
Age
Commit message (
Collapse
)
Author
2020-11-17
gl_yuv2rgb_filter4.glsl: add ACES and Hable tone mapping
mglae
2020-11-08
[OpenGL] Added ACES and Hable mapping
sarbes
2020-07-18
GL-Shaders: Remove nvidia special handling
fritsch
2019-04-17
GL: fix HAS_FLOAT_TEXTURE usage
kszaq
In GLES shaders 'if defined(HAS_FLOAT_TEXTURE)' was always true as HAS_FLOAT_TEXTURE was always defined. Fix this by not defining HAS_FLOAT_TEXTURE when target does not support it and amend GL shaders to follow this behaviour.
2018-06-24
VideoPlayer: opengl - fix color range of subtitle textures
Rainer Hochecker
2018-05-26
OpenGL(ES): fix limited rande for gui and pictured
Rainer Hochecker
2018-05-25
OpenGL: fix limited range for gui
Rainer Hochecker
2018-05-01
typo: missing vec4 in shader
MilhouseVH
2018-03-01
VideoPlayer: OpenGL - fix col conversion in filter
Rainer Hochecker
2018-02-25
VideoPlayer: OpenGL - make sure rgb values are not neg after yuv2rgb conversion
Rainer Hochecker
2018-02-18
OpenGL: fix NaN in shaders
Rainer Hochecker
2018-02-10
VideoPlayer: OpenGL - implement tone mapping
Rainer Hochecker
2018-02-04
VideoPlayer: OpenGL - do colorspace conversion in linear RGB
Rainer Hochecker
2018-01-27
VideoPlayer: fix filtershader for OpenGL
Rainer Hochecker
2018-01-02
VideoPlayer: GL - lookup texture needs interpolation
Rainer Hochecker
2018-01-02
VideoPlayer: GL - fix nonlinear streatch for shader with filter
Rainer Hochecker
2017-12-29
VideoPlayer: GL - yuv2rgb shader with filter
Rainer Hochecker
2017-12-29
VideoPlayer: GL - some optimization for NV12
Rainer Hochecker
2017-12-29
VideoPlayer: drop unneeded define USE1DTEXTURE
Rainer Hochecker
2017-10-05
VideoPlayer: OpenGL, rework and fix shaders
Rainer Hochecker
2017-10-05
VP: fix VTB (OSX) after OpenGL migration
Rainer Hochecker
2017-10-05
OpenGL: migrate to 3.2 - next
Rainer Hochecker
2017-10-05
OpenGL: migrate to 3.2, WIP
Rainer Hochecker
2017-10-05
OpenGL: move shaders to version dpendent subfolder
Rainer Hochecker