]> git.sesse.net Git - movit/shortlog
movit
2012-10-15 Steinar H.... Fix initial pitch calculation in YCbCrInput when using...
2012-10-14 Steinar H.... Add a unit test for full-range Rec. 601 YCbCr.
2012-10-14 Steinar H.... Add a unit test for YCbCrInput (not done yet).
2012-10-14 Steinar H.... Fix YCbCrInput returning bogus data if we do set_pixel_...
2012-10-14 Steinar H.... Add a coverage target to the Makefile.
2012-10-14 Steinar H.... Add a unit test for LiftGammaGainEffect.
2012-10-14 Steinar H.... Convert from our home-grown matrices to Eigen all over.
2012-10-14 Steinar H.... Remove dead function set_uniform_float_array().
2012-10-14 Steinar H.... Add unit tests for WhiteBalanceEffect.
2012-10-14 Steinar H.... The white balance effect was computing all wrong LMS...
2012-10-14 Steinar H.... Make the bools in the demo app bools instead of 0/1...
2012-10-14 Steinar H.... Add a missing .gitignore. Again.
2012-10-14 Steinar H.... Add a unit test for FlatInput.
2012-10-14 Steinar H.... Add a unit test for DiffusionEffect.
2012-10-14 Steinar H.... Add unit tests to EffectChain testing that the sRGB...
2012-10-14 Steinar H.... ColorSpace -> Colorspace. I kept typing it wrong, so...
2012-10-14 Steinar H.... Add unit tests for colorspace conversion insertion.
2012-10-14 Steinar H.... Fix a typo.
2012-10-14 Steinar H.... Add a reference for where the D65 white point comes...
2012-10-14 Steinar H.... Add a unit test for the colorspace conversions.
2012-10-14 Steinar H.... Find Y from the xyz and the D65 white point instead...
2012-10-13 Steinar H.... Support conversion to and from the XYZ color space.
2012-10-13 Steinar H.... Add a hack so that RGBA pixels are flipped properly...
2012-10-13 Steinar H.... Move the GL_UNPACK_ALIGNMENT setting into the texture...
2012-10-13 Steinar H.... Fix an issue where we could try to incorrectly gamma...
2012-10-13 Steinar H.... Deallocation in YCbCrInput.
2012-10-13 Steinar H.... More deallocation.
2012-10-13 Steinar H.... Be better at cleaning up at destruction time. Still...
2012-10-13 Steinar H.... Add unit tests for UnsharpMaskEffect.
2012-10-13 Steinar H.... Be more consistent about how we handle textures and...
2012-10-13 Steinar H.... In the graph debug output, color each node according...
2012-10-13 Steinar H.... Remove stray leftover debugging.
2012-10-13 Steinar H.... Fix a segfault in the DoubleSaturation test.
2012-10-13 Steinar H.... Fix a GLSL warning.
2012-10-13 Steinar H.... Add missing file mipmap_needing_effect.frag.
2012-10-13 Steinar H.... Add a unit test for BlurEffect.
2012-10-13 Steinar H.... Add a test that verifies resizing works. Incidentially...
2012-10-13 Steinar H.... Unbreak multi-phase rendering after we added the render...
2012-10-13 Steinar H.... Fix a case with non-float input textures.
2012-10-13 Steinar H.... MipmapGenerationWorks should be run with linear in...
2012-10-13 Steinar H.... Even more informative output when single-pixel test...
2012-10-13 Steinar H.... Have expect_equal() pinpoint the pixel with the largest...
2012-10-13 Steinar H.... Radius calculation in the blur was about 10% off. Proba...
2012-10-13 Steinar H.... Minor stylistic fix in the deconvolution test.
2012-10-13 Steinar H.... Add a unit test that tests that mipmap generation works.
2012-10-13 Steinar H.... FlatInput had broken mipmap generation. Fixed.
2012-10-13 Steinar H.... Add the two missing deconvolution tests.
2012-10-13 Steinar H.... Oops, forgot to actually add deconvolution_sharpen_effe...
2012-10-13 Steinar H.... Ignore yet more test binaries.
2012-10-13 Steinar H.... Split the TESTS= line in the Makefile now, since it...
2012-10-13 Steinar H.... Add a test for DeconvolutionSharpenEffect. Not complete...
2012-10-13 Steinar H.... Let users of expect_equal() override the default tolera...
2012-10-13 Steinar H.... Fix the mishandling of radius in the Gaussian deconvolu...
2012-10-12 Steinar H.... Add the new tests to .gitignore.
2012-10-12 Steinar H.... Add tests to check that rewriting works, and that gamma...
2012-10-12 Steinar H.... Add unit tests for back-and-forth conversions through...
2012-10-12 Steinar H.... Rename PROFILE= to COVERAGE=.
2012-10-12 Steinar H.... Add a unit test for SaturationEffect.
2012-10-12 Steinar H.... Support non-grayscale formats in the test pipeline...
2012-10-12 Steinar H.... Now that we render to an FBO, we can do with a much...
2012-10-12 Steinar H.... Set RMS limit much tighter, now that we have floating...
2012-10-12 Steinar H.... Add a unit test for GammaCompressionEffect.
2012-10-12 Steinar H.... Add unit tests for Rec. 709 gamma expansion.
2012-10-12 Steinar H.... Clean up profile files and .dot files.
2012-10-12 Steinar H.... Do not unconditionally profile (that was a miscommit...
2012-10-12 Steinar H.... If an output is not in the right output gamma but is...
2012-10-12 Steinar H.... If at least one test fails, make check should also...
2012-10-12 Steinar H.... Do not output the shader compile log if it is empty.
2012-10-12 Steinar H.... Add a test for GammaExpansionEffect. Not done yet.
2012-10-12 Steinar H.... Output the chained shaders to temporary files instead...
2012-10-12 Steinar H.... Make unit tests render to a floating-point FBO, so...
2012-10-12 Steinar H.... Support rendering to a given FBO instead of to the...
2012-10-12 Steinar H.... Fix some issues with the case where we need to expand...
2012-10-12 Steinar H.... Fix step numbering.
2012-10-12 Steinar H.... Fix a bug where find_nonlinear_inputs() would choke...
2012-10-12 Steinar H.... Yet more Makefile tweaks/fixes.
2012-10-12 Steinar H.... Add a unit test for MixEffect.
2012-10-12 Steinar H.... can_output_linear_gamma() should never return true...
2012-10-11 Steinar H.... Split test utilities out into its own file.
2012-10-11 Steinar H.... Ignore some gcov stuff.
2012-10-11 Steinar H.... Fix an overly aggressive search-and-replace in the...
2012-10-11 Steinar H.... Add some more simple tests to EffectChainTest.
2012-10-11 Steinar H.... Start on unit testing (adds a dependency on Google...
2012-10-11 Steinar H.... Let FlatInput take in float data (sort of kludgy, thoug...
2012-10-11 Steinar H.... needs_update should be set even after we have created...
2012-10-11 Steinar H.... Split the test program from the actual library.
2012-10-10 Steinar H.... Fix snafu in gamma expansion node insertion.
2012-10-10 Steinar H.... Drop the 8-way symmetry; it causes bugs due to normaliz...
2012-10-10 Steinar H.... Simplify the refocus shader a bit.
2012-10-10 Steinar H.... Fix a bug where we would send too few parameters down...
2012-10-10 Steinar H.... Remove stray debugging output.
2012-10-10 Steinar H.... Remove some leftover out-commented code.
2012-10-10 Steinar H.... Add an unsharp mask effect, to complement the more...
2012-10-10 Steinar H.... Only recompute deconvolution kernel when we need to.
2012-10-10 Steinar H.... Add an implementation of sharpening by FIR Wiener filters.
2012-10-09 Steinar H.... Inform about input sizes also in the last pass.
2012-10-09 Steinar H.... Use the input resolution in the blur instead of hard...
2012-10-09 Steinar H.... Spread resolution information throughout the effect...
2012-10-09 Steinar H.... Typo fix.
2012-10-08 Steinar H.... Make the HSV pickers keep the same luminance no matter...
next