]> git.sesse.net Git - movit/history - demo.cpp
Remove some leftover debugging code.
[movit] / demo.cpp
2013-01-14 Steinar H. GundersonRevert all the changes in demo.cpp that were never...
2013-01-14 Steinar H. GundersonAdd the rest of the files for the premultiplied alpha...
2013-01-10 Steinar H. GundersonChange the .dot/.frag writing to be dependent on an...
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-11-16 skaluse the argument from command line as file to process...
2012-11-06 Steinar H. GundersonAdd an implementation of RPDF dither on the final output.
2012-10-28 Steinar H. GundersonAdd (safe) asserts around all Effect::set_* return...
2012-10-28 Steinar H. GundersonMake combine_two_pixels() handle the fact that the...
2012-10-14 Steinar H. GundersonMake the bools in the demo app bools instead of 0/1...
2012-10-13 Steinar H. GundersonMove the GL_UNPACK_ALIGNMENT setting into the texture...
2012-10-11 Steinar H. GundersonStart on unit testing (adds a dependency on Google...