]> git.sesse.net Git - movit/shortlog
movit
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.
2014-04-03 Steinar H.... Rewrite extension checking.
2014-04-03 Steinar H.... Loosen up the 0.499 vs. 0.501 subpixel resample test.
2014-04-03 Steinar H.... Re-add resample kernel normalization, which was broken...
2014-04-03 Steinar H.... Fix a bug where having two DeconvolutionSharpenEffects...
2014-04-01 Steinar H.... Add zooming to ResampleEffect.
2014-03-30 Steinar H.... Fix a bug when scaling and doing offset at the same...
2014-03-29 Steinar H.... Add support for offsets in ResampleEffect.
2014-03-29 Steinar H.... Add some asserts.
2014-03-28 Steinar H.... Merge branch 'epoxy'
2014-03-27 Dan DennedyFix typo in luma_mix shader.
2014-03-27 Steinar H.... Add a inverse flag to LumaMixEffect.
2014-03-26 Steinar H.... Make the ResourcePool hold FBOs as a per-context resource.
2014-03-25 Steinar H.... Hack around FBO/VAO sharability issues.
2014-03-25 Steinar H.... Add proper formats for RGB without alpha.
2014-03-24 Steinar H.... Add proper formats for sRGB without alpha. epoxy
2014-03-24 Steinar H.... Fix a typo in the make install target.
2014-03-23 Steinar H.... Merge branch 'epoxy' of ssh://pannekake.samfundet.no...
2014-03-23 Steinar H.... We switched to #version 300 es shaders for GLES a while...
2014-03-23 Steinar H.... Add some skeleton code for using GL_ARB_debug_output...
2014-03-23 Steinar H.... Merge branch 'master'
2014-03-23 Steinar H.... Improve macro hygiene in .frag files slightly.
2014-03-22 Steinar H.... Fix a small overallocation.
2014-03-22 Steinar H.... Cache the FFT support texture.
2014-03-22 Steinar H.... Use a smaller support texture for the FFT.
2014-03-22 Steinar H.... Fix a tiny leak (that would cause an assertion failure...
2014-03-22 Steinar H.... Stop the FFTPassEffect Repeat test after FFT size 128.
2014-03-22 Steinar H.... Merge branch 'master' into epoxy
2014-03-22 Steinar H.... Factor out the actual phase execution into a function.
2014-03-22 Steinar H.... Factor out RTT sampler setting in its own function.
2014-03-22 Steinar H.... Merge branch 'master' into epoxy
2014-03-22 Steinar H.... Redo FBO association yet again, this time per-texture.
2014-03-21 Steinar H.... Have separate FBOs per resolution and format.
2014-03-21 Steinar H.... Remove obsolete comment.
2014-03-21 Steinar H.... Fix a buffer overflow in MixEffectTest.
2014-03-21 Steinar H.... Convert another glReadPixels() to RGBA.
2014-03-21 Steinar H.... Properly ignore the sign bit when comparing NaNs.
2014-03-21 Steinar H.... Ditch BGRA use in OverlayEffectTest.
2014-03-21 Steinar H.... Fix non-float framebuffers in EffectChainTester.
2014-03-21 Steinar H.... Remove unused private members from FFTConvolutionEffect.
2014-03-21 Steinar H.... Use the right internal format for FORMAT_R non-float...
2014-03-21 Steinar H.... Add a few check_error() calls.
2014-03-21 Steinar H.... Don't use GL_RGBA32F/GL_RGBA16F with GL_UNSIGNED_BYTE.
2014-03-21 Steinar H.... Document that we can now run on core and ES contexts.
2014-03-21 Steinar H.... Add support for multiple shader models.
2014-03-20 Steinar H.... Check for GLES in init_movit().
2014-03-20 Steinar H.... Fix a buffer overflow in MixEffectTest.
2014-03-20 Steinar H.... Make handling of non-RGBA sRGB textures more consistent.
2014-03-20 Steinar H.... Convert another glReadPixels() to RGBA.
2014-03-20 Steinar H.... Fix a few signed/unsigned warnings.
2014-03-20 Steinar H.... Properly ignore the sign bit when comparing NaNs.
2014-03-20 Steinar H.... Emulate glReadPixels of GL_ALPHA.
2014-03-20 Steinar H.... Ditch BGRA use in OverlayEffectTest.
2014-03-20 Steinar H.... Emulate glReadPixels of GL_BLUE.
2014-03-20 Steinar H.... Stop using BGR, BGRA and grayscale formats.
2014-03-20 Steinar H.... Do not store RGB textures with RGBA internal format.
2014-03-20 Steinar H.... Fix non-float framebuffers in EffectChainTester.
2014-03-20 Steinar H.... Add some precision statements to make GLES slightly...
2014-03-20 Steinar H.... Remove unused private members from FFTConvolutionEffect.
2014-03-20 Steinar H.... Some GLES fixes in ResourcePool::create_2d_texture().
2014-03-20 Steinar H.... Do not glReadPixels() with type GL_RED.
2014-03-20 Steinar H.... Use the right internal format for FORMAT_R non-float...
2014-03-20 Steinar H.... Add a few check_error() calls.
2014-03-20 Steinar H.... Don't use GL_RGBA32F/GL_RGBA16F with GL_UNSIGNED_BYTE.
2014-03-19 Steinar H.... Add a temporary variable to reduce the amount of tediou...
2014-03-19 Steinar H.... Fix a typo.
2014-03-18 Steinar H.... Merge branch 'epoxy' into epoxy
2014-03-18 Steinar H.... Merge branch 'master' into epoxy
2014-03-18 Steinar H.... Reduce the amount of arithmetic in the BlurEffect shade...
2014-03-18 Steinar H.... Make VAOs persistent.
2014-03-18 Steinar H.... Keep FBOs around in EffectChain again.
2014-03-18 Steinar H.... Make Phase take other Phases as inputs, not Nodes.
next