2012-11-03 |
Steinar H.... | When correcting for white balance, move the D65 normali... |
commit | commitdiff | tree | snapshot |
2012-11-03 |
Steinar H.... | Switch from the HPE matrix (RLAB space) to the Bradford... |
commit | commitdiff | tree | snapshot |
2012-11-03 |
Steinar H.... | Move the XYZ (Y=1) definition of D65 to d65.h. |
commit | commitdiff | tree | snapshot |
2012-11-03 |
Steinar H.... | Add a separate header file for the D65 white point. |
commit | commitdiff | tree | snapshot |
2012-11-03 |
Steinar H.... | Make some constants static const. |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Steinar H.... | Update the comment on movit_texel_subpixel_precision. |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Steinar H.... | Add (safe) asserts around all Effect::set_* return... |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Steinar H.... | Check required extensions at start. |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Steinar H.... | Add the weight combining back, now that we have proper... |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Steinar H.... | Make combine_two_pixels() handle the fact that the... |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Steinar H.... | Do not inline combine_two_samples(); util.h has way... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Steinar H.... | Revert "Use the bilinear sampling trick in ResampleEffect." |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Steinar H.... | Use the bilinear sampling trick in ResampleEffect. |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Steinar H.... | Factorize the code to compute sampling points for bilin... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Steinar H.... | Implement wrapping of the resampling parameter texture. |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Steinar H.... | Add an effect for Lanczos resampling. |
commit | commitdiff | tree | snapshot |
2012-10-16 |
Steinar H.... | Support different chroma positioning for Cb and Cr... |
commit | commitdiff | tree | snapshot |
2012-10-16 |
Steinar H.... | Refactor YCbCr chroma offset calculation into a separat... |
commit | commitdiff | tree | snapshot |
2012-10-16 |
Steinar H.... | Add a high-cutoff filter to the glow effect. |
commit | commitdiff | tree | snapshot |
2012-10-15 |
Steinar H.... | Add a unit test for Rec. 709 YCbCr. |
commit | commitdiff | tree | snapshot |
2012-10-15 |
Steinar H.... | Add a unit test for 4:2:0 YCbCr input. |
commit | commitdiff | tree | snapshot |
2012-10-15 |
Steinar H.... | The chroma positioning in YCbCrInput was broken; it... |
commit | commitdiff | tree | snapshot |
2012-10-15 |
Steinar H.... | Fix initial pitch calculation in YCbCrInput when using... |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Steinar H.... | Add a unit test for full-range Rec. 601 YCbCr. |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Steinar H.... | Add a unit test for YCbCrInput (not done yet). |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Steinar H.... | Fix YCbCrInput returning bogus data if we do set_pixel_... |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Steinar H.... | Add a coverage target to the Makefile. |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Steinar H.... | Add a unit test for LiftGammaGainEffect. |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Steinar H.... | Convert from our home-grown matrices to Eigen all over. |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Steinar H.... | Remove dead function set_uniform_float_array(). |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Steinar H.... | Add unit tests for WhiteBalanceEffect. |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Steinar H.... | The white balance effect was computing all wrong LMS... |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Steinar H.... | Make the bools in the demo app bools instead of 0/1... |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Steinar H.... | Add a missing .gitignore. Again. |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Steinar H.... | Add a unit test for FlatInput. |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Steinar H.... | Add a unit test for DiffusionEffect. |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Steinar H.... | Add unit tests to EffectChain testing that the sRGB... |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Steinar H.... | ColorSpace -> Colorspace. I kept typing it wrong, so... |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Steinar H.... | Add unit tests for colorspace conversion insertion. |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Steinar H.... | Fix a typo. |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Steinar H.... | Add a reference for where the D65 white point comes... |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Steinar H.... | Add a unit test for the colorspace conversions. |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Steinar H.... | Find Y from the xyz and the D65 white point instead... |
commit | commitdiff | tree | snapshot |
2012-10-13 |
Steinar H.... | Support conversion to and from the XYZ color space. |
commit | commitdiff | tree | snapshot |
2012-10-13 |
Steinar H.... | Add a hack so that RGBA pixels are flipped properly... |
commit | commitdiff | tree | snapshot |
2012-10-13 |
Steinar H.... | Move the GL_UNPACK_ALIGNMENT setting into the texture... |
commit | commitdiff | tree | snapshot |
2012-10-13 |
Steinar H.... | Fix an issue where we could try to incorrectly gamma... |
commit | commitdiff | tree | snapshot |
2012-10-13 |
Steinar H.... | Deallocation in YCbCrInput. |
commit | commitdiff | tree | snapshot |
2012-10-13 |
Steinar H.... | More deallocation. |
commit | commitdiff | tree | snapshot |
2012-10-13 |
Steinar H.... | Be better at cleaning up at destruction time. Still... |
commit | commitdiff | tree | snapshot |
2012-10-13 |
Steinar H.... | Add unit tests for UnsharpMaskEffect. |
commit | commitdiff | tree | snapshot |
2012-10-13 |
Steinar H.... | Be more consistent about how we handle textures and... |
commit | commitdiff | tree | snapshot |
2012-10-13 |
Steinar H.... | In the graph debug output, color each node according... |
commit | commitdiff | tree | snapshot |
2012-10-13 |
Steinar H.... | Remove stray leftover debugging. |
commit | commitdiff | tree | snapshot |
2012-10-13 |
Steinar H.... | Fix a segfault in the DoubleSaturation test. |
commit | commitdiff | tree | snapshot |
2012-10-13 |
Steinar H.... | Fix a GLSL warning. |
commit | commitdiff | tree | snapshot |
2012-10-13 |
Steinar H.... | Add missing file mipmap_needing_effect.frag. |
commit | commitdiff | tree | snapshot |
2012-10-13 |
Steinar H.... | Add a unit test for BlurEffect. |
commit | commitdiff | tree | snapshot |
2012-10-13 |
Steinar H.... | Add a test that verifies resizing works. Incidentially... |
commit | commitdiff | tree | snapshot |
2012-10-13 |
Steinar H.... | Unbreak multi-phase rendering after we added the render... |
commit | commitdiff | tree | snapshot |
2012-10-13 |
Steinar H.... | Fix a case with non-float input textures. |
commit | commitdiff | tree | snapshot |
2012-10-13 |
Steinar H.... | MipmapGenerationWorks should be run with linear in... |
commit | commitdiff | tree | snapshot |
2012-10-13 |
Steinar H.... | Even more informative output when single-pixel test... |
commit | commitdiff | tree | snapshot |
2012-10-13 |
Steinar H.... | Have expect_equal() pinpoint the pixel with the largest... |
commit | commitdiff | tree | snapshot |
2012-10-13 |
Steinar H.... | Radius calculation in the blur was about 10% off. Proba... |
commit | commitdiff | tree | snapshot |
2012-10-13 |
Steinar H.... | Minor stylistic fix in the deconvolution test. |
commit | commitdiff | tree | snapshot |
2012-10-13 |
Steinar H.... | Add a unit test that tests that mipmap generation works. |
commit | commitdiff | tree | snapshot |
2012-10-13 |
Steinar H.... | FlatInput had broken mipmap generation. Fixed. |
commit | commitdiff | tree | snapshot |
2012-10-13 |
Steinar H.... | Add the two missing deconvolution tests. |
commit | commitdiff | tree | snapshot |
2012-10-13 |
Steinar H.... | Oops, forgot to actually add deconvolution_sharpen_effe... |
commit | commitdiff | tree | snapshot |
2012-10-13 |
Steinar H.... | Ignore yet more test binaries. |
commit | commitdiff | tree | snapshot |
2012-10-13 |
Steinar H.... | Split the TESTS= line in the Makefile now, since it... |
commit | commitdiff | tree | snapshot |
2012-10-13 |
Steinar H.... | Add a test for DeconvolutionSharpenEffect. Not complete... |
commit | commitdiff | tree | snapshot |
2012-10-13 |
Steinar H.... | Let users of expect_equal() override the default tolera... |
commit | commitdiff | tree | snapshot |
2012-10-13 |
Steinar H.... | Fix the mishandling of radius in the Gaussian deconvolu... |
commit | commitdiff | tree | snapshot |
2012-10-12 |
Steinar H.... | Add the new tests to .gitignore. |
commit | commitdiff | tree | snapshot |
2012-10-12 |
Steinar H.... | Add tests to check that rewriting works, and that gamma... |
commit | commitdiff | tree | snapshot |
2012-10-12 |
Steinar H.... | Add unit tests for back-and-forth conversions through... |
commit | commitdiff | tree | snapshot |
2012-10-12 |
Steinar H.... | Rename PROFILE= to COVERAGE=. |
commit | commitdiff | tree | snapshot |
2012-10-12 |
Steinar H.... | Add a unit test for SaturationEffect. |
commit | commitdiff | tree | snapshot |
2012-10-12 |
Steinar H.... | Support non-grayscale formats in the test pipeline... |
commit | commitdiff | tree | snapshot |
2012-10-12 |
Steinar H.... | Now that we render to an FBO, we can do with a much... |
commit | commitdiff | tree | snapshot |
2012-10-12 |
Steinar H.... | Set RMS limit much tighter, now that we have floating... |
commit | commitdiff | tree | snapshot |
2012-10-12 |
Steinar H.... | Add a unit test for GammaCompressionEffect. |
commit | commitdiff | tree | snapshot |
2012-10-12 |
Steinar H.... | Add unit tests for Rec. 709 gamma expansion. |
commit | commitdiff | tree | snapshot |
2012-10-12 |
Steinar H.... | Clean up profile files and .dot files. |
commit | commitdiff | tree | snapshot |
2012-10-12 |
Steinar H.... | Do not unconditionally profile (that was a miscommit... |
commit | commitdiff | tree | snapshot |
2012-10-12 |
Steinar H.... | If an output is not in the right output gamma but is... |
commit | commitdiff | tree | snapshot |
2012-10-12 |
Steinar H.... | If at least one test fails, make check should also... |
commit | commitdiff | tree | snapshot |
2012-10-12 |
Steinar H.... | Do not output the shader compile log if it is empty. |
commit | commitdiff | tree | snapshot |
2012-10-12 |
Steinar H.... | Add a test for GammaExpansionEffect. Not done yet. |
commit | commitdiff | tree | snapshot |
2012-10-12 |
Steinar H.... | Output the chained shaders to temporary files instead... |
commit | commitdiff | tree | snapshot |
2012-10-12 |
Steinar H.... | Make unit tests render to a floating-point FBO, so... |
commit | commitdiff | tree | snapshot |
2012-10-12 |
Steinar H.... | Support rendering to a given FBO instead of to the... |
commit | commitdiff | tree | snapshot |
2012-10-12 |
Steinar H.... | Fix some issues with the case where we need to expand... |
commit | commitdiff | tree | snapshot |
2012-10-12 |
Steinar H.... | Fix step numbering. |
commit | commitdiff | tree | snapshot |
2012-10-12 |
Steinar H.... | Fix a bug where find_nonlinear_inputs() would choke... |
commit | commitdiff | tree | snapshot |
2012-10-12 |
Steinar H.... | Yet more Makefile tweaks/fixes. |
commit | commitdiff | tree | snapshot |
2012-10-12 |
Steinar H.... | Add a unit test for MixEffect. |
commit | commitdiff | tree | snapshot |
2012-10-12 |
Steinar H.... | can_output_linear_gamma() should never return true... |
commit | commitdiff | tree | snapshot |
next |