2015-08-31 |
Steinar H. Gunderson | Support timer queries for phases.
|
commit | commitdiff | tree |
2015-07-30 |
Steinar H. Gunderson | Add ycbcr.h to HDRS.
|
commit | commitdiff | tree |
2015-07-30 |
Steinar H. Gunderson | Do some IEEE trickery to help the shader optimizer...
|
commit | commitdiff | tree |
2015-07-30 |
Steinar H. Gunderson | Use std::scientific when outputting floats, so we do...
|
commit | commitdiff | tree |
2015-07-30 |
Steinar H. Gunderson | If a shader fails to compile, output it for easier...
|
commit | commitdiff | tree |
2015-07-30 |
Steinar H. Gunderson | Add a missing entry in .gitignore.
|
commit | commitdiff | tree |
2015-07-30 |
Steinar H. Gunderson | Add a unit test for luma interpolation in YCbCr422Interleave...
|
commit | commitdiff | tree |
2015-07-30 |
Steinar H. Gunderson | Add a small note on unit testing of ycbcr.cpp.
|
commit | commitdiff | tree |
2015-07-30 |
Steinar H. Gunderson | Small whitespace fix.
|
commit | commitdiff | tree |
2015-07-29 |
Steinar H. Gunderson | Add an effect for 4:2:2 interleaved YCbCr input (UYVY).
|
commit | commitdiff | tree |
2015-07-29 |
Steinar H. Gunderson | Rename the YCbCrInput test to YCbCrInputTest, for consistency.
|
commit | commitdiff | tree |
2015-07-29 |
Steinar H. Gunderson | Small refactoring in YCbCrInput.
|
commit | commitdiff | tree |
2015-07-29 |
Steinar H. Gunderson | Unbreak YCbCrInput (it needs to still support setting...
|
commit | commitdiff | tree |
2015-07-28 |
Steinar H. Gunderson | Allow inputs to say they cannot support mipmaps.
|
commit | commitdiff | tree |
2015-07-28 |
Steinar H. Gunderson | Save a mul in YCbCrInput by folding the scaling into...
|
commit | commitdiff | tree |
2015-03-30 |
Steinar H. Gunderson | Fix a C++11-related warning.
|
commit | commitdiff | tree |
2015-03-29 |
Steinar H. Gunderson | Release Movit 1.1.3.
|
commit | commitdiff | tree |
2015-03-07 |
Steinar H. Gunderson | Make read_file() thread-safe.
|
commit | commitdiff | tree |
2015-03-07 |
Steinar H. Gunderson | Drop setting the locale altogether.
|
commit | commitdiff | tree |
2015-03-03 |
Steinar H. Gunderson | Use thread-local locale.
|
commit | commitdiff | tree |
2015-02-23 |
Steinar H. Gunderson | In ResampleEffect, ignore near-zero weights when combining.
|
commit | commitdiff | tree |
2015-02-23 |
Steinar H. Gunderson | Use the F16C instruction set when available.
|
commit | commitdiff | tree |
2015-02-23 |
Steinar H. Gunderson | Revert the optimization of the bilinear weights.
|
commit | commitdiff | tree |
2015-02-22 |
Steinar H. Gunderson | Update a comment that wasn't really wrong, but less...
|
commit | commitdiff | tree |
2015-02-22 |
Steinar H. Gunderson | Bring the variable names in optimize_sum_sq_error(...
|
commit | commitdiff | tree |
2015-02-22 |
Steinar H. Gunderson | In ResampleEffect, optimize the bilinear weights on...
|
commit | commitdiff | tree |
2015-02-21 |
Steinar H. Gunderson | Make ResampleEffect fall back to fp32 as needed.
|
commit | commitdiff | tree |
2015-02-21 |
Steinar H. Gunderson | Make combine_two_samples() into a template instead...
|
commit | commitdiff | tree |
2015-02-21 |
Steinar H. Gunderson | Fix combining in ResampleEffect again.
|
commit | commitdiff | tree |
2015-02-21 |
Steinar H. Gunderson | Add some fp16 conversion overloads, for making code...
|
commit | commitdiff | tree |
2015-02-21 |
Steinar H. Gunderson | When combining samples, take fp16 rounding into account.
|
commit | commitdiff | tree |
2015-02-20 |
Steinar H. Gunderson | In ResampleEffect, use a struct instead of manually...
|
commit | commitdiff | tree |
2015-01-15 |
Steinar H. Gunderson | Check for __APPLE__ instead of __DARWIN__.
|
commit | commitdiff | tree |
2014-12-22 |
Steinar H. Gunderson | Make number of BlurEffect taps configurable.
|
commit | commitdiff | tree |
2014-10-16 |
Steinar H. Gunderson | Fix some typos that would cause the sampler number...
|
commit | commitdiff | tree |
2014-08-12 |
Steinar H. Gunderson | Release Movit 1.1.2.
|
commit | commitdiff | tree |
2014-07-26 |
Steinar H. Gunderson | Correct the number of blur taps read.
|
commit | commitdiff | tree |
2014-07-21 |
Steinar H. Gunderson | Fix a typo in a comment.
|
commit | commitdiff | tree |
2014-06-17 |
Steinar H. Gunderson | When the texture freelist is too large, cut from the...
|
commit | commitdiff | tree |
2014-05-08 |
Steinar H. Gunderson | Do not export inlines from the shared library by default...
|
commit | commitdiff | tree |
2014-04-12 |
Steinar H. Gunderson | Release Movit 1.1.1.
|
commit | commitdiff | tree |
2014-04-12 |
Steinar H. Gunderson | Fix an issue where we could take an FBO off a freelist...
|
commit | commitdiff | tree |
2014-04-09 |
Steinar H. Gunderson | Release Movit 1.1.
|
commit | commitdiff | tree |
2014-04-06 |
Steinar H. Gunderson | Properly restore the LC_NUMERIC locale after finalizing.
|
commit | commitdiff | tree |
2014-04-05 |
Steinar H. Gunderson | Fix a leak in DiffusionEffect in an edge case.
|
commit | commitdiff | tree |
2014-04-03 |
Steinar H. Gunderson | Rewrite extension checking.
|
commit | commitdiff | tree |
2014-04-03 |
Steinar H. Gunderson | Loosen up the 0.499 vs. 0.501 subpixel resample test.
|
commit | commitdiff | tree |
2014-04-03 |
Steinar H. Gunderson | Re-add resample kernel normalization, which was broken...
|
commit | commitdiff | tree |
2014-04-03 |
Steinar H. Gunderson | Fix a bug where having two DeconvolutionSharpenEffects...
|
commit | commitdiff | tree |
2014-04-01 |
Steinar H. Gunderson | Add zooming to ResampleEffect.
|
commit | commitdiff | tree |
2014-03-30 |
Steinar H. Gunderson | Fix a bug when scaling and doing offset at the same...
|
commit | commitdiff | tree |
2014-03-29 |
Steinar H. Gunderson | Add support for offsets in ResampleEffect.
|
commit | commitdiff | tree |
2014-03-29 |
Steinar H. Gunderson | Add some asserts.
|
commit | commitdiff | tree |
2014-03-28 |
Steinar H. Gunderson | Merge branch 'epoxy'
|
commit | commitdiff | tree |
2014-03-27 |
Steinar H. Gunderson | Add a inverse flag to LumaMixEffect.
|
commit | commitdiff | tree |
2014-03-26 |
Steinar H. Gunderson | Make the ResourcePool hold FBOs as a per-context resource.
|
commit | commitdiff | tree |
2014-03-25 |
Steinar H. Gunderson | Hack around FBO/VAO sharability issues.
|
commit | commitdiff | tree |
2014-03-25 |
Steinar H. Gunderson | Add proper formats for RGB without alpha.
|
commit | commitdiff | tree |
2014-03-24 |
Steinar H. Gunderson | Add proper formats for sRGB without alpha.
|
commit | commitdiff | tree |
2014-03-24 |
Steinar H. Gunderson | Fix a typo in the make install target.
|
commit | commitdiff | tree |
2014-03-23 |
Steinar H. Gunderson | Merge branch 'epoxy' of ssh://pannekake.samfundet.no...
|
commit | commitdiff | tree |
2014-03-23 |
Steinar H. Gunderson | We switched to #version 300 es shaders for GLES a while...
|
commit | commitdiff | tree |
2014-03-23 |
Steinar H. Gunderson | Add some skeleton code for using GL_ARB_debug_output...
|
commit | commitdiff | tree |
2014-03-23 |
Steinar H. Gunderson | Merge branch 'master'
|
commit | commitdiff | tree |
2014-03-23 |
Steinar H. Gunderson | Improve macro hygiene in .frag files slightly.
|
commit | commitdiff | tree |
2014-03-22 |
Steinar H. Gunderson | Fix a small overallocation.
|
commit | commitdiff | tree |
2014-03-22 |
Steinar H. Gunderson | Cache the FFT support texture.
|
commit | commitdiff | tree |
2014-03-22 |
Steinar H. Gunderson | Use a smaller support texture for the FFT.
|
commit | commitdiff | tree |
2014-03-22 |
Steinar H. Gunderson | Fix a tiny leak (that would cause an assertion failure...
|
commit | commitdiff | tree |
2014-03-22 |
Steinar H. Gunderson | Stop the FFTPassEffect Repeat test after FFT size 128.
|
commit | commitdiff | tree |
2014-03-22 |
Steinar H. Gunderson | Merge branch 'master' into epoxy
|
commit | commitdiff | tree |
2014-03-22 |
Steinar H. Gunderson | Factor out the actual phase execution into a function.
|
commit | commitdiff | tree |
2014-03-22 |
Steinar H. Gunderson | Factor out RTT sampler setting in its own function.
|
commit | commitdiff | tree |
2014-03-22 |
Steinar H. Gunderson | Merge branch 'master' into epoxy
|
commit | commitdiff | tree |
2014-03-22 |
Steinar H. Gunderson | Redo FBO association yet again, this time per-texture.
|
commit | commitdiff | tree |
2014-03-21 |
Steinar H. Gunderson | Have separate FBOs per resolution and format.
|
commit | commitdiff | tree |
2014-03-21 |
Steinar H. Gunderson | Remove obsolete comment.
|
commit | commitdiff | tree |
2014-03-21 |
Steinar H. Gunderson | Fix a buffer overflow in MixEffectTest.
|
commit | commitdiff | tree |
2014-03-21 |
Steinar H. Gunderson | Convert another glReadPixels() to RGBA.
|
commit | commitdiff | tree |
2014-03-21 |
Steinar H. Gunderson | Properly ignore the sign bit when comparing NaNs.
|
commit | commitdiff | tree |
2014-03-21 |
Steinar H. Gunderson | Ditch BGRA use in OverlayEffectTest.
|
commit | commitdiff | tree |
2014-03-21 |
Steinar H. Gunderson | Fix non-float framebuffers in EffectChainTester.
|
commit | commitdiff | tree |
2014-03-21 |
Steinar H. Gunderson | Remove unused private members from FFTConvolutionEffect.
|
commit | commitdiff | tree |
2014-03-21 |
Steinar H. Gunderson | Use the right internal format for FORMAT_R non-float...
|
commit | commitdiff | tree |
2014-03-21 |
Steinar H. Gunderson | Add a few check_error() calls.
|
commit | commitdiff | tree |
2014-03-21 |
Steinar H. Gunderson | Don't use GL_RGBA32F/GL_RGBA16F with GL_UNSIGNED_BYTE.
|
commit | commitdiff | tree |
2014-03-21 |
Steinar H. Gunderson | Document that we can now run on core and ES contexts.
|
commit | commitdiff | tree |
2014-03-21 |
Steinar H. Gunderson | Add support for multiple shader models.
|
commit | commitdiff | tree |
2014-03-20 |
Steinar H. Gunderson | Check for GLES in init_movit().
|
commit | commitdiff | tree |
2014-03-20 |
Steinar H. Gunderson | Fix a buffer overflow in MixEffectTest.
|
commit | commitdiff | tree |
2014-03-20 |
Steinar H. Gunderson | Make handling of non-RGBA sRGB textures more consistent.
|
commit | commitdiff | tree |
2014-03-20 |
Steinar H. Gunderson | Convert another glReadPixels() to RGBA.
|
commit | commitdiff | tree |
2014-03-20 |
Steinar H. Gunderson | Fix a few signed/unsigned warnings.
|
commit | commitdiff | tree |
2014-03-20 |
Steinar H. Gunderson | Properly ignore the sign bit when comparing NaNs.
|
commit | commitdiff | tree |
2014-03-20 |
Steinar H. Gunderson | Emulate glReadPixels of GL_ALPHA.
|
commit | commitdiff | tree |
2014-03-20 |
Steinar H. Gunderson | Ditch BGRA use in OverlayEffectTest.
|
commit | commitdiff | tree |
2014-03-20 |
Steinar H. Gunderson | Emulate glReadPixels of GL_BLUE.
|
commit | commitdiff | tree |
2014-03-20 |
Steinar H. Gunderson | Stop using BGR, BGRA and grayscale formats.
|
commit | commitdiff | tree |
2014-03-20 |
Steinar H. Gunderson | Do not store RGB textures with RGBA internal format.
|
commit | commitdiff | tree |
2014-03-20 |
Steinar H. Gunderson | Fix non-float framebuffers in EffectChainTester.
|
commit | commitdiff | tree |
next |