]> git.sesse.net Git - movit/shortlog
movit
2015-10-08 Steinar H.... Install identity.frag; it is needed for ResizeEffect.
2015-10-07 Steinar H.... Fix another #if issue, this time in dither_effect.frag...
2015-10-07 Steinar H.... Install the new GLSL 1.50 shaders.
2015-10-07 Steinar H.... Make the demo program run with core contexts.
2015-10-07 Steinar H.... Add separate shaders for GLSL 1.50.
2015-10-06 Steinar H.... Fix GLSL compilation errors on some drivers.
2015-10-05 Steinar H.... Make get_current_context_identifier() understand EGL.
2015-10-05 Steinar H.... Disable dither explicitly per frame; fixes some weird...
2015-10-05 Steinar H.... Call init_lanczos_table() once instead of checking...
2015-10-05 Steinar H.... Get rid of a bunch of STL inefficiencies in FBO freelis...
2015-10-05 Steinar H.... Support GL_RGB565 targets.
2015-10-05 Steinar H.... Bump version number after support for external OpenGL...
2015-10-05 Steinar H.... Make FlatInput and YCbCrInput support taking in externa...
2015-10-04 Steinar H.... Unbreak make install after the last changes.
2015-10-04 Steinar H.... Some small cleanups after we got rid of GLSL 1.10;...
2015-10-04 Steinar H.... Allow dual Y'CbCr/RGBA outputs.
2015-10-04 Steinar H.... Remove support for GLSL 1.10.
2015-09-25 Steinar H.... In ycbcr_conversion_effect_test, use a non-float frameb...
2015-09-25 Steinar H.... Fix a buffer overflow in ycbcr_conversion_effect_test.
2015-09-24 Steinar H.... Release Movit 1.2.0. 1.2.0
2015-09-24 Steinar H.... In ResampleEffect, precompute the Lanczos function...
2015-09-24 Steinar H.... Fix a bug where combined fp16 weights would be horribly...
2015-09-22 Steinar H.... Microoptimization in ResampleEffect.
2015-09-17 Steinar H.... Add a mode for YCbCrInput where Cb and Cr are in the...
2015-09-17 Steinar H.... In ResampleEffect, be more aggressive about giving...
2015-09-17 Steinar H.... Reduce the amount of computation in combine_two_samples().
2015-09-16 Steinar H.... Add support for overriding the output origin.
2015-09-16 Steinar H.... Add support for Y'CbCr output split between multiple...
2015-09-16 Steinar H.... Make EffectChainTester capable of testing chains with...
2015-09-16 Steinar H.... In EffectChainTester, there is no point in making the...
2015-09-16 Steinar H.... Small refactoring in EffectChainTester.
2015-09-16 Steinar H.... Support multi-texture FBOs in ResourcePool.
2015-09-16 Steinar H.... Add some check_error() for shaders miscompiling.
2015-09-13 Steinar H.... Reuse the VAO across all phases.
2015-09-13 Steinar H.... Help the compiler out a tiny bit.
2015-09-13 Steinar H.... Reduce the boilerplate around uniforms a bit.
2015-09-13 Steinar H.... Cleanup: Make uniforms for RTT samplers like all other...
2015-09-13 Steinar H.... Handle sampler2D uniforms specially.
2015-09-13 Steinar H.... Rework uniform setting.
2015-09-13 Steinar H.... Add default constructors to Point2D/RGBTuple/RGBATuple...
2015-09-13 Steinar H.... Add a version header file to help clients that need...
2015-09-09 Steinar H.... Update README: It's now 2015. :-)
2015-09-09 Steinar H.... Add support for Y'CbCr output.
2015-09-08 Steinar H.... Prepare for better understanding of 10- and 12-bit...
2015-09-06 Steinar H.... Minor optimization in ResampleEffect: Set less GL state.
2015-09-05 Steinar H.... Make the PaddingEffect border 1-pixel soft.
2015-09-05 Steinar H.... Fix a comment.
2015-09-05 Steinar H.... Mark ResampleEffect as not one-to-one sampling.
2015-09-02 Steinar H.... Collapse passes more aggressively in the face of size...
2015-09-02 Steinar H.... Convert an overly cut-and-pasted comment for AlphaDivis...
2015-09-02 Steinar H.... Draw an oversized triangle instead of a quad.
2015-09-01 Steinar H.... Propagate size correctly across effects that change...
2015-08-31 Steinar H.... Fix broken YCbCr subpixel positioning. Caught by the...
2015-08-31 Steinar H.... Support timer queries for phases.
2015-07-30 Steinar H.... Add ycbcr.h to HDRS.
2015-07-30 Steinar H.... Do some IEEE trickery to help the shader optimizer...
2015-07-30 Steinar H.... Use std::scientific when outputting floats, so we do...
2015-07-30 Steinar H.... If a shader fails to compile, output it for easier...
2015-07-30 Steinar H.... Add a missing entry in .gitignore.
2015-07-30 Steinar H.... Add a unit test for luma interpolation in YCbCr422Inter...
2015-07-30 Steinar H.... Add a small note on unit testing of ycbcr.cpp.
2015-07-30 Steinar H.... Small whitespace fix.
2015-07-29 Steinar H.... Add an effect for 4:2:2 interleaved YCbCr input (UYVY).
2015-07-29 Steinar H.... Rename the YCbCrInput test to YCbCrInputTest, for consi...
2015-07-29 Steinar H.... Small refactoring in YCbCrInput.
2015-07-29 Steinar H.... Unbreak YCbCrInput (it needs to still support setting...
2015-07-28 Steinar H.... Allow inputs to say they cannot support mipmaps.
2015-07-28 Steinar H.... Save a mul in YCbCrInput by folding the scaling into...
2015-03-30 Steinar H.... Fix a C++11-related warning.
2015-03-29 Steinar H.... Release Movit 1.1.3. 1.1.3
2015-03-07 Steinar H.... Make read_file() thread-safe.
2015-03-07 Steinar H.... Drop setting the locale altogether.
2015-03-05 Dan DennedyFix build on OS X and MinGW.
2015-03-03 Steinar H.... Use thread-local locale.
2015-02-23 Steinar H.... In ResampleEffect, ignore near-zero weights when combining.
2015-02-23 Steinar H.... Use the F16C instruction set when available.
2015-02-23 Steinar H.... Revert the optimization of the bilinear weights.
2015-02-22 Steinar H.... Update a comment that wasn't really wrong, but less...
2015-02-22 Steinar H.... Bring the variable names in optimize_sum_sq_error(...
2015-02-22 Steinar H.... In ResampleEffect, optimize the bilinear weights on...
2015-02-21 Steinar H.... Make ResampleEffect fall back to fp32 as needed.
2015-02-21 Steinar H.... Make combine_two_samples() into a template instead...
2015-02-21 Steinar H.... Fix combining in ResampleEffect again.
2015-02-21 Steinar H.... Add some fp16 conversion overloads, for making code...
2015-02-21 Steinar H.... When combining samples, take fp16 rounding into account.
2015-02-20 Steinar H.... In ResampleEffect, use a struct instead of manually...
2015-01-15 Steinar H.... Check for __APPLE__ instead of __DARWIN__.
2014-12-22 Steinar H.... Make number of BlurEffect taps configurable.
2014-10-16 Steinar H.... Fix some typos that would cause the sampler number...
2014-08-12 Steinar H.... Release Movit 1.1.2. 1.1.2
2014-07-26 Steinar H.... Correct the number of blur taps read.
2014-07-21 Steinar H.... Fix a typo in a comment.
2014-06-17 Steinar H.... When the texture freelist is too large, cut from the...
2014-05-08 Steinar H.... Do not export inlines from the shared library by defaul...
2014-04-12 Steinar H.... Release Movit 1.1.1. 1.1.1
2014-04-12 Steinar H.... Fix an issue where we could take an FBO off a freelist...
2014-04-09 Steinar H.... Release Movit 1.1. 1.1
2014-04-09 Dan Horákuse Requires for the libs movit depends on
2014-04-06 Steinar H.... Properly restore the LC_NUMERIC locale after finalizing.
2014-04-05 Steinar H.... Fix a leak in DiffusionEffect in an edge case.
next