]> git.sesse.net Git - movit/history - main.cpp
Add a mirror effect.
[movit] / main.cpp
2012-10-02 Steinar H. GundersonAdd a mirror effect.
2012-10-02 Steinar H. GundersonUpload the texture via PBOs. Slight speedup on nVidia...
2012-10-02 Steinar H. GundersonUpload textures in BGRA format instead of RGB. Somewhat...
2012-10-01 Steinar H. Gunderson<sys/time.h> is needed for gettimeofday.
2012-10-01 Steinar H. GundersonAdd fallbacks for systems without proper monotonic...
2012-10-01 Steinar H. GundersonFix a warning.
2012-10-01 Steinar H. GundersonHook up the vignette effect to the sample app.
2012-10-01 Steinar H. GundersonRemove the now obsolete load_texture().
2012-10-01 Steinar H. GundersonRemove the now obsolete hand-coded fragment program.
2012-10-01 Steinar H. GundersonClean up effect enums a bit.
2012-10-01 Steinar H. GundersonMove saturation out into its own effect, and hook up...
2012-10-01 Steinar H. GundersonActually set all the right uniforms, so we have a pictu...
2012-10-01 Steinar H. GundersonGive HSV parameters to LGG effect.
2012-10-01 Steinar H. GundersonMake the example program actually try to use the effect...
2012-10-01 Steinar H. GundersonSplit image loading from texture generation.
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. GundersonYet more moving of stuff around.
2012-10-01 Steinar H. GundersonMove the Effect class out into its own file.
2012-10-01 Steinar H. GundersonAdd parameters and start the effect chain implementatio...
2012-10-01 Steinar H. GundersonRename test.cpp to main.cpp.