]> git.sesse.net Git - movit/history - gamma_compression_effect.h
Remove obsolete file.
[movit] / gamma_compression_effect.h
2014-02-12 Steinar H. GundersonMove everything into “namespace movit”.
2014-01-23 Steinar H. GundersonAnother round of include-what-you-use.
2014-01-09 Steinar H. GundersonImplement GammaCompressionEffect using ALU ops instead...
2014-01-09 Steinar H. GundersonComment and README updates about Rec. 2020 in light...
2013-02-03 Steinar H. GundersonPrefix include guards with _MOVIT to avoid clashes...
2013-02-02 Steinar H. GundersonSplit out some private utilities into effect_util.cpp...
2013-02-02 Steinar H. GundersonRun include-what-you-use over all of movit. Some hand...
2013-02-01 Steinar H. GundersonGive the alpha enums somewhat better/more consistent...
2013-01-20 Steinar H. GundersonMake the internal effects private to EffectChain.
2013-01-14 Steinar H. GundersonAdd the rest of the files for the premultiplied alpha...
2012-10-08 Steinar H. GundersonOutput the graph in dot form at finalize time.
2012-10-03 Steinar H. GundersonComment all of *_effect.h.
2012-10-02 Steinar H. GundersonMark some functions in Effect as const.
2012-10-02 Steinar H. GundersonAdd a new framework for 1D-LUTs via fp16 textures....
2012-10-02 Steinar H. GundersonRename output_glsl to output_fragment_shader.
2012-10-01 Steinar H. GundersonFlip some need bits in the conversion effects.
2012-10-01 Steinar H. GundersonSquash linear gamma back into the sRGB curve at the...