]> git.sesse.net Git - movit/shortlog
movit
2018-01-18 Steinar H.... Break phases when a node needs both to supply mipmaps...
2018-01-18 Steinar H.... Add explicit support for requesting no mipmaps.
2018-01-15 Steinar H.... Refactor calculate_scaling_weights() so that it is...
2018-01-15 Steinar H.... Microoptimization in calculate_scaling_weights.
2018-01-14 Steinar H.... Fix some small whitespace errors in SingleResamplePassE...
2018-01-14 Steinar H.... In ResampleEffect, use std::unique_ptr instead of manag...
2018-01-14 Steinar H.... Move the functionality for updating the support texture...
2018-01-08 Steinar H.... Another benchmarking data set fix.
2018-01-02 Steinar H.... Make sure we do not send infinities to benchmarking...
2017-12-29 Steinar H.... Loosen up a bound in ResampleEffectTest a bit.
2017-12-29 Steinar H.... Add output size as a uniform to compute shaders, as...
2017-12-28 Steinar H.... Reduce the amount of duplication between overloads...
2017-12-28 Steinar H.... Change the resampling tests to fp16 (arguably more...
2017-12-28 Steinar H.... Remove an unused parameter in EffectChainTester.
2017-12-28 Steinar H.... Fix the uniform name for the compute shader output...
2017-12-10 Steinar H.... When a shader fails compilation, add some line numbers.
2017-11-26 Steinar H.... Run init_lanczos_table using std::call_once, now that...
2017-11-26 Steinar H.... Add a benchmark for calculate_scaling_weights().
2017-11-25 Steinar H.... Add some benchmarks for ResampleEffect.
2017-11-25 Steinar H.... Add missing test shader.
2017-11-25 Steinar H.... Update .gitignore.
2017-11-25 Steinar H.... Fix some warnings.
2017-11-25 Steinar H.... Make it easier to turn on debug for the EffectChain...
2017-11-25 Steinar H.... Fix resizing compute shaders when used with postprocess...
2017-11-25 Steinar H.... Support top-left origin for compute shaders.
2017-11-25 Steinar H.... Minor improvement to a test name.
2017-11-25 Steinar H.... Fix a bug where the wrong effect would be asked for...
2017-11-24 Steinar H.... Support chaining certain effects after compute shaders.
2017-11-24 Steinar H.... Small fix in EffectChainTester constructor.
2017-11-23 Steinar H.... Use C++11 override everywhere it is appropriate.
2017-11-23 Steinar H.... Fix a typo in ResizeEffect. Found by virtual → override...
2017-11-23 Steinar H.... Fix some Clang warnings.
2017-11-23 Steinar H.... Remove the unused fields from ResampleEffect; if we...
2017-11-22 Steinar H.... Fix another set of test breakages on NVIDIA.
2017-11-22 Steinar H.... Unbreak FBO caching in unit tests.
2017-11-22 Steinar H.... Install compute shaders on make install.
2017-11-22 Steinar H.... Manage intermediate textures a bit more efficiently.
2017-11-22 Steinar H.... Support sqrt-transformed intermediates with compute...
2017-11-22 Steinar H.... Move compute shader functions from the header to the...
2017-11-22 Steinar H.... Move the compute shader tests into effect_chain_test...
2017-11-22 Steinar H.... Support other output formats than GL_RGBA16F; was easie...
2017-11-22 Steinar H.... Do some more cleanups in anticipation of more flexible...
2017-11-21 Steinar H.... Support rendering compute shaders straight to textures...
2017-11-20 Steinar H.... Fix an issue where -std=gnu++11 would become the only...
2017-11-20 Steinar H.... Add a texture barrier after dispatching each compute...
2017-11-20 Steinar H.... Add some asserts to EffectChain::execute_phase, so...
2017-11-20 Steinar H.... Invert the meaning of the last_phase boolean to execute...
2017-11-20 Steinar H.... Use glGetTexImage() instead of glReadPixels() for readi...
2017-11-19 Steinar H.... Better error messages when skipping compute shader...
2017-11-19 Steinar H.... Implement a compute shdaer version of DeinterlaceEffect.
2017-11-19 Steinar H.... Reduce the clutter in instantiating benchmarks a little...
2017-11-19 Steinar H.... Add a helper class to easier test fragment and compute...
2017-11-18 Steinar H.... Fix compute shader outputs on NVIDIA.
2017-11-18 Steinar H.... Bump compute shader header to #version 150.
2017-11-18 Steinar H.... Drop support for SDL1, which is no longer maintained.
2017-11-18 Steinar H.... Use auto and range-based for loops a few places where...
2017-11-18 Steinar H.... More renaming of .compute -> .comp.
2017-11-18 Steinar H.... Fix an issue where matrices would not get printed out...
2017-11-18 Steinar H.... Add a benchmark for DeinterlaceTest without the spatial...
2017-11-18 Steinar H.... Rename .compute to .comp, to be in line with the Khrono...
2017-11-17 Steinar H.... Make BGRA deinterlacing benchmark premultiplied, so...
2017-11-16 Steinar H.... Parametrize BM_DeinterlaceEffect so that we have both...
2017-11-15 Steinar H.... Fix deletion of compute shaders.
2017-11-15 Steinar H.... Fix some missing NULL -> nullptr.
2017-11-15 Steinar H.... Revert "Remove C++11 dependency from ResampleEffect."
2017-11-15 Steinar H.... Use double right angle brackets for nested templates...
2017-11-15 Steinar H.... Use nullptr everywhere, now that we have C++11.
2017-11-15 Steinar H.... Add support for microbenchmarks.
2017-11-13 Steinar H.... Add support for compute shaders.
2017-11-13 Steinar H.... There's no need to #undef PREFIX, since we do the token...
2017-11-12 Steinar H.... Fix some invalid code in DeinterlaceTest; GCC 7 would...
2017-11-11 Steinar H.... Some refactoring in ResourcePool.
2017-09-16 Steinar H.... Add the GPLv2 license text.
2017-09-14 Pascal Massiminofix compile error: "error: variable-sized object ‘red_d...
2017-09-13 Steinar H.... Support negative values for lift in LiftGammaGainEffect.
2017-08-10 Steinar H.... Fix a typo.
2017-08-10 Steinar H.... Release Movit 1.5.3. 1.5.3
2017-08-08 Steinar H.... Add a notice to render_to_screen() that it might be...
2017-08-07 Steinar H.... Fix a leak if ResampleEffect is destroyed before being...
2017-08-03 Steinar H.... Fix fp16_test compilation _without_ f16c-enabled compil...
2017-08-01 Steinar H.... Fix fp16_test compilation with f16c-enabled compilation...
2017-08-01 Steinar H.... Remove C++11 dependency from ResampleEffect.
2017-07-28 Steinar H.... Fix a double-unlock.
2017-07-05 Steinar H.... Release Movit 1.5.2. 1.5.2
2017-07-05 Steinar H.... Add some room for future expansion in ResampleEffect...
2017-07-04 Steinar H.... Cache VAOs between runs.
2017-07-02 Steinar H.... Fix Makefile after fp16 removal.
2017-07-02 Steinar H.... Inline the fp16 conversion routines. Helps 18% on Resam...
2017-07-02 Steinar H.... Inline combine_two_samples (and remove an obsolete...
2017-07-02 Steinar H.... Some microoptimizations in combine_two_samples(). Saves...
2017-07-01 Steinar H.... Remove some unneeded conversions from ResampleEffect...
2017-07-01 Steinar H.... In ResampleEffect, split the weight calculation out...
2017-05-29 Steinar H.... Release Movit 1.5.1. (No ABI break, as only a new non... 1.5.1
2017-05-20 Steinar H.... Fix multiply-defined symbols with multiple YCbCrInputs...
2017-04-29 Steinar H.... Allow YCbCrInput to change input format after finalize.
2017-04-29 Steinar H.... In YCbCrInput, fix an issue where offsets would be...
2017-04-11 Steinar H.... Add a warning on FlatInput::set_texture_num() about...
2017-03-21 Steinar H.... Release Movit 1.5.0, including a small README update. 1.5.0
2017-03-15 Steinar H.... Loosen a test bound slightly for the benefit of NVIDIA...
2017-03-13 Steinar H.... Add an explanatory comment about dither with 16-bit...
next