]> git.sesse.net Git - movit/shortlog
movit
2012-10-01 Steinar H.... Add color space conversions on input and output.
2012-10-01 Steinar H.... Clean up stuff from the vertex shader.
2012-10-01 Steinar H.... Implement the Rec. 709 gamma curve.
2012-10-01 Steinar H.... Add do-nothing-conversions for gamma expansion/compress...
2012-10-01 Steinar H.... Remove the now obsolete load_texture().
2012-10-01 Steinar H.... Use sRGB textures on the input side if applicable.
2012-10-01 Steinar H.... Remove the now obsolete hand-coded fragment program.
2012-10-01 Steinar H.... Clean up effect enums a bit.
2012-10-01 Steinar H.... The return value from glGetUniformLocation() is of...
2012-10-01 Steinar H.... Move saturation out into its own effect, and hook up...
2012-10-01 Steinar H.... Send the right inv_gamma_22 variable to the uniforms.
2012-10-01 Steinar H.... Actually set all the right uniforms, so we have a pictu...
2012-10-01 Steinar H.... Give HSV parameters to LGG effect.
2012-10-01 Steinar H.... Remove a redundant comment.
2012-10-01 Steinar H.... Slightly clearer comments for the custom uniforms in...
2012-10-01 Steinar H.... Add lift/gamma/gain GLSL code. Completely black output...
2012-10-01 Steinar H.... Squash linear gamma back into the sRGB curve at the...
2012-10-01 Steinar H.... Implement gamma expansion from sRGB.
2012-10-01 Steinar H.... Make the example program actually try to use the effect...
2012-10-01 Steinar H.... Make check_error() output the file as well as the line...
2012-10-01 Steinar H.... Split image loading from texture generation.
2012-10-01 Steinar H.... Output convenience uniforms per effect. Also, do not...
2012-10-01 Steinar H.... Build with debug info.
2012-10-01 Steinar H.... Start actually piecing together the GLSL shaders from...
2012-10-01 Steinar H.... Move slurping of files into its own function.
2012-10-01 Steinar H.... Fix a stray j.
2012-10-01 Steinar H.... Add a .gitignore to get rid of the junk in git status.
2012-10-01 Steinar H.... Yet more moving of stuff around.
2012-10-01 Steinar H.... Move the Effect class out into its own file.
2012-10-01 Steinar H.... Add parameters and start the effect chain implementatio...
2012-10-01 Steinar H.... Rename test.cpp to main.cpp.
2012-10-01 Steinar H.... Move the widgets into its own source file.
2012-10-01 Steinar H.... Small Makefile cleanup to prepare for more files.
2012-10-01 Steinar H.... Split off hsv2rgb() in a separate file.
2012-10-01 Steinar H.... Correct some CXXFLAGS stuff in the Makefile.
2012-10-01 Steinar H.... Start the API.
2012-10-01 Steinar H.... Change to C++.
2012-10-01 Steinar H.... Add a Makefile.
2012-10-01 Steinar H.... Initial checkin.