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-14 |
Pascal Massimino | fix compile error: "error: variable-sized object ‘red_data...
|
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 |
2017-04-29 |
Steinar H. Gunderson | In YCbCrInput, fix an issue where offsets would be...
|
commit | commitdiff | tree |
2017-04-11 |
Steinar H. Gunderson | Add a warning on FlatInput::set_texture_num() about...
|
commit | commitdiff | tree |
2017-03-21 |
Steinar H. Gunderson | Release Movit 1.5.0, including a small README update.
|
commit | commitdiff | tree |
2017-03-15 |
Steinar H. Gunderson | Loosen a test bound slightly for the benefit of NVIDIA...
|
commit | commitdiff | tree |
2017-03-13 |
Steinar H. Gunderson | Add an explanatory comment about dither with 16-bit...
|
commit | commitdiff | tree |
2017-03-13 |
Steinar H. Gunderson | Support 10-/12-bit Y'CbCr output packed in 16-bit.
|
commit | commitdiff | tree |
2017-03-07 |
Steinar H. Gunderson | Don't try to check Cb and Cr positioning for output...
|
commit | commitdiff | tree |
2017-03-06 |
Steinar H. Gunderson | Support multiple Y'CbCr outputs.
|
commit | commitdiff | tree |
2017-03-06 |
Steinar H. Gunderson | Update another outdated comment.
|
commit | commitdiff | tree |
2017-03-06 |
Steinar H. Gunderson | Update an outdated comment.
|
commit | commitdiff | tree |
2017-02-26 |
Steinar H. Gunderson | Loosen up the accuracy bounds a tiny bit in some tests...
|
commit | commitdiff | tree |
2017-02-26 |
Steinar H. Gunderson | Fix an issue where the last pass would have been rendered...
|
commit | commitdiff | tree |
2017-02-20 |
Steinar H. Gunderson | Fix compiling without C++11.
|
commit | commitdiff | tree |
2017-02-20 |
Steinar H. Gunderson | Fix a bad typo.
|
commit | commitdiff | tree |
2017-02-19 |
Steinar H. Gunderson | Bump MOVIT_VERSION for all the YCbCr changes.
|
commit | commitdiff | tree |
2017-02-19 |
Steinar H. Gunderson | Treat num_levels == 0 as 256, for the benefit of older...
|
commit | commitdiff | tree |
2017-02-19 |
Steinar H. Gunderson | Cosmetic tweak in YCbCrInput.
|
commit | commitdiff | tree |
2017-02-19 |
Steinar H. Gunderson | Fix a stack buffer overrun in ycbcr_input_test.
|
commit | commitdiff | tree |
2017-02-19 |
Steinar H. Gunderson | Implement mipmap generation in YCbCrInput, now that...
|
commit | commitdiff | tree |
2017-02-19 |
Steinar H. Gunderson | Loosen up some restrictions on YCbCrInput if we have...
|
commit | commitdiff | tree |
2017-02-14 |
Steinar H. Gunderson | Add support for 10- and 12-bit planar Y'CbCr inputs.
|
commit | commitdiff | tree |
2017-02-14 |
Steinar H. Gunderson | Some minor comment fixes in ycbcr.h.
|
commit | commitdiff | tree |
2017-02-14 |
Steinar H. Gunderson | Add input support for packed 10-bit Y'CbCr.
|
commit | commitdiff | tree |
2017-02-13 |
Steinar H. Gunderson | Support interleaved (chunky) 4:4:4 in YCbCrInput.
|
commit | commitdiff | tree |
2017-02-13 |
Steinar H. Gunderson | Fix some test breakage.
|
commit | commitdiff | tree |
2017-02-12 |
Steinar H. Gunderson | Support 10- and 12-bit Y'CbCr output.
|
commit | commitdiff | tree |
2017-02-11 |
Steinar H. Gunderson | Allow adjusting the output Y'CbCr coefficients after...
|
commit | commitdiff | tree |
2016-11-05 |
Steinar H. Gunderson | Release Movit 1.4.0.
|
commit | commitdiff | tree |
2016-11-05 |
Steinar H. Gunderson | Fix a typo.
|
commit | commitdiff | tree |
2016-11-05 |
Steinar H. Gunderson | Fix an issue where a (cached) shader program could...
|
commit | commitdiff | tree |
2016-07-26 |
Steinar H. Gunderson | Make the error printed on check_error() slightly friendlier...
|
commit | commitdiff | tree |
2016-07-21 |
Steinar H. Gunderson | Be more defensive about width/height/pitch given to...
|
commit | commitdiff | tree |
2016-04-01 |
Steinar H. Gunderson | Remove a very old and outdated comment.
|
commit | commitdiff | tree |
2016-04-01 |
Steinar H. Gunderson | Add some clarifying comments about the intermediate...
|
commit | commitdiff | tree |
2016-03-01 |
Steinar H. Gunderson | Fix some comment formatting.
|
commit | commitdiff | tree |
2016-02-29 |
Steinar H. Gunderson | Rework PaddingEffect alpha handling, which also fixes...
|
commit | commitdiff | tree |
2016-02-28 |
Steinar H. Gunderson | Allow storing values in intermediate framebuffers as...
|
commit | commitdiff | tree |
2016-02-28 |
Steinar H. Gunderson | Hard-assert on something that has bitten me too many...
|
commit | commitdiff | tree |
2016-02-28 |
Steinar H. Gunderson | Fix a typo.
|
commit | commitdiff | tree |
2016-02-27 |
Steinar H. Gunderson | Add support for 10-bit RGB framebuffers.
|
commit | commitdiff | tree |
2016-02-27 |
Steinar H. Gunderson | Add some sRGB conversion functions to test_util.{h...
|
commit | commitdiff | tree |
2016-02-27 |
Steinar H. Gunderson | Bump version after new format support.
|
commit | commitdiff | tree |
2016-02-24 |
Steinar H. Gunderson | Add support for some of the more esoteric minifloat...
|
commit | commitdiff | tree |
2016-02-24 |
Steinar H. Gunderson | Do not send NULL to glTexSubImage2D if there is no...
|
commit | commitdiff | tree |
2016-02-23 |
Steinar H. Gunderson | Merge branch '1.3.x-release'
|
commit | commitdiff | tree |
next |