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