2016-02-07 |
Steinar H. Gunderson | Do not bother with unbinding vertex attributes; that...
|
commit | commitdiff | tree |
2016-02-07 |
Steinar H. Gunderson | Remove a few unneeded shader program switches.
|
commit | commitdiff | tree |
2016-02-07 |
Steinar H. Gunderson | Optimize VAO/VBO usage for minimal state changes.
|
commit | commitdiff | tree |
2016-02-06 |
Steinar H. Gunderson | Revert "Reuse the VAO across all phases."
|
commit | commitdiff | tree |
2016-01-31 |
Steinar H. Gunderson | Release Movit 1.3.0.
|
commit | commitdiff | tree |
2016-01-31 |
Steinar H. Gunderson | In OverlayEffect, add support for swapping the inputs.
|
commit | commitdiff | tree |
2016-01-25 |
Steinar H. Gunderson | Use ryg's much faster fp16 conversion code.
|
commit | commitdiff | tree |
2016-01-16 |
Steinar H. Gunderson | Make all fp16 routines work with fp32 as input instead...
|
commit | commitdiff | tree |
2015-12-24 |
Steinar H. Gunderson | Unbreak some effects that were broken by 0c821b2e.
|
commit | commitdiff | tree |
2015-12-24 |
Steinar H. Gunderson | Make shader generation more deterministic by removing...
|
commit | commitdiff | tree |
2015-12-24 |
Steinar H. Gunderson | Increase version number after YADIF.
|
commit | commitdiff | tree |
2015-12-21 |
Steinar H. Gunderson | Add a deinterlacer based on YADIF.
|
commit | commitdiff | tree |
2015-12-21 |
Steinar H. Gunderson | Add even long convenience overloads for add_effect().
|
commit | commitdiff | tree |
2015-12-21 |
Steinar H. Gunderson | Make register_int call register_uniform_int, now that...
|
commit | commitdiff | tree |
2015-12-14 |
Steinar H. Gunderson | Revert "Add a hack to use #version 110 but keep using...
|
commit | commitdiff | tree |
2015-12-14 |
Steinar H. Gunderson | Fix a crash in a unit test if nb_NO.UTF-8 is not available.
|
commit | commitdiff | tree |
2015-12-14 |
Steinar H. Gunderson | Use libpng instead of the older libpng12; seemingly...
|
commit | commitdiff | tree |
2015-12-13 |
Steinar H. Gunderson | Fix some stack overflows in unit tests; found with...
|
commit | commitdiff | tree |
2015-12-13 |
Steinar H. Gunderson | Fix a stack overflow in ResampleEffectTest.
|
commit | commitdiff | tree |
2015-12-13 |
Steinar H. Gunderson | Work around a rounding precision issue that would cause...
|
commit | commitdiff | tree |
2015-12-13 |
Steinar H. Gunderson | Fix a double scaling issue in Y'CbCr conversion.
|
commit | commitdiff | tree |
2015-12-12 |
Steinar H. Gunderson | Explicitly bind fragment shader outputs in order.
|
commit | commitdiff | tree |
2015-12-12 |
Steinar H. Gunderson | Add a hack to use #version 110 but keep using 130 features...
|
commit | commitdiff | tree |
2015-11-22 |
Steinar H. Gunderson | Stop linking widgets.o into the shared library.
|
commit | commitdiff | tree |
2015-11-22 |
Steinar H. Gunderson | Add the missing two array uniform types.
|
commit | commitdiff | tree |
2015-11-21 |
Steinar H. Gunderson | Allow setting width/height on FlatInput and YCbCrInput...
|
commit | commitdiff | tree |
2015-11-01 |
Steinar H. Gunderson | Forgot to increment version.h for bounce override;...
|
commit | commitdiff | tree |
2015-11-01 |
Steinar H. Gunderson | Add a function to let non-input effects override texture...
|
commit | commitdiff | tree |
2015-11-01 |
Steinar H. Gunderson | Add some earlier check_error() calls so that we do...
|
commit | commitdiff | tree |
2015-10-08 |
Steinar H. Gunderson | Install identity.frag; it is needed for ResizeEffect.
|
commit | commitdiff | tree |
2015-10-07 |
Steinar H. Gunderson | Fix another #if issue, this time in dither_effect.frag...
|
commit | commitdiff | tree |
2015-10-07 |
Steinar H. Gunderson | Install the new GLSL 1.50 shaders.
|
commit | commitdiff | tree |
2015-10-07 |
Steinar H. Gunderson | Make the demo program run with core contexts.
|
commit | commitdiff | tree |
2015-10-07 |
Steinar H. Gunderson | Add separate shaders for GLSL 1.50.
|
commit | commitdiff | tree |
2015-10-06 |
Steinar H. Gunderson | Fix GLSL compilation errors on some drivers.
|
commit | commitdiff | tree |
2015-10-05 |
Steinar H. Gunderson | Make get_current_context_identifier() understand EGL.
|
commit | commitdiff | tree |
2015-10-05 |
Steinar H. Gunderson | Disable dither explicitly per frame; fixes some weird...
|
commit | commitdiff | tree |
2015-10-05 |
Steinar H. Gunderson | Call init_lanczos_table() once instead of checking...
|
commit | commitdiff | tree |
2015-10-05 |
Steinar H. Gunderson | Get rid of a bunch of STL inefficiencies in FBO freelist...
|
commit | commitdiff | tree |
2015-10-05 |
Steinar H. Gunderson | Support GL_RGB565 targets.
|
commit | commitdiff | tree |
2015-10-05 |
Steinar H. Gunderson | Bump version number after support for external OpenGL...
|
commit | commitdiff | tree |
2015-10-05 |
Steinar H. Gunderson | Make FlatInput and YCbCrInput support taking in external...
|
commit | commitdiff | tree |
2015-10-04 |
Steinar H. Gunderson | Unbreak make install after the last changes.
|
commit | commitdiff | tree |
2015-10-04 |
Steinar H. Gunderson | Some small cleanups after we got rid of GLSL 1.10;...
|
commit | commitdiff | tree |
2015-10-04 |
Steinar H. Gunderson | Allow dual Y'CbCr/RGBA outputs.
|
commit | commitdiff | tree |
2015-10-04 |
Steinar H. Gunderson | Remove support for GLSL 1.10.
|
commit | commitdiff | tree |
2015-09-25 |
Steinar H. Gunderson | In ycbcr_conversion_effect_test, use a non-float framebuffer.
|
commit | commitdiff | tree |
2015-09-25 |
Steinar H. Gunderson | Fix a buffer overflow in ycbcr_conversion_effect_test.
|
commit | commitdiff | tree |
2015-09-24 |
Steinar H. Gunderson | Release Movit 1.2.0.
|
commit | commitdiff | tree |
2015-09-24 |
Steinar H. Gunderson | In ResampleEffect, precompute the Lanczos function...
|
commit | commitdiff | tree |
2015-09-24 |
Steinar H. Gunderson | Fix a bug where combined fp16 weights would be horribly...
|
commit | commitdiff | tree |
2015-09-22 |
Steinar H. Gunderson | Microoptimization in ResampleEffect.
|
commit | commitdiff | tree |
2015-09-17 |
Steinar H. Gunderson | Add a mode for YCbCrInput where Cb and Cr are in the...
|
commit | commitdiff | tree |
2015-09-17 |
Steinar H. Gunderson | In ResampleEffect, be more aggressive about giving...
|
commit | commitdiff | tree |
2015-09-17 |
Steinar H. Gunderson | Reduce the amount of computation in combine_two_samples().
|
commit | commitdiff | tree |
2015-09-16 |
Steinar H. Gunderson | Add support for overriding the output origin.
|
commit | commitdiff | tree |
2015-09-16 |
Steinar H. Gunderson | Add support for Y'CbCr output split between multiple...
|
commit | commitdiff | tree |
2015-09-16 |
Steinar H. Gunderson | Make EffectChainTester capable of testing chains with...
|
commit | commitdiff | tree |
2015-09-16 |
Steinar H. Gunderson | In EffectChainTester, there is no point in making the...
|
commit | commitdiff | tree |
2015-09-16 |
Steinar H. Gunderson | Small refactoring in EffectChainTester.
|
commit | commitdiff | tree |
2015-09-16 |
Steinar H. Gunderson | Support multi-texture FBOs in ResourcePool.
|
commit | commitdiff | tree |
2015-09-16 |
Steinar H. Gunderson | Add some check_error() for shaders miscompiling.
|
commit | commitdiff | tree |
2015-09-13 |
Steinar H. Gunderson | Reuse the VAO across all phases.
|
commit | commitdiff | tree |
2015-09-13 |
Steinar H. Gunderson | Help the compiler out a tiny bit.
|
commit | commitdiff | tree |
2015-09-13 |
Steinar H. Gunderson | Reduce the boilerplate around uniforms a bit.
|
commit | commitdiff | tree |
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 |
next |