]> git.sesse.net Git - movit/history
movit
2015-02-20 Steinar H. GundersonIn ResampleEffect, use a struct instead of manually...
2015-01-15 Steinar H. GundersonCheck for __APPLE__ instead of __DARWIN__.
2014-12-22 Steinar H. GundersonMake number of BlurEffect taps configurable.
2014-10-16 Steinar H. GundersonFix some typos that would cause the sampler number...
2014-08-12 Steinar H. GundersonRelease Movit 1.1.2. 1.1.2
2014-07-26 Steinar H. GundersonCorrect the number of blur taps read.
2014-07-21 Steinar H. GundersonFix a typo in a comment.
2014-06-17 Steinar H. GundersonWhen the texture freelist is too large, cut from the...
2014-05-08 Steinar H. GundersonDo not export inlines from the shared library by defaul...
2014-04-12 Steinar H. GundersonRelease Movit 1.1.1. 1.1.1
2014-04-12 Steinar H. GundersonFix an issue where we could take an FBO off a freelist...
2014-04-09 Steinar H. GundersonRelease Movit 1.1. 1.1
2014-04-09 Dan Horákuse Requires for the libs movit depends on
2014-04-06 Steinar H. GundersonProperly restore the LC_NUMERIC locale after finalizing.
2014-04-05 Steinar H. GundersonFix a leak in DiffusionEffect in an edge case.
2014-04-03 Steinar H. GundersonRewrite extension checking.
2014-04-03 Steinar H. GundersonLoosen up the 0.499 vs. 0.501 subpixel resample test.
2014-04-03 Steinar H. GundersonRe-add resample kernel normalization, which was broken...
2014-04-03 Steinar H. GundersonFix a bug where having two DeconvolutionSharpenEffects...
2014-04-01 Steinar H. GundersonAdd zooming to ResampleEffect.
2014-03-30 Steinar H. GundersonFix a bug when scaling and doing offset at the same...
2014-03-29 Steinar H. GundersonAdd support for offsets in ResampleEffect.
2014-03-29 Steinar H. GundersonAdd some asserts.
2014-03-28 Steinar H. GundersonMerge branch 'epoxy'
2014-03-27 Dan DennedyFix typo in luma_mix shader.
2014-03-27 Steinar H. GundersonAdd a inverse flag to LumaMixEffect.
2014-03-26 Steinar H. GundersonMake the ResourcePool hold FBOs as a per-context resource.
2014-03-25 Steinar H. GundersonHack around FBO/VAO sharability issues.
2014-03-25 Steinar H. GundersonAdd proper formats for RGB without alpha.
2014-03-24 Steinar H. GundersonAdd proper formats for sRGB without alpha. epoxy
2014-03-24 Steinar H. GundersonFix a typo in the make install target.
2014-03-23 Steinar H. GundersonMerge branch 'epoxy' of ssh://pannekake.samfundet.no...
2014-03-23 Steinar H. GundersonWe switched to #version 300 es shaders for GLES a while...
2014-03-23 Steinar H. GundersonAdd some skeleton code for using GL_ARB_debug_output...
2014-03-23 Steinar H. GundersonMerge branch 'master'
2014-03-23 Steinar H. GundersonImprove macro hygiene in .frag files slightly.
2014-03-22 Steinar H. GundersonFix a small overallocation.
2014-03-22 Steinar H. GundersonCache the FFT support texture.
2014-03-22 Steinar H. GundersonUse a smaller support texture for the FFT.
2014-03-22 Steinar H. GundersonFix a tiny leak (that would cause an assertion failure...
2014-03-22 Steinar H. GundersonStop the FFTPassEffect Repeat test after FFT size 128.
2014-03-22 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-22 Steinar H. GundersonFactor out the actual phase execution into a function.
2014-03-22 Steinar H. GundersonFactor out RTT sampler setting in its own function.
2014-03-22 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-22 Steinar H. GundersonRedo FBO association yet again, this time per-texture.
2014-03-21 Steinar H. GundersonHave separate FBOs per resolution and format.
2014-03-21 Steinar H. GundersonRemove obsolete comment.
2014-03-21 Steinar H. GundersonFix a buffer overflow in MixEffectTest.
2014-03-21 Steinar H. GundersonConvert another glReadPixels() to RGBA.
2014-03-21 Steinar H. GundersonProperly ignore the sign bit when comparing NaNs.
2014-03-21 Steinar H. GundersonDitch BGRA use in OverlayEffectTest.
2014-03-21 Steinar H. GundersonFix non-float framebuffers in EffectChainTester.
2014-03-21 Steinar H. GundersonRemove unused private members from FFTConvolutionEffect.
2014-03-21 Steinar H. GundersonUse the right internal format for FORMAT_R non-float...
2014-03-21 Steinar H. GundersonAdd a few check_error() calls.
2014-03-21 Steinar H. GundersonDon't use GL_RGBA32F/GL_RGBA16F with GL_UNSIGNED_BYTE.
2014-03-21 Steinar H. GundersonDocument that we can now run on core and ES contexts.
2014-03-21 Steinar H. GundersonAdd support for multiple shader models.
2014-03-20 Steinar H. GundersonCheck for GLES in init_movit().
2014-03-20 Steinar H. GundersonFix a buffer overflow in MixEffectTest.
2014-03-20 Steinar H. GundersonMake handling of non-RGBA sRGB textures more consistent.
2014-03-20 Steinar H. GundersonConvert another glReadPixels() to RGBA.
2014-03-20 Steinar H. GundersonFix a few signed/unsigned warnings.
2014-03-20 Steinar H. GundersonProperly ignore the sign bit when comparing NaNs.
2014-03-20 Steinar H. GundersonEmulate glReadPixels of GL_ALPHA.
2014-03-20 Steinar H. GundersonDitch BGRA use in OverlayEffectTest.
2014-03-20 Steinar H. GundersonEmulate glReadPixels of GL_BLUE.
2014-03-20 Steinar H. GundersonStop using BGR, BGRA and grayscale formats.
2014-03-20 Steinar H. GundersonDo not store RGB textures with RGBA internal format.
2014-03-20 Steinar H. GundersonFix non-float framebuffers in EffectChainTester.
2014-03-20 Steinar H. GundersonAdd some precision statements to make GLES slightly...
2014-03-20 Steinar H. GundersonRemove unused private members from FFTConvolutionEffect.
2014-03-20 Steinar H. GundersonSome GLES fixes in ResourcePool::create_2d_texture().
2014-03-20 Steinar H. GundersonDo not glReadPixels() with type GL_RED.
2014-03-20 Steinar H. GundersonUse the right internal format for FORMAT_R non-float...
2014-03-20 Steinar H. GundersonAdd a few check_error() calls.
2014-03-20 Steinar H. GundersonDon't use GL_RGBA32F/GL_RGBA16F with GL_UNSIGNED_BYTE.
2014-03-19 Steinar H. GundersonAdd a temporary variable to reduce the amount of tediou...
2014-03-19 Steinar H. GundersonFix a typo.
2014-03-18 Steinar H. GundersonMerge branch 'epoxy' into epoxy
2014-03-18 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-18 Steinar H. GundersonReduce the amount of arithmetic in the BlurEffect shade...
2014-03-18 Steinar H. GundersonMake VAOs persistent.
2014-03-18 Steinar H. GundersonKeep FBOs around in EffectChain again.
2014-03-18 Steinar H. GundersonMake Phase take other Phases as inputs, not Nodes.
2014-03-17 Steinar H. GundersonDocument the FFTW3 requirement.
2014-03-17 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-17 Steinar H. GundersonMovit can hardly be said to be in alpha stage anymore.
2014-03-17 Steinar H. GundersonRemove obsolete file.
2014-03-16 Steinar H. GundersonRelease Movit 1.0.3. 1.0.3
2014-03-16 Steinar H. GundersonMove private libs into Libs.private in the pkg-config...
2014-03-16 Steinar H. GundersonAdd FFTW3 libs and flags to the pkg-config file.
2014-03-16 Steinar H. GundersonTake LDFLAGS properly from configure, and distinguish...
2014-03-16 Steinar H. GundersonDo not link libmovit against SDL; only the unit tests...
2014-03-16 Steinar H. GundersonRelease Movit 1.0.2. 1.0.2
2014-03-16 Steinar H. GundersonMake $(libdir) on make install, in case it does not...
2014-03-16 Steinar H. GundersonMake make install honor DESTDIR.
2014-03-16 Steinar H. GundersonRelease Movit 1.0.1. 1.0.1
2014-03-16 Steinar H. GundersonFix a C++11 incompatibility.
next