2023-02-26 |
Steinar H.... | Stop installing shaders on make install. master |
commit | commitdiff | tree | snapshot |
2023-02-22 |
Steinar H.... | Compile shaders into the library. |
commit | commitdiff | tree | snapshot |
2021-12-02 |
Steinar H.... | Use exact sRGB matrix values. |
commit | commitdiff | tree | snapshot |
2019-07-07 |
Steinar H.... | Release Movit 1.6.3. 1.6.3 |
commit | commitdiff | tree | snapshot |
2019-07-07 |
Steinar H.... | Skip all the compute shader tests if there is no comput... |
commit | commitdiff | tree | snapshot |
2019-07-07 |
Steinar H.... | Add some missing shaders (required for running tests... |
commit | commitdiff | tree | snapshot |
2019-06-15 |
Steinar H.... | Fix an issue where temporary textures could be reused... |
commit | commitdiff | tree | snapshot |
2019-05-27 |
Steinar H.... | Convert a loop to range-based for. |
commit | commitdiff | tree | snapshot |
2019-05-27 |
Steinar H.... | Fix an issue where we'd add an unneeded bounce for... |
commit | commitdiff | tree | snapshot |
2019-05-27 |
Steinar H.... | Remove some unused samplers from ycbcr_conversion_effec... |
commit | commitdiff | tree | snapshot |
2018-06-23 |
Steinar H.... | Remove some unused members in tests. Found by Clang 7. |
commit | commitdiff | tree | snapshot |
2018-06-16 |
Steinar H.... | Fix a Valgrind hit. |
commit | commitdiff | tree | snapshot |
2018-03-18 |
Steinar H.... | Release Movit 1.6.2. 1.6.2 |
commit | commitdiff | tree | snapshot |
2018-03-14 |
Steinar H.... | Fix more confusion with strong one-to-one effects and... |
commit | commitdiff | tree | snapshot |
2018-03-14 |
Steinar H.... | Some no-op cleanups. |
commit | commitdiff | tree | snapshot |
2018-02-02 |
Steinar H.... | Fix a compile error with GCC 5 on Ubuntu. |
commit | commitdiff | tree | snapshot |
2018-01-31 |
Steinar H.... | Release Movit 1.6.1. 1.6.1 |
commit | commitdiff | tree | snapshot |
2018-01-28 |
Steinar H.... | Fix a typo. |
commit | commitdiff | tree | snapshot |
2018-01-28 |
Steinar H.... | Loosen up some restrictions on strong one-to-one-effects. |
commit | commitdiff | tree | snapshot |
2018-01-27 |
Steinar H.... | Mark a already-done TODO as fixed. |
commit | commitdiff | tree | snapshot |
2018-01-24 |
Steinar H.... | Release Movit 1.6.0. 1.6.0 |
commit | commitdiff | tree | snapshot |
2018-01-23 |
Steinar H.... | Typo fixes. |
commit | commitdiff | tree | snapshot |
2018-01-23 |
Steinar H.... | Remove a FIXME which turned out to not be so important... |
commit | commitdiff | tree | snapshot |
2018-01-23 |
Steinar H.... | We've run with many more GPUs than just those three... |
commit | commitdiff | tree | snapshot |
2018-01-23 |
Steinar H.... | 2018 README updates. |
commit | commitdiff | tree | snapshot |
2018-01-18 |
Steinar H.... | Break phases when a node needs both to supply mipmaps... |
commit | commitdiff | tree | snapshot |
2018-01-18 |
Steinar H.... | Add explicit support for requesting no mipmaps. |
commit | commitdiff | tree | snapshot |
2018-01-15 |
Steinar H.... | Refactor calculate_scaling_weights() so that it is... |
commit | commitdiff | tree | snapshot |
2018-01-15 |
Steinar H.... | Microoptimization in calculate_scaling_weights. |
commit | commitdiff | tree | snapshot |
2018-01-14 |
Steinar H.... | Fix some small whitespace errors in SingleResamplePassE... |
commit | commitdiff | tree | snapshot |
2018-01-14 |
Steinar H.... | In ResampleEffect, use std::unique_ptr instead of manag... |
commit | commitdiff | tree | snapshot |
2018-01-14 |
Steinar H.... | Move the functionality for updating the support texture... |
commit | commitdiff | tree | snapshot |
2018-01-08 |
Steinar H.... | Another benchmarking data set fix. |
commit | commitdiff | tree | snapshot |
2018-01-02 |
Steinar H.... | Make sure we do not send infinities to benchmarking... |
commit | commitdiff | tree | snapshot |
2017-12-29 |
Steinar H.... | Loosen up a bound in ResampleEffectTest a bit. |
commit | commitdiff | tree | snapshot |
2017-12-29 |
Steinar H.... | Add output size as a uniform to compute shaders, as... |
commit | commitdiff | tree | snapshot |
2017-12-28 |
Steinar H.... | Reduce the amount of duplication between overloads... |
commit | commitdiff | tree | snapshot |
2017-12-28 |
Steinar H.... | Change the resampling tests to fp16 (arguably more... |
commit | commitdiff | tree | snapshot |
2017-12-28 |
Steinar H.... | Remove an unused parameter in EffectChainTester. |
commit | commitdiff | tree | snapshot |
2017-12-28 |
Steinar H.... | Fix the uniform name for the compute shader output... |
commit | commitdiff | tree | snapshot |
2017-12-10 |
Steinar H.... | When a shader fails compilation, add some line numbers. |
commit | commitdiff | tree | snapshot |
2017-11-26 |
Steinar H.... | Run init_lanczos_table using std::call_once, now that... |
commit | commitdiff | tree | snapshot |
2017-11-26 |
Steinar H.... | Add a benchmark for calculate_scaling_weights(). |
commit | commitdiff | tree | snapshot |
2017-11-25 |
Steinar H.... | Add some benchmarks for ResampleEffect. |
commit | commitdiff | tree | snapshot |
2017-11-25 |
Steinar H.... | Add missing test shader. |
commit | commitdiff | tree | snapshot |
2017-11-25 |
Steinar H.... | Update .gitignore. |
commit | commitdiff | tree | snapshot |
2017-11-25 |
Steinar H.... | Fix some warnings. |
commit | commitdiff | tree | snapshot |
2017-11-25 |
Steinar H.... | Make it easier to turn on debug for the EffectChain... |
commit | commitdiff | tree | snapshot |
2017-11-25 |
Steinar H.... | Fix resizing compute shaders when used with postprocess... |
commit | commitdiff | tree | snapshot |
2017-11-25 |
Steinar H.... | Support top-left origin for compute shaders. |
commit | commitdiff | tree | snapshot |
2017-11-25 |
Steinar H.... | Minor improvement to a test name. |
commit | commitdiff | tree | snapshot |
2017-11-25 |
Steinar H.... | Fix a bug where the wrong effect would be asked for... |
commit | commitdiff | tree | snapshot |
2017-11-24 |
Steinar H.... | Support chaining certain effects after compute shaders. |
commit | commitdiff | tree | snapshot |
2017-11-24 |
Steinar H.... | Small fix in EffectChainTester constructor. |
commit | commitdiff | tree | snapshot |
2017-11-23 |
Steinar H.... | Use C++11 override everywhere it is appropriate. |
commit | commitdiff | tree | snapshot |
2017-11-23 |
Steinar H.... | Fix a typo in ResizeEffect. Found by virtual → override... |
commit | commitdiff | tree | snapshot |
2017-11-23 |
Steinar H.... | Fix some Clang warnings. |
commit | commitdiff | tree | snapshot |
2017-11-23 |
Steinar H.... | Remove the unused fields from ResampleEffect; if we... |
commit | commitdiff | tree | snapshot |
2017-11-22 |
Steinar H.... | Fix another set of test breakages on NVIDIA. |
commit | commitdiff | tree | snapshot |
2017-11-22 |
Steinar H.... | Unbreak FBO caching in unit tests. |
commit | commitdiff | tree | snapshot |
2017-11-22 |
Steinar H.... | Install compute shaders on make install. |
commit | commitdiff | tree | snapshot |
2017-11-22 |
Steinar H.... | Manage intermediate textures a bit more efficiently. |
commit | commitdiff | tree | snapshot |
2017-11-22 |
Steinar H.... | Support sqrt-transformed intermediates with compute... |
commit | commitdiff | tree | snapshot |
2017-11-22 |
Steinar H.... | Move compute shader functions from the header to the... |
commit | commitdiff | tree | snapshot |
2017-11-22 |
Steinar H.... | Move the compute shader tests into effect_chain_test... |
commit | commitdiff | tree | snapshot |
2017-11-22 |
Steinar H.... | Support other output formats than GL_RGBA16F; was easie... |
commit | commitdiff | tree | snapshot |
2017-11-22 |
Steinar H.... | Do some more cleanups in anticipation of more flexible... |
commit | commitdiff | tree | snapshot |
2017-11-21 |
Steinar H.... | Support rendering compute shaders straight to textures... |
commit | commitdiff | tree | snapshot |
2017-11-20 |
Steinar H.... | Fix an issue where -std=gnu++11 would become the only... |
commit | commitdiff | tree | snapshot |
2017-11-20 |
Steinar H.... | Add a texture barrier after dispatching each compute... |
commit | commitdiff | tree | snapshot |
2017-11-20 |
Steinar H.... | Add some asserts to EffectChain::execute_phase, so... |
commit | commitdiff | tree | snapshot |
2017-11-20 |
Steinar H.... | Invert the meaning of the last_phase boolean to execute... |
commit | commitdiff | tree | snapshot |
2017-11-20 |
Steinar H.... | Use glGetTexImage() instead of glReadPixels() for readi... |
commit | commitdiff | tree | snapshot |
2017-11-19 |
Steinar H.... | Better error messages when skipping compute shader... |
commit | commitdiff | tree | snapshot |
2017-11-19 |
Steinar H.... | Implement a compute shdaer version of DeinterlaceEffect. |
commit | commitdiff | tree | snapshot |
2017-11-19 |
Steinar H.... | Reduce the clutter in instantiating benchmarks a little... |
commit | commitdiff | tree | snapshot |
2017-11-19 |
Steinar H.... | Add a helper class to easier test fragment and compute... |
commit | commitdiff | tree | snapshot |
2017-11-18 |
Steinar H.... | Fix compute shader outputs on NVIDIA. |
commit | commitdiff | tree | snapshot |
2017-11-18 |
Steinar H.... | Bump compute shader header to #version 150. |
commit | commitdiff | tree | snapshot |
2017-11-18 |
Steinar H.... | Drop support for SDL1, which is no longer maintained. |
commit | commitdiff | tree | snapshot |
2017-11-18 |
Steinar H.... | Use auto and range-based for loops a few places where... |
commit | commitdiff | tree | snapshot |
2017-11-18 |
Steinar H.... | More renaming of .compute -> .comp. |
commit | commitdiff | tree | snapshot |
2017-11-18 |
Steinar H.... | Fix an issue where matrices would not get printed out... |
commit | commitdiff | tree | snapshot |
2017-11-18 |
Steinar H.... | Add a benchmark for DeinterlaceTest without the spatial... |
commit | commitdiff | tree | snapshot |
2017-11-18 |
Steinar H.... | Rename .compute to .comp, to be in line with the Khrono... |
commit | commitdiff | tree | snapshot |
2017-11-17 |
Steinar H.... | Make BGRA deinterlacing benchmark premultiplied, so... |
commit | commitdiff | tree | snapshot |
2017-11-16 |
Steinar H.... | Parametrize BM_DeinterlaceEffect so that we have both... |
commit | commitdiff | tree | snapshot |
2017-11-15 |
Steinar H.... | Fix deletion of compute shaders. |
commit | commitdiff | tree | snapshot |
2017-11-15 |
Steinar H.... | Fix some missing NULL -> nullptr. |
commit | commitdiff | tree | snapshot |
2017-11-15 |
Steinar H.... | Revert "Remove C++11 dependency from ResampleEffect." |
commit | commitdiff | tree | snapshot |
2017-11-15 |
Steinar H.... | Use double right angle brackets for nested templates... |
commit | commitdiff | tree | snapshot |
2017-11-15 |
Steinar H.... | Use nullptr everywhere, now that we have C++11. |
commit | commitdiff | tree | snapshot |
2017-11-15 |
Steinar H.... | Add support for microbenchmarks. |
commit | commitdiff | tree | snapshot |
2017-11-13 |
Steinar H.... | Add support for compute shaders. |
commit | commitdiff | tree | snapshot |
2017-11-13 |
Steinar H.... | There's no need to #undef PREFIX, since we do the token... |
commit | commitdiff | tree | snapshot |
2017-11-12 |
Steinar H.... | Fix some invalid code in DeinterlaceTest; GCC 7 would... |
commit | commitdiff | tree | snapshot |
2017-11-11 |
Steinar H.... | Some refactoring in ResourcePool. |
commit | commitdiff | tree | snapshot |
2017-09-16 |
Steinar H.... | Add the GPLv2 license text. |
commit | commitdiff | tree | snapshot |
2017-09-14 |
Pascal Massimino | fix compile error: "error: variable-sized object ‘red_d... |
commit | commitdiff | tree | snapshot |
2017-09-13 |
Steinar H.... | Support negative values for lift in LiftGammaGainEffect. |
commit | commitdiff | tree | snapshot |
next |