]> git.tdb.fi Git - libs/gl.git/history - source/colorcurve.cpp
Remove the deprecated ProgramBuilder class
[libs/gl.git] / source / colorcurve.cpp
2021-02-11 Mikko RasaUse samplers in effects and postprocessors
2021-02-08 Mikko RasaBetter lifecycle management of the fullscreen quad...
2021-02-01 Mikko RasaRequire texture data to be uploaded in a format matchin...
2021-02-01 Mikko RasaSeparate abstract pixel compositions from concrete...
2021-01-31 Mikko RasaMove texture sampler state to a separate object
2019-11-01 Mikko RasaRemove various old deprecated things
2018-07-02 Mikko RasaDisable mipmaps from various render target textures
2017-12-19 Mikko RasaAdd a system for creating Pipelines from loadable templates
2016-11-28 Mikko RasaImprove the color curve postprocessor
2016-11-26 Mikko RasaUse Renderer for rendering PostProcessors
2016-11-19 Mikko RasaMove postprocessor shaders to the builtin shaderlib
2014-11-12 Mikko RasaMake postprocessor shaders compatible with modern interface
2014-04-21 Mikko RasaMove sRGB formulas to color.h
2013-12-28 Mikko RasaAdd gamma correction and sRGB conversion support to...
2012-09-13 Mikko RasaFix type errors in ColorCurve fragment shader
2012-08-28 Mikko RasaDon't expose the shader type enum
2012-08-20 Mikko RasaAdd a color curve post-processor