]> git.sesse.net Git - movit/history - main.cpp
Flesh out the blur code a little. It actually blurs now, although it is not as pretty...
[movit] / main.cpp
2012-10-02 Steinar H. GundersonIncrease the range of the blur control.
2012-10-02 Steinar H. GundersonAdd vertical blurring, and fix a bug where not all...
2012-10-02 Steinar H. GundersonHook up a blur radius control.
2012-10-02 Steinar H. GundersonMake the blur into a simple, Gaussian horizontal blur...
2012-10-02 Steinar H. GundersonSupport multiple render phases (with FBOs and all)...
2012-10-02 Steinar H. GundersonAdd a new framework for 1D-LUTs via fp16 textures....
2012-10-02 Steinar H. GundersonKill the hard-coded texture enums (yay).
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.