2015-03-29 |
Steinar H.... | Release Movit 1.1.3. 1.1.3 |
commit | commitdiff | tree | snapshot |
2015-03-07 |
Steinar H.... | Make read_file() thread-safe. |
commit | commitdiff | tree | snapshot |
2015-03-07 |
Steinar H.... | Drop setting the locale altogether. |
commit | commitdiff | tree | snapshot |
2015-03-05 |
Dan Dennedy | Fix build on OS X and MinGW. |
commit | commitdiff | tree | snapshot |
2015-03-03 |
Steinar H.... | Use thread-local locale. |
commit | commitdiff | tree | snapshot |
2015-02-23 |
Steinar H.... | In ResampleEffect, ignore near-zero weights when combining. |
commit | commitdiff | tree | snapshot |
2015-02-23 |
Steinar H.... | Use the F16C instruction set when available. |
commit | commitdiff | tree | snapshot |
2015-02-23 |
Steinar H.... | Revert the optimization of the bilinear weights. |
commit | commitdiff | tree | snapshot |
2015-02-22 |
Steinar H.... | Update a comment that wasn't really wrong, but less... |
commit | commitdiff | tree | snapshot |
2015-02-22 |
Steinar H.... | Bring the variable names in optimize_sum_sq_error(... |
commit | commitdiff | tree | snapshot |
2015-02-22 |
Steinar H.... | In ResampleEffect, optimize the bilinear weights on... |
commit | commitdiff | tree | snapshot |
2015-02-21 |
Steinar H.... | Make ResampleEffect fall back to fp32 as needed. |
commit | commitdiff | tree | snapshot |
2015-02-21 |
Steinar H.... | Make combine_two_samples() into a template instead... |
commit | commitdiff | tree | snapshot |
2015-02-21 |
Steinar H.... | Fix combining in ResampleEffect again. |
commit | commitdiff | tree | snapshot |
2015-02-21 |
Steinar H.... | Add some fp16 conversion overloads, for making code... |
commit | commitdiff | tree | snapshot |
2015-02-21 |
Steinar H.... | When combining samples, take fp16 rounding into account. |
commit | commitdiff | tree | snapshot |
2015-02-20 |
Steinar H.... | In ResampleEffect, use a struct instead of manually... |
commit | commitdiff | tree | snapshot |
2015-01-15 |
Steinar H.... | Check for __APPLE__ instead of __DARWIN__. |
commit | commitdiff | tree | snapshot |
2014-12-22 |
Steinar H.... | Make number of BlurEffect taps configurable. |
commit | commitdiff | tree | snapshot |
2014-10-16 |
Steinar H.... | Fix some typos that would cause the sampler number... |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Steinar H.... | Release Movit 1.1.2. 1.1.2 |
commit | commitdiff | tree | snapshot |
2014-07-26 |
Steinar H.... | Correct the number of blur taps read. |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Steinar H.... | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2014-06-17 |
Steinar H.... | When the texture freelist is too large, cut from the... |
commit | commitdiff | tree | snapshot |
2014-05-08 |
Steinar H.... | Do not export inlines from the shared library by defaul... |
commit | commitdiff | tree | snapshot |
2014-04-12 |
Steinar H.... | Release Movit 1.1.1. 1.1.1 |
commit | commitdiff | tree | snapshot |
2014-04-12 |
Steinar H.... | Fix an issue where we could take an FBO off a freelist... |
commit | commitdiff | tree | snapshot |
2014-04-09 |
Steinar H.... | Release Movit 1.1. 1.1 |
commit | commitdiff | tree | snapshot |
2014-04-09 |
Dan Horák | use Requires for the libs movit depends on |
commit | commitdiff | tree | snapshot |
2014-04-06 |
Steinar H.... | Properly restore the LC_NUMERIC locale after finalizing. |
commit | commitdiff | tree | snapshot |
2014-04-05 |
Steinar H.... | Fix a leak in DiffusionEffect in an edge case. |
commit | commitdiff | tree | snapshot |
2014-04-03 |
Steinar H.... | Rewrite extension checking. |
commit | commitdiff | tree | snapshot |
2014-04-03 |
Steinar H.... | Loosen up the 0.499 vs. 0.501 subpixel resample test. |
commit | commitdiff | tree | snapshot |
2014-04-03 |
Steinar H.... | Re-add resample kernel normalization, which was broken... |
commit | commitdiff | tree | snapshot |
2014-04-03 |
Steinar H.... | Fix a bug where having two DeconvolutionSharpenEffects... |
commit | commitdiff | tree | snapshot |
2014-04-01 |
Steinar H.... | Add zooming to ResampleEffect. |
commit | commitdiff | tree | snapshot |
2014-03-30 |
Steinar H.... | Fix a bug when scaling and doing offset at the same... |
commit | commitdiff | tree | snapshot |
2014-03-29 |
Steinar H.... | Add support for offsets in ResampleEffect. |
commit | commitdiff | tree | snapshot |
2014-03-29 |
Steinar H.... | Add some asserts. |
commit | commitdiff | tree | snapshot |
2014-03-28 |
Steinar H.... | Merge branch 'epoxy' |
commit | commitdiff | tree | snapshot |
2014-03-27 |
Dan Dennedy | Fix typo in luma_mix shader. |
commit | commitdiff | tree | snapshot |
2014-03-27 |
Steinar H.... | Add a inverse flag to LumaMixEffect. |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Steinar H.... | Make the ResourcePool hold FBOs as a per-context resource. |
commit | commitdiff | tree | snapshot |
2014-03-25 |
Steinar H.... | Hack around FBO/VAO sharability issues. |
commit | commitdiff | tree | snapshot |
2014-03-25 |
Steinar H.... | Add proper formats for RGB without alpha. |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Steinar H.... | Add proper formats for sRGB without alpha. epoxy |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Steinar H.... | Fix a typo in the make install target. |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Steinar H.... | Merge branch 'epoxy' of ssh://pannekake.samfundet.no... |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Steinar H.... | We switched to #version 300 es shaders for GLES a while... |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Steinar H.... | Add some skeleton code for using GL_ARB_debug_output... |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Steinar H.... | Merge branch 'master' |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Steinar H.... | Improve macro hygiene in .frag files slightly. |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Steinar H.... | Fix a small overallocation. |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Steinar H.... | Cache the FFT support texture. |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Steinar H.... | Use a smaller support texture for the FFT. |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Steinar H.... | Fix a tiny leak (that would cause an assertion failure... |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Steinar H.... | Stop the FFTPassEffect Repeat test after FFT size 128. |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Steinar H.... | Merge branch 'master' into epoxy |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Steinar H.... | Factor out the actual phase execution into a function. |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Steinar H.... | Factor out RTT sampler setting in its own function. |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Steinar H.... | Merge branch 'master' into epoxy |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Steinar H.... | Redo FBO association yet again, this time per-texture. |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Steinar H.... | Have separate FBOs per resolution and format. |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Steinar H.... | Remove obsolete comment. |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Steinar H.... | Fix a buffer overflow in MixEffectTest. |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Steinar H.... | Convert another glReadPixels() to RGBA. |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Steinar H.... | Properly ignore the sign bit when comparing NaNs. |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Steinar H.... | Ditch BGRA use in OverlayEffectTest. |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Steinar H.... | Fix non-float framebuffers in EffectChainTester. |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Steinar H.... | Remove unused private members from FFTConvolutionEffect. |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Steinar H.... | Use the right internal format for FORMAT_R non-float... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Steinar H.... | Add a few check_error() calls. |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Steinar H.... | Don't use GL_RGBA32F/GL_RGBA16F with GL_UNSIGNED_BYTE. |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Steinar H.... | Document that we can now run on core and ES contexts. |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Steinar H.... | Add support for multiple shader models. |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Steinar H.... | Check for GLES in init_movit(). |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Steinar H.... | Fix a buffer overflow in MixEffectTest. |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Steinar H.... | Make handling of non-RGBA sRGB textures more consistent. |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Steinar H.... | Convert another glReadPixels() to RGBA. |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Steinar H.... | Fix a few signed/unsigned warnings. |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Steinar H.... | Properly ignore the sign bit when comparing NaNs. |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Steinar H.... | Emulate glReadPixels of GL_ALPHA. |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Steinar H.... | Ditch BGRA use in OverlayEffectTest. |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Steinar H.... | Emulate glReadPixels of GL_BLUE. |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Steinar H.... | Stop using BGR, BGRA and grayscale formats. |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Steinar H.... | Do not store RGB textures with RGBA internal format. |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Steinar H.... | Fix non-float framebuffers in EffectChainTester. |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Steinar H.... | Add some precision statements to make GLES slightly... |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Steinar H.... | Remove unused private members from FFTConvolutionEffect. |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Steinar H.... | Some GLES fixes in ResourcePool::create_2d_texture(). |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Steinar H.... | Do not glReadPixels() with type GL_RED. |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Steinar H.... | Use the right internal format for FORMAT_R non-float... |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Steinar H.... | Add a few check_error() calls. |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Steinar H.... | Don't use GL_RGBA32F/GL_RGBA16F with GL_UNSIGNED_BYTE. |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Steinar H.... | Add a temporary variable to reduce the amount of tediou... |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Steinar H.... | Fix a typo. |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Steinar H.... | Merge branch 'epoxy' into epoxy |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Steinar H.... | Merge branch 'master' into epoxy |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Steinar H.... | Reduce the amount of arithmetic in the BlurEffect shade... |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Steinar H.... | Make VAOs persistent. |
commit | commitdiff | tree | snapshot |
next |