]> git.sesse.net Git - movit/shortlog
movit
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.
2014-03-17 Steinar H.... Document the FFTW3 requirement.
2014-03-17 Steinar H.... Merge branch 'master' into epoxy
2014-03-17 Steinar H.... Movit can hardly be said to be in alpha stage anymore.
2014-03-17 Steinar H.... Remove obsolete file.
2014-03-16 Steinar H.... Release Movit 1.0.3. 1.0.3
2014-03-16 Steinar H.... Move private libs into Libs.private in the pkg-config...
2014-03-16 Steinar H.... Add FFTW3 libs and flags to the pkg-config file.
2014-03-16 Steinar H.... Take LDFLAGS properly from configure, and distinguish...
2014-03-16 Steinar H.... Do not link libmovit against SDL; only the unit tests...
2014-03-16 Steinar H.... Release Movit 1.0.2. 1.0.2
2014-03-16 Steinar H.... Make $(libdir) on make install, in case it does not...
2014-03-16 Steinar H.... Make make install honor DESTDIR.
2014-03-16 Steinar H.... Release Movit 1.0.1. 1.0.1
2014-03-16 Steinar H.... Fix a C++11 incompatibility.
2014-03-16 Steinar H.... Revert "Stop using -rpath when linking libmovit."
2014-03-16 Steinar H.... Release Movit 1.0. 1.0
2014-03-16 Steinar H.... Make a 'make dist' target.
2014-03-16 Steinar H.... Add the two missing FFT shaders to MISSING_SHADERS.
2014-03-16 Steinar H.... Stop using -rpath when linking libmovit.
2014-03-16 Steinar H.... Start doing symbol versioning.
2014-03-16 Steinar H.... Merge branch 'master' into epoxy
2014-03-16 Steinar H.... Add an FFT convolution effect.
2014-03-15 Steinar H.... Make SliceEffect slice from the top, not the bottom.
2014-03-15 Steinar H.... Revert "Support pad/crop from bottom, not just from...
2014-03-15 Steinar H.... In the README, document that we have luma mix.
2014-03-15 Steinar H.... Support pad/crop from bottom, not just from the top.
2014-03-15 Steinar H.... Merge branch 'master' into epoxy
2014-03-15 Steinar H.... Fix a bug where repeated vertical FFTs would reverse...
next