2015-09-13 |
Steinar H. Gunderson | Cleanup: Make uniforms for RTT samplers like all other...
|
commit | commitdiff | tree |
2015-09-13 |
Steinar H. Gunderson | Handle sampler2D uniforms specially.
|
commit | commitdiff | tree |
2015-09-13 |
Steinar H. Gunderson | Rework uniform setting.
|
commit | commitdiff | tree |
2015-09-13 |
Steinar H. Gunderson | Add default constructors to Point2D/RGBTuple/RGBATuple...
|
commit | commitdiff | tree |
2015-09-13 |
Steinar H. Gunderson | Add a version header file to help clients that need...
|
commit | commitdiff | tree |
2015-09-09 |
Steinar H. Gunderson | Update README: It's now 2015. :-)
|
commit | commitdiff | tree |
2015-09-09 |
Steinar H. Gunderson | Add support for Y'CbCr output.
|
commit | commitdiff | tree |
2015-09-08 |
Steinar H. Gunderson | Prepare for better understanding of 10- and 12-bit...
|
commit | commitdiff | tree |
2015-09-06 |
Steinar H. Gunderson | Minor optimization in ResampleEffect: Set less GL state.
|
commit | commitdiff | tree |
2015-09-05 |
Steinar H. Gunderson | Make the PaddingEffect border 1-pixel soft.
|
commit | commitdiff | tree |
2015-09-05 |
Steinar H. Gunderson | Fix a comment.
|
commit | commitdiff | tree |
2015-09-05 |
Steinar H. Gunderson | Mark ResampleEffect as not one-to-one sampling.
|
commit | commitdiff | tree |
2015-09-02 |
Steinar H. Gunderson | Collapse passes more aggressively in the face of size...
|
commit | commitdiff | tree |
2015-09-02 |
Steinar H. Gunderson | Convert an overly cut-and-pasted comment for AlphaDivisionEf...
|
commit | commitdiff | tree |
2015-09-02 |
Steinar H. Gunderson | Draw an oversized triangle instead of a quad.
|
commit | commitdiff | tree |
2015-09-01 |
Steinar H. Gunderson | Propagate size correctly across effects that change...
|
commit | commitdiff | tree |
2015-08-31 |
Steinar H. Gunderson | Fix broken YCbCr subpixel positioning. Caught by the...
|
commit | commitdiff | tree |
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-05 |
Dan Dennedy | Fix build on OS X and MinGW.
|
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-09 |
Dan Horák | use Requires for the libs movit depends on
|
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 |
Dan Dennedy | Fix typo in luma_mix shader.
|
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 |
next |