]> git.sesse.net Git - movit/history - effect_util.h
Don't use GL_RGBA32F/GL_RGBA16F with GL_UNSIGNED_BYTE.
[movit] / effect_util.h
2014-03-18 Steinar H. GundersonReduce the amount of arithmetic in the BlurEffect shade...
2014-02-12 Steinar H. GundersonMove everything into “namespace movit”.
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...