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 |
2017-08-10 |
Steinar H.... | Fix a typo. |
commit | commitdiff | tree | snapshot |
2017-08-10 |
Steinar H.... | Release Movit 1.5.3. 1.5.3 |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Steinar H.... | Add a notice to render_to_screen() that it might be... |
commit | commitdiff | tree | snapshot |
2017-08-07 |
Steinar H.... | Fix a leak if ResampleEffect is destroyed before being... |
commit | commitdiff | tree | snapshot |
2017-08-03 |
Steinar H.... | Fix fp16_test compilation _without_ f16c-enabled compil... |
commit | commitdiff | tree | snapshot |
2017-08-01 |
Steinar H.... | Fix fp16_test compilation with f16c-enabled compilation... |
commit | commitdiff | tree | snapshot |
2017-08-01 |
Steinar H.... | Remove C++11 dependency from ResampleEffect. |
commit | commitdiff | tree | snapshot |
2017-07-28 |
Steinar H.... | Fix a double-unlock. |
commit | commitdiff | tree | snapshot |
2017-07-05 |
Steinar H.... | Release Movit 1.5.2. 1.5.2 |
commit | commitdiff | tree | snapshot |
2017-07-05 |
Steinar H.... | Add some room for future expansion in ResampleEffect... |
commit | commitdiff | tree | snapshot |
2017-07-04 |
Steinar H.... | Cache VAOs between runs. |
commit | commitdiff | tree | snapshot |
2017-07-02 |
Steinar H.... | Fix Makefile after fp16 removal. |
commit | commitdiff | tree | snapshot |
2017-07-02 |
Steinar H.... | Inline the fp16 conversion routines. Helps 18% on Resam... |
commit | commitdiff | tree | snapshot |
2017-07-02 |
Steinar H.... | Inline combine_two_samples (and remove an obsolete... |
commit | commitdiff | tree | snapshot |
2017-07-02 |
Steinar H.... | Some microoptimizations in combine_two_samples(). Saves... |
commit | commitdiff | tree | snapshot |
2017-07-01 |
Steinar H.... | Remove some unneeded conversions from ResampleEffect... |
commit | commitdiff | tree | snapshot |
2017-07-01 |
Steinar H.... | In ResampleEffect, split the weight calculation out... |
commit | commitdiff | tree | snapshot |
2017-05-29 |
Steinar H.... | Release Movit 1.5.1. (No ABI break, as only a new non... 1.5.1 |
commit | commitdiff | tree | snapshot |
2017-05-20 |
Steinar H.... | Fix multiply-defined symbols with multiple YCbCrInputs... |
commit | commitdiff | tree | snapshot |
2017-04-29 |
Steinar H.... | Allow YCbCrInput to change input format after finalize. |
commit | commitdiff | tree | snapshot |
2017-04-29 |
Steinar H.... | In YCbCrInput, fix an issue where offsets would be... |
commit | commitdiff | tree | snapshot |
2017-04-11 |
Steinar H.... | Add a warning on FlatInput::set_texture_num() about... |
commit | commitdiff | tree | snapshot |
2017-03-21 |
Steinar H.... | Release Movit 1.5.0, including a small README update. 1.5.0 |
commit | commitdiff | tree | snapshot |
2017-03-15 |
Steinar H.... | Loosen a test bound slightly for the benefit of NVIDIA... |
commit | commitdiff | tree | snapshot |
2017-03-13 |
Steinar H.... | Add an explanatory comment about dither with 16-bit... |
commit | commitdiff | tree | snapshot |
2017-03-13 |
Steinar H.... | Support 10-/12-bit Y'CbCr output packed in 16-bit. |
commit | commitdiff | tree | snapshot |
2017-03-07 |
Steinar H.... | Don't try to check Cb and Cr positioning for output... |
commit | commitdiff | tree | snapshot |
2017-03-06 |
Steinar H.... | Support multiple Y'CbCr outputs. |
commit | commitdiff | tree | snapshot |
2017-03-06 |
Steinar H.... | Update another outdated comment. |
commit | commitdiff | tree | snapshot |
2017-03-06 |
Steinar H.... | Update an outdated comment. |
commit | commitdiff | tree | snapshot |
2017-02-26 |
Steinar H.... | Loosen up the accuracy bounds a tiny bit in some tests... |
commit | commitdiff | tree | snapshot |
2017-02-26 |
Steinar H.... | Fix an issue where the last pass would have been render... |
commit | commitdiff | tree | snapshot |
2017-02-20 |
Steinar H.... | Fix compiling without C++11. |
commit | commitdiff | tree | snapshot |
2017-02-20 |
Steinar H.... | Fix a bad typo. |
commit | commitdiff | tree | snapshot |
2017-02-19 |
Steinar H.... | Bump MOVIT_VERSION for all the YCbCr changes. |
commit | commitdiff | tree | snapshot |
2017-02-19 |
Steinar H.... | Treat num_levels == 0 as 256, for the benefit of older... |
commit | commitdiff | tree | snapshot |
2017-02-19 |
Steinar H.... | Cosmetic tweak in YCbCrInput. |
commit | commitdiff | tree | snapshot |
2017-02-19 |
Steinar H.... | Fix a stack buffer overrun in ycbcr_input_test. |
commit | commitdiff | tree | snapshot |
2017-02-19 |
Steinar H.... | Implement mipmap generation in YCbCrInput, now that... |
commit | commitdiff | tree | snapshot |
2017-02-19 |
Steinar H.... | Loosen up some restrictions on YCbCrInput if we have... |
commit | commitdiff | tree | snapshot |
2017-02-14 |
Steinar H.... | Add support for 10- and 12-bit planar Y'CbCr inputs. |
commit | commitdiff | tree | snapshot |
2017-02-14 |
Steinar H.... | Some minor comment fixes in ycbcr.h. |
commit | commitdiff | tree | snapshot |
2017-02-14 |
Steinar H.... | Add input support for packed 10-bit Y'CbCr. |
commit | commitdiff | tree | snapshot |
2017-02-13 |
Steinar H.... | Support interleaved (chunky) 4:4:4 in YCbCrInput. |
commit | commitdiff | tree | snapshot |
2017-02-13 |
Steinar H.... | Fix some test breakage. |
commit | commitdiff | tree | snapshot |
2017-02-12 |
Steinar H.... | Support 10- and 12-bit Y'CbCr output. |
commit | commitdiff | tree | snapshot |
2017-02-11 |
Steinar H.... | Allow adjusting the output Y'CbCr coefficients after... |
commit | commitdiff | tree | snapshot |
2016-11-05 |
Steinar H.... | Release Movit 1.4.0. 1.4.0 |
commit | commitdiff | tree | snapshot |
2016-11-05 |
Steinar H.... | Fix a typo. |
commit | commitdiff | tree | snapshot |
2016-11-05 |
Steinar H.... | Fix an issue where a (cached) shader program could... |
commit | commitdiff | tree | snapshot |
2016-07-26 |
Steinar H.... | Make the error printed on check_error() slightly friend... |
commit | commitdiff | tree | snapshot |
2016-07-21 |
Steinar H.... | Be more defensive about width/height/pitch given to... |
commit | commitdiff | tree | snapshot |
2016-04-01 |
Steinar H.... | Remove a very old and outdated comment. |
commit | commitdiff | tree | snapshot |
2016-04-01 |
Steinar H.... | Add some clarifying comments about the intermediate... |
commit | commitdiff | tree | snapshot |
2016-03-01 |
Steinar H.... | Fix some comment formatting. |
commit | commitdiff | tree | snapshot |
2016-02-29 |
Steinar H.... | Rework PaddingEffect alpha handling, which also fixes... |
commit | commitdiff | tree | snapshot |
2016-02-28 |
Steinar H.... | Allow storing values in intermediate framebuffers as... |
commit | commitdiff | tree | snapshot |
2016-02-28 |
Steinar H.... | Hard-assert on something that has bitten me too many... |
commit | commitdiff | tree | snapshot |
2016-02-28 |
Steinar H.... | Fix a typo. |
commit | commitdiff | tree | snapshot |
2016-02-27 |
Steinar H.... | Add support for 10-bit RGB framebuffers. |
commit | commitdiff | tree | snapshot |
2016-02-27 |
Steinar H.... | Add some sRGB conversion functions to test_util.{h... |
commit | commitdiff | tree | snapshot |
2016-02-27 |
Steinar H.... | Bump version after new format support. |
commit | commitdiff | tree | snapshot |
2016-02-24 |
Steinar H.... | Add support for some of the more esoteric minifloat... |
commit | commitdiff | tree | snapshot |
2016-02-24 |
Steinar H.... | Do not send NULL to glTexSubImage2D if there is no... |
commit | commitdiff | tree | snapshot |
2016-02-23 |
Steinar H.... | Merge branch '1.3.x-release' |
commit | commitdiff | tree | snapshot |
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 |
next |