2014-03-26 |
Steinar H.... | Make the ResourcePool hold FBOs as a per-context resource. |
commit | commitdiff | tree | snapshot |
2014-03-25 |
Steinar H.... | Hack around FBO/VAO sharability issues. |
commit | commitdiff | tree | snapshot |
2014-03-25 |
Steinar H.... | Add proper formats for RGB without alpha. |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Steinar H.... | Merge branch 'master' |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Steinar H.... | Improve macro hygiene in .frag files slightly. |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Steinar H.... | Fix a small overallocation. |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Steinar H.... | Cache the FFT support texture. |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Steinar H.... | Use a smaller support texture for the FFT. |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Steinar H.... | Fix a tiny leak (that would cause an assertion failure... |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Steinar H.... | Stop the FFTPassEffect Repeat test after FFT size 128. |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Steinar H.... | Factor out the actual phase execution into a function. |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Steinar H.... | Factor out RTT sampler setting in its own function. |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Steinar H.... | Redo FBO association yet again, this time per-texture. |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Steinar H.... | Have separate FBOs per resolution and format. |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Steinar H.... | Remove obsolete comment. |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Steinar H.... | Fix a buffer overflow in MixEffectTest. |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Steinar H.... | Convert another glReadPixels() to RGBA. |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Steinar H.... | Properly ignore the sign bit when comparing NaNs. |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Steinar H.... | Ditch BGRA use in OverlayEffectTest. |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Steinar H.... | Fix non-float framebuffers in EffectChainTester. |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Steinar H.... | Remove unused private members from FFTConvolutionEffect. |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Steinar H.... | Use the right internal format for FORMAT_R non-float... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Steinar H.... | Add a few check_error() calls. |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Steinar H.... | Don't use GL_RGBA32F/GL_RGBA16F with GL_UNSIGNED_BYTE. |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Steinar H.... | Add a temporary variable to reduce the amount of tediou... |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Steinar H.... | Fix a typo. |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Steinar H.... | Reduce the amount of arithmetic in the BlurEffect shade... |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Steinar H.... | Make VAOs persistent. |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Steinar H.... | Keep FBOs around in EffectChain again. |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Steinar H.... | Make Phase take other Phases as inputs, not Nodes. |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Steinar H.... | Document the FFTW3 requirement. |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Steinar H.... | Movit can hardly be said to be in alpha stage anymore. |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Steinar H.... | Remove obsolete file. |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Steinar H.... | Release Movit 1.0.3. 1.0.3 |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Steinar H.... | Move private libs into Libs.private in the pkg-config... |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Steinar H.... | Add FFTW3 libs and flags to the pkg-config file. |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Steinar H.... | Take LDFLAGS properly from configure, and distinguish... |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Steinar H.... | Do not link libmovit against SDL; only the unit tests... |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Steinar H.... | Release Movit 1.0.2. 1.0.2 |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Steinar H.... | Make $(libdir) on make install, in case it does not... |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Steinar H.... | Make make install honor DESTDIR. |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Steinar H.... | Release Movit 1.0.1. 1.0.1 |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Steinar H.... | Fix a C++11 incompatibility. |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Steinar H.... | Revert "Stop using -rpath when linking libmovit." |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Steinar H.... | Release Movit 1.0. 1.0 |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Steinar H.... | Make a 'make dist' target. |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Steinar H.... | Add the two missing FFT shaders to MISSING_SHADERS. |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Steinar H.... | Stop using -rpath when linking libmovit. |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Steinar H.... | Start doing symbol versioning. |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Steinar H.... | Add an FFT convolution effect. |
commit | commitdiff | tree | snapshot |
2014-03-15 |
Steinar H.... | Make SliceEffect slice from the top, not the bottom. |
commit | commitdiff | tree | snapshot |
2014-03-15 |
Steinar H.... | Revert "Support pad/crop from bottom, not just from... |
commit | commitdiff | tree | snapshot |
2014-03-15 |
Steinar H.... | In the README, document that we have luma mix. |
commit | commitdiff | tree | snapshot |
2014-03-15 |
Steinar H.... | Support pad/crop from bottom, not just from the top. |
commit | commitdiff | tree | snapshot |
2014-03-15 |
Steinar H.... | Fix a bug where repeated vertical FFTs would reverse... |
commit | commitdiff | tree | snapshot |
2014-03-13 |
Steinar H.... | Properly install texture1d.frag, which is needed during... |
commit | commitdiff | tree | snapshot |
2014-03-13 |
Steinar H.... | Properly install fp16.h. |
commit | commitdiff | tree | snapshot |
2014-03-12 |
Steinar H.... | More tweaks to the .ld generation. |
commit | commitdiff | tree | snapshot |
2014-03-12 |
Steinar H.... | Add more unit tests for fp16. |
commit | commitdiff | tree | snapshot |
2014-03-12 |
Steinar H.... | Make the COVERAGE variable into an --enable-coverage... |
commit | commitdiff | tree | snapshot |
2014-03-11 |
Steinar H.... | .gitignore lots of libtool stuff. |
commit | commitdiff | tree | snapshot |
2014-03-11 |
Steinar H.... | .gitignore more unit tests. |
commit | commitdiff | tree | snapshot |
2014-03-11 |
Steinar H.... | Ignore .ld files. |
commit | commitdiff | tree | snapshot |
2014-03-11 |
Steinar H.... | Fix some formatting messups. |
commit | commitdiff | tree | snapshot |
2014-03-11 |
Steinar H.... | Add a simple luma wipe transition. |
commit | commitdiff | tree | snapshot |
2014-03-11 |
Steinar H.... | Support GL_R and 16-bit fixed-point textures in FlatInput. |
commit | commitdiff | tree | snapshot |
2014-03-11 |
Steinar H.... | Fix dependencies for .lo files. |
commit | commitdiff | tree | snapshot |
2014-03-10 |
Steinar H.... | Add an effect for complex multiplication. |
commit | commitdiff | tree | snapshot |
2014-03-10 |
Steinar H.... | Formalize the notion of messing with sampler state. |
commit | commitdiff | tree | snapshot |
2014-03-10 |
Steinar H.... | Handle texture non-bounce a bit better. |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Steinar H.... | Add support for fp16 and RG textures to FlatInput. |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Steinar H.... | Ignore libtool files in .gitignore. |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Steinar H.... | Add an effect to do re-slicing of the image, for overla... |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Steinar H.... | Add utility functions for EffectChain to add inputs... |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Steinar H.... | Do our own fp16 conversion in ResampleEffect. |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Steinar H.... | Store all twiddle factors as fp16. |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Steinar H.... | Add a utility library for downconverting to fp16. |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Steinar H.... | Fix the widget display in the demo app. |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Steinar H.... | Fix the roundoff test. |
commit | commitdiff | tree | snapshot |
2014-03-09 |
Steinar H.... | Stop using 1D textures. |
commit | commitdiff | tree | snapshot |
2014-03-08 |
Steinar H.... | Remove GL_LUMINANCE in more places. |
commit | commitdiff | tree | snapshot |
2014-03-08 |
Steinar H.... | Use the GL_RED texture format instead of GL_LUMINANCE. |
commit | commitdiff | tree | snapshot |
2014-03-08 |
Steinar H.... | Use triangle strips instead of quads. |
commit | commitdiff | tree | snapshot |
2014-03-08 |
Steinar H.... | Use VAOs to bind the VBOs. |
commit | commitdiff | tree | snapshot |
2014-03-08 |
Steinar H.... | Make the initializing functions also drop fixed functio... |
commit | commitdiff | tree | snapshot |
2014-03-08 |
Steinar H.... | Use GLSL 1.30-style attributes for the main shader. |
commit | commitdiff | tree | snapshot |
2014-03-08 |
Steinar H.... | Check GLSL program link status, for better error reporting. |
commit | commitdiff | tree | snapshot |
2014-03-08 |
Steinar H.... | Use abort() on check_error() failure. |
commit | commitdiff | tree | snapshot |
2014-02-12 |
Steinar H.... | Fix a typo. |
commit | commitdiff | tree | snapshot |
2014-02-12 |
Steinar H.... | Move everything into “namespace movit”. |
commit | commitdiff | tree | snapshot |
2014-02-12 |
Steinar H.... | Make init_movit() return a true/false error value. |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Steinar H.... | Make a pow() call unambiguous. |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Steinar H.... | Remove the finalize() member function from Input. |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Steinar H.... | Send shader compile log to stderr instead of stdout. |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Steinar H.... | Explicitly declare use of round() as an #extension. |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Steinar H.... | In EffectChainTest, do not re-call init_movit() |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Steinar H.... | Make the ResampleEffect accuracy test stricter. |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Steinar H.... | Normalize the resample weight after bilinear combining. |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Steinar H.... | Don't dither alpha. |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Steinar H.... | Rescale resampling weights so that the sum becomes... |
commit | commitdiff | tree | snapshot |
next |