]> git.sesse.net Git - movit/history - util.cpp
Make SliceEffect slice from the top, not the bottom.
[movit] / util.cpp
2014-03-09 Steinar H. GundersonAdd an effect to do re-slicing of the image, for overla...
2014-03-08 Steinar H. GundersonUse VAOs to bind the VBOs.
2014-02-12 Steinar H. GundersonMove everything into “namespace movit”.
2014-01-26 Steinar H. GundersonSend shader compile log to stderr instead of stdout.
2014-01-23 Steinar H. GundersonAnother round of include-what-you-use.
2014-01-23 Steinar H. GundersonMove to 'using namespace std;' in all .cpp files.
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-01-09 Steinar H. GundersonAllow data files to be fetched somewhere else than...
2013-01-09 Steinar H. GundersonChange to using GLEW everywhere.
2012-10-28 Steinar H. GundersonMake combine_two_pixels() handle the fact that the...
2012-10-28 Steinar H. GundersonDo not inline combine_two_samples(); util.h has way...
2012-10-14 Steinar H. GundersonConvert from our home-grown matrices to Eigen all over.
2012-10-12 Steinar H. GundersonDo not output the shader compile log if it is empty.
2012-10-08 Steinar H. GundersonMake the HSV pickers keep the same luminance no matter...
2012-10-08 Steinar H. GundersonAdd a white balance effect (port of my white balance...
2012-10-07 Steinar H. GundersonMove all OpenGL includes into one file.
2012-10-02 Steinar H. GundersonFix a C++11 compatibility issue.
2012-10-01 Steinar H. GundersonLess old-style GLSL extension use.
2012-10-01 Steinar H. GundersonAdd color space conversions on input and output.
2012-10-01 Steinar H. GundersonStart actually piecing together the GLSL shaders from...
2012-10-01 Steinar H. GundersonMove slurping of files into its own function.
2012-10-01 Steinar H. GundersonSplit off hsv2rgb() in a separate file.