2014-01-23 |
Steinar H.... | Another round of include-what-you-use. |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Steinar H.... | Set an explicit C++ tag on libtool, to ease compiling... |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Steinar H.... | Add SHELL override from autoconf, since otherwise libto... |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Steinar H.... | Move to 'using namespace std;' in all .cpp files. |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Steinar H.... | Tweak the exclusion rules for coverage computation... |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Steinar H.... | Add a unit test for VignetteEffect, and fix two bugs. |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Steinar H.... | Add a unit test for EffectChain without shared Resource... |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Steinar H.... | Unbreak demo build (it was broken due to a typo). |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Steinar H.... | Some tweaks to the libtool parts of the Makefile. |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Steinar H.... | Use the libtool autoconf macros. |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Steinar H.... | Use libtool for building libraries and binaries. |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Steinar H.... | Fix mis-feeing in the ResourcePool destructor. |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Steinar H.... | Make FlatInput and YCbCrInput release the texture to... |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Steinar H.... | Use the ResourcePool to allocate RTT textures in Effect... |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Steinar H.... | Implement the texture freelist in ResourcePool. |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Steinar H.... | Add missing format LUMINANCE8. |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Steinar H.... | Fix YCbCrInput after the ResourcePool texture changes. |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Steinar H.... | Complete a forgotten comment. |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Steinar H.... | Add support to the ResourcePool for 2D textures. |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Steinar H.... | Retire the GL_GENERATE_MIPMAP hack for FlatInput. |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Steinar H.... | Disable OpenGL dithering, just to be on the safe side. |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Steinar H.... | Round explicitly after dithering, for GPUs that don... |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Steinar H.... | Store GL_FLOAT FlatInputs as fp32, not fp16. |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Steinar H.... | Turn off .dot and .frag file generation during unit... |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Steinar H.... | Add a new effect that can do FFT/IFFT. |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Steinar H.... | We need to link the main library against pthreads now... |
commit | commitdiff | tree | snapshot |
2014-01-18 |
Steinar H.... | Make effect_id phase-local instead of global. |
commit | commitdiff | tree | snapshot |
2014-01-17 |
Steinar H.... | Add a shared ResourcePool to share resources between... |
commit | commitdiff | tree | snapshot |
2014-01-17 |
Steinar H.... | Document EffectChain threading considerations. |
commit | commitdiff | tree | snapshot |
2014-01-17 |
Steinar H.... | Add a file-level comment for EffectChain. |
commit | commitdiff | tree | snapshot |
2014-01-14 |
Steinar H.... | Remove the support for 1D textures as parameters. |
commit | commitdiff | tree | snapshot |
2014-01-14 |
Steinar H.... | Remove unused element need_texture_update from DitherEf... |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Steinar H.... | Let the application manage PBOs. |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Steinar H.... | Implement GammaCompressionEffect using ALU ops instead... |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Steinar H.... | Comment and README updates about Rec. 2020 in light... |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Steinar H.... | Add accuracy unit tests for GammaExpansionEffect. |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Steinar H.... | Fix edge errors in the sRGB comment; I had used subs... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Steinar H.... | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Steinar H.... | Implement GammaExpansionEffect using ALU ops instead... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Steinar H.... | In the demo application, reset the FPS counter every... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Steinar H.... | Fix some outdated comments in GammaExpansionEffect. |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Steinar H.... | It's now 2014 :-P (Happy new year!) |
commit | commitdiff | tree | snapshot |
2014-01-01 |
Steinar H.... | Add an assertion failure that we don't add the same... |
commit | commitdiff | tree | snapshot |
2014-01-01 |
Steinar H.... | Calculate the RGB-to-XYZ matrix ourselves instead of... |
commit | commitdiff | tree | snapshot |
2013-12-30 |
Steinar H.... | Fix a minor error in one of the color temperature const... |
commit | commitdiff | tree | snapshot |
2013-12-30 |
Steinar H.... | Add partial Rec. 2020 support. |
commit | commitdiff | tree | snapshot |
2013-12-29 |
Steinar H.... | Generate the FBO anew every render. |
commit | commitdiff | tree | snapshot |
2013-12-29 |
Steinar H.... | Fix a bug where DeconvolutionSharpenEffect would forget... |
commit | commitdiff | tree | snapshot |
2013-12-24 |
Steinar H.... | Install effect_util.h; it is useful for people implemen... |
commit | commitdiff | tree | snapshot |
2013-12-24 |
Steinar H.... | Spelling fix. |
commit | commitdiff | tree | snapshot |
2013-12-24 |
Steinar H.... | Assert that the EffectChain is not finalized when someo... |
commit | commitdiff | tree | snapshot |
2013-12-22 |
Steinar H.... | Fix another harmless Valgrind hit. |
commit | commitdiff | tree | snapshot |
2013-12-22 |
Steinar H.... | Properly check framebuffer status when generating FBOs. |
commit | commitdiff | tree | snapshot |
2013-12-22 |
Steinar H.... | Fix an issue with invalid texture number usage in measu... |
commit | commitdiff | tree | snapshot |
2013-12-16 |
Steinar H.... | A small comment fix in ColorspaceConversionEffect. |
commit | commitdiff | tree | snapshot |
2013-12-14 |
Steinar H.... | Properly link in multiply_effect. |
commit | commitdiff | tree | snapshot |
2013-11-06 |
Steinar H.... | Promote MultiplyEffect to a real effect. |
commit | commitdiff | tree | snapshot |
2013-10-09 |
Steinar H.... | Fix a bug where PaddingEffect could create assertion... |
commit | commitdiff | tree | snapshot |
2013-09-28 |
Steinar H.... | Clip below-zero (out-of-gamut) colors in LiftGammaGainE... |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Steinar H.... | Make building the demo app optional if SDL_image and... |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Steinar H.... | Add a pkg-config variable “shaderdir” to locate the... |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Steinar H.... | Install defs.h on make install, since it is needed... |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Steinar H.... | Put the resample alpha handling on the right effect. |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Steinar H.... | Indentation fix in Makefile.in. |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Steinar H.... | Do not call autoheader, since we do not use config.h. |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Steinar H.... | Use autoconf defaults for CXX and CXXFLAGS. |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Steinar H.... | Rename RGBATriplet to RGBATuple, to avoid silliness. |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Steinar H.... | Make util.h private to the effects; instead, defs.h... |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Steinar H.... | Prefix include guards with _MOVIT to avoid clashes... |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Steinar H.... | Small cleanup in movit.pc.in. |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Steinar H.... | Add a distclean target. |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Steinar H.... | Update README for the new output alpha constants. |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Steinar H.... | Fix cleaning of .dot and .frag files. |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Steinar H.... | Add a pkg-config file. |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Steinar H.... | Makefile should now be in .gitignore. |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Steinar H.... | Remove stray file movit_pch.h, which was never meant... |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Steinar H.... | Switch to autoconf to find libraries. |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Steinar H.... | Remove obsolete files header.vert and footer.vert. |
commit | commitdiff | tree | snapshot |
2013-02-02 |
Steinar H.... | Add some missing tests to .gitignore. |
commit | commitdiff | tree | snapshot |
2013-02-02 |
Steinar H.... | Stop linking unit tests et al against SDL_image and... |
commit | commitdiff | tree | snapshot |
2013-02-02 |
Steinar H.... | Remove an unused function. Found by Clang. |
commit | commitdiff | tree | snapshot |
2013-02-02 |
Steinar H.... | Split out some private utilities into effect_util.cpp... |
commit | commitdiff | tree | snapshot |
2013-02-02 |
Steinar H.... | Run include-what-you-use over all of movit. Some hand... |
commit | commitdiff | tree | snapshot |
2013-02-02 |
Steinar H.... | Fix alpha handling for blur; it needs to be on the... |
commit | commitdiff | tree | snapshot |
2013-02-02 |
Steinar H.... | Add a new alpha handling method, INPUT_PREMULTIPLIED_AL... |
commit | commitdiff | tree | snapshot |
2013-02-02 |
Steinar H.... | Rename the OutputAlphaFormat enums; they had gotten... |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Steinar H.... | Give the alpha enums somewhat better/more consistent... |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Steinar H.... | In resizing effects, add the notion of a “virtual outpu... |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Steinar H.... | Give SizeStoringEffect an effect_type_id(), for easier... |
commit | commitdiff | tree | snapshot |
2013-01-29 |
Steinar H.... | If all inputs to an effect have the same input size... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Steinar H.... | Fix a Clang warning. |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Steinar H.... | Fix a bug where intermediate phase outputs could get... |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Steinar H.... | Merge remote-tracking branch 'origin/master' |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Steinar H.... | Allow for more than ten bits in subpixel precision... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Steinar H.... | DeconvolutionSharpenEffect needs texture bounce. |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Steinar H.... | Fix another stack overflow in EffectChainTest. |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Steinar H.... | Loosen up a boundary in DitherEffectTest by 10%. |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Steinar H.... | Fix a narrowing conversion within {} in PaddingEffect... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Steinar H.... | Fix a stack overflow in EffectChainTest. |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Steinar H.... | In OverlayEffectTest, handle that RGB on zero alpha... |
commit | commitdiff | tree | snapshot |
next |