2016-02-23 |
Steinar H.... | Release Movit 1.3.2. (From a branch, since I do not... 1.3.x-release 1.3.2 |
commit | commitdiff | tree | snapshot |
2016-02-23 |
Steinar H.... | Make the sRGB intermediate test slightly more stringent... |
commit | commitdiff | tree | snapshot |
2016-02-22 |
Steinar H.... | Make sRGBIntermediate test less sensitive to the exact... |
commit | commitdiff | tree | snapshot |
2016-02-20 |
Steinar H.... | Require OpenGL 3.0 unconditionally; this is a no-op... |
commit | commitdiff | tree | snapshot |
2016-02-20 |
Steinar H.... | Allow setting the intermediate texture format; useful... |
commit | commitdiff | tree | snapshot |
2016-02-20 |
Steinar H.... | Make timer query objects polled asynchronously, so... |
commit | commitdiff | tree | snapshot |
2016-02-20 |
Steinar H.... | Remove an extern definition that no longer exists. |
commit | commitdiff | tree | snapshot |
2016-02-20 |
Steinar H.... | Correct/update a comment on rounding. |
commit | commitdiff | tree | snapshot |
2016-02-20 |
Steinar H.... | Make gamma polynomial constants into an array; slightly... |
commit | commitdiff | tree | snapshot |
2016-02-17 |
Jean-Baptiste... | Fix initialisation on locale with comma as numerical... |
commit | commitdiff | tree | snapshot |
2016-02-16 |
Steinar H.... | Release Movit 1.3.1. 1.3.1 |
commit | commitdiff | tree | snapshot |
2016-02-09 |
Steinar H.... | Add deinterlace_effect_test from .gitignore. Reported... |
commit | commitdiff | tree | snapshot |
2016-02-09 |
Steinar H.... | 2016 README updates. |
commit | commitdiff | tree | snapshot |
2016-02-07 |
Steinar H.... | Remove GL_GLEXT_PROTOTYPES from some files, since it... |
commit | commitdiff | tree | snapshot |
2016-02-07 |
Steinar H.... | Remove the check for movit_shader_rounding_supported... |
commit | commitdiff | tree | snapshot |
2016-02-07 |
Steinar H.... | Do not bother with unbinding vertex attributes; that... |
commit | commitdiff | tree | snapshot |
2016-02-07 |
Steinar H.... | Remove a few unneeded shader program switches. |
commit | commitdiff | tree | snapshot |
2016-02-07 |
Steinar H.... | Optimize VAO/VBO usage for minimal state changes. |
commit | commitdiff | tree | snapshot |
2016-02-06 |
Steinar H.... | Revert "Reuse the VAO across all phases." |
commit | commitdiff | tree | snapshot |
2016-01-31 |
Steinar H.... | Release Movit 1.3.0. 1.3.0 |
commit | commitdiff | tree | snapshot |
2016-01-31 |
Steinar H.... | In OverlayEffect, add support for swapping the inputs. |
commit | commitdiff | tree | snapshot |
2016-01-25 |
Steinar H.... | Use ryg's much faster fp16 conversion code. |
commit | commitdiff | tree | snapshot |
2016-01-16 |
Steinar H.... | Make all fp16 routines work with fp32 as input instead... |
commit | commitdiff | tree | snapshot |
2015-12-24 |
Steinar H.... | Unbreak some effects that were broken by 0c821b2e. |
commit | commitdiff | tree | snapshot |
2015-12-24 |
Steinar H.... | Make shader generation more deterministic by removing... |
commit | commitdiff | tree | snapshot |
2015-12-24 |
Steinar H.... | Increase version number after YADIF. |
commit | commitdiff | tree | snapshot |
2015-12-21 |
Steinar H.... | Add a deinterlacer based on YADIF. |
commit | commitdiff | tree | snapshot |
2015-12-21 |
Steinar H.... | Add even long convenience overloads for add_effect(). |
commit | commitdiff | tree | snapshot |
2015-12-21 |
Steinar H.... | Make register_int call register_uniform_int, now that... |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Steinar H.... | Revert "Add a hack to use #version 110 but keep using... |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Steinar H.... | Fix a crash in a unit test if nb_NO.UTF-8 is not available. |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Steinar H.... | Use libpng instead of the older libpng12; seemingly... |
commit | commitdiff | tree | snapshot |
2015-12-13 |
Steinar H.... | Fix some stack overflows in unit tests; found with... |
commit | commitdiff | tree | snapshot |
2015-12-13 |
Steinar H.... | Fix a stack overflow in ResampleEffectTest. |
commit | commitdiff | tree | snapshot |
2015-12-13 |
Steinar H.... | Work around a rounding precision issue that would cause... |
commit | commitdiff | tree | snapshot |
2015-12-13 |
Steinar H.... | Fix a double scaling issue in Y'CbCr conversion. |
commit | commitdiff | tree | snapshot |
2015-12-12 |
Steinar H.... | Explicitly bind fragment shader outputs in order. |
commit | commitdiff | tree | snapshot |
2015-12-12 |
Steinar H.... | Add a hack to use #version 110 but keep using 130 featu... |
commit | commitdiff | tree | snapshot |
2015-11-22 |
Steinar H.... | Stop linking widgets.o into the shared library. |
commit | commitdiff | tree | snapshot |
2015-11-22 |
Steinar H.... | Add the missing two array uniform types. |
commit | commitdiff | tree | snapshot |
2015-11-21 |
Steinar H.... | Allow setting width/height on FlatInput and YCbCrInput... |
commit | commitdiff | tree | snapshot |
2015-11-01 |
Steinar H.... | Forgot to increment version.h for bounce override;... |
commit | commitdiff | tree | snapshot |
2015-11-01 |
Steinar H.... | Add a function to let non-input effects override textur... |
commit | commitdiff | tree | snapshot |
2015-11-01 |
Steinar H.... | Add some earlier check_error() calls so that we do... |
commit | commitdiff | tree | snapshot |
2015-10-08 |
Steinar H.... | Install identity.frag; it is needed for ResizeEffect. |
commit | commitdiff | tree | snapshot |
2015-10-07 |
Steinar H.... | Fix another #if issue, this time in dither_effect.frag... |
commit | commitdiff | tree | snapshot |
2015-10-07 |
Steinar H.... | Install the new GLSL 1.50 shaders. |
commit | commitdiff | tree | snapshot |
2015-10-07 |
Steinar H.... | Make the demo program run with core contexts. |
commit | commitdiff | tree | snapshot |
2015-10-07 |
Steinar H.... | Add separate shaders for GLSL 1.50. |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Steinar H.... | Fix GLSL compilation errors on some drivers. |
commit | commitdiff | tree | snapshot |
2015-10-05 |
Steinar H.... | Make get_current_context_identifier() understand EGL. |
commit | commitdiff | tree | snapshot |
2015-10-05 |
Steinar H.... | Disable dither explicitly per frame; fixes some weird... |
commit | commitdiff | tree | snapshot |
2015-10-05 |
Steinar H.... | Call init_lanczos_table() once instead of checking... |
commit | commitdiff | tree | snapshot |
2015-10-05 |
Steinar H.... | Get rid of a bunch of STL inefficiencies in FBO freelis... |
commit | commitdiff | tree | snapshot |
2015-10-05 |
Steinar H.... | Support GL_RGB565 targets. |
commit | commitdiff | tree | snapshot |
2015-10-05 |
Steinar H.... | Bump version number after support for external OpenGL... |
commit | commitdiff | tree | snapshot |
2015-10-05 |
Steinar H.... | Make FlatInput and YCbCrInput support taking in externa... |
commit | commitdiff | tree | snapshot |
2015-10-04 |
Steinar H.... | Unbreak make install after the last changes. |
commit | commitdiff | tree | snapshot |
2015-10-04 |
Steinar H.... | Some small cleanups after we got rid of GLSL 1.10;... |
commit | commitdiff | tree | snapshot |
2015-10-04 |
Steinar H.... | Allow dual Y'CbCr/RGBA outputs. |
commit | commitdiff | tree | snapshot |
2015-10-04 |
Steinar H.... | Remove support for GLSL 1.10. |
commit | commitdiff | tree | snapshot |
2015-09-25 |
Steinar H.... | In ycbcr_conversion_effect_test, use a non-float frameb... |
commit | commitdiff | tree | snapshot |
2015-09-25 |
Steinar H.... | Fix a buffer overflow in ycbcr_conversion_effect_test. |
commit | commitdiff | tree | snapshot |
2015-09-24 |
Steinar H.... | Release Movit 1.2.0. 1.2.0 |
commit | commitdiff | tree | snapshot |
2015-09-24 |
Steinar H.... | In ResampleEffect, precompute the Lanczos function... |
commit | commitdiff | tree | snapshot |
2015-09-24 |
Steinar H.... | Fix a bug where combined fp16 weights would be horribly... |
commit | commitdiff | tree | snapshot |
2015-09-22 |
Steinar H.... | Microoptimization in ResampleEffect. |
commit | commitdiff | tree | snapshot |
2015-09-17 |
Steinar H.... | Add a mode for YCbCrInput where Cb and Cr are in the... |
commit | commitdiff | tree | snapshot |
2015-09-17 |
Steinar H.... | In ResampleEffect, be more aggressive about giving... |
commit | commitdiff | tree | snapshot |
2015-09-17 |
Steinar H.... | Reduce the amount of computation in combine_two_samples(). |
commit | commitdiff | tree | snapshot |
2015-09-16 |
Steinar H.... | Add support for overriding the output origin. |
commit | commitdiff | tree | snapshot |
2015-09-16 |
Steinar H.... | Add support for Y'CbCr output split between multiple... |
commit | commitdiff | tree | snapshot |
2015-09-16 |
Steinar H.... | Make EffectChainTester capable of testing chains with... |
commit | commitdiff | tree | snapshot |
2015-09-16 |
Steinar H.... | In EffectChainTester, there is no point in making the... |
commit | commitdiff | tree | snapshot |
2015-09-16 |
Steinar H.... | Small refactoring in EffectChainTester. |
commit | commitdiff | tree | snapshot |
2015-09-16 |
Steinar H.... | Support multi-texture FBOs in ResourcePool. |
commit | commitdiff | tree | snapshot |
2015-09-16 |
Steinar H.... | Add some check_error() for shaders miscompiling. |
commit | commitdiff | tree | snapshot |
2015-09-13 |
Steinar H.... | Reuse the VAO across all phases. |
commit | commitdiff | tree | snapshot |
2015-09-13 |
Steinar H.... | Help the compiler out a tiny bit. |
commit | commitdiff | tree | snapshot |
2015-09-13 |
Steinar H.... | Reduce the boilerplate around uniforms a bit. |
commit | commitdiff | tree | snapshot |
2015-09-13 |
Steinar H.... | Cleanup: Make uniforms for RTT samplers like all other... |
commit | commitdiff | tree | snapshot |
2015-09-13 |
Steinar H.... | Handle sampler2D uniforms specially. |
commit | commitdiff | tree | snapshot |
2015-09-13 |
Steinar H.... | Rework uniform setting. |
commit | commitdiff | tree | snapshot |
2015-09-13 |
Steinar H.... | Add default constructors to Point2D/RGBTuple/RGBATuple... |
commit | commitdiff | tree | snapshot |
2015-09-13 |
Steinar H.... | Add a version header file to help clients that need... |
commit | commitdiff | tree | snapshot |
2015-09-09 |
Steinar H.... | Update README: It's now 2015. :-) |
commit | commitdiff | tree | snapshot |
2015-09-09 |
Steinar H.... | Add support for Y'CbCr output. |
commit | commitdiff | tree | snapshot |
2015-09-08 |
Steinar H.... | Prepare for better understanding of 10- and 12-bit... |
commit | commitdiff | tree | snapshot |
2015-09-06 |
Steinar H.... | Minor optimization in ResampleEffect: Set less GL state. |
commit | commitdiff | tree | snapshot |
2015-09-05 |
Steinar H.... | Make the PaddingEffect border 1-pixel soft. |
commit | commitdiff | tree | snapshot |
2015-09-05 |
Steinar H.... | Fix a comment. |
commit | commitdiff | tree | snapshot |
2015-09-05 |
Steinar H.... | Mark ResampleEffect as not one-to-one sampling. |
commit | commitdiff | tree | snapshot |
2015-09-02 |
Steinar H.... | Collapse passes more aggressively in the face of size... |
commit | commitdiff | tree | snapshot |
2015-09-02 |
Steinar H.... | Convert an overly cut-and-pasted comment for AlphaDivis... |
commit | commitdiff | tree | snapshot |
2015-09-02 |
Steinar H.... | Draw an oversized triangle instead of a quad. |
commit | commitdiff | tree | snapshot |
2015-09-01 |
Steinar H.... | Propagate size correctly across effects that change... |
commit | commitdiff | tree | snapshot |
2015-08-31 |
Steinar H.... | Fix broken YCbCr subpixel positioning. Caught by the... |
commit | commitdiff | tree | snapshot |
2015-08-31 |
Steinar H.... | Support timer queries for phases. |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Steinar H.... | Add ycbcr.h to HDRS. |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Steinar H.... | Do some IEEE trickery to help the shader optimizer... |
commit | commitdiff | tree | snapshot |
next |