2014-03-20 |
Steinar H. Gunderson | Check for GLES in init_movit().
|
commit | commitdiff | tree |
2014-03-20 |
Steinar H. Gunderson | Fix a buffer overflow in MixEffectTest.
|
commit | commitdiff | tree |
2014-03-20 |
Steinar H. Gunderson | Make handling of non-RGBA sRGB textures more consistent.
|
commit | commitdiff | tree |
2014-03-20 |
Steinar H. Gunderson | Convert another glReadPixels() to RGBA.
|
commit | commitdiff | tree |
2014-03-20 |
Steinar H. Gunderson | Fix a few signed/unsigned warnings.
|
commit | commitdiff | tree |
2014-03-20 |
Steinar H. Gunderson | Properly ignore the sign bit when comparing NaNs.
|
commit | commitdiff | tree |
2014-03-20 |
Steinar H. Gunderson | Emulate glReadPixels of GL_ALPHA.
|
commit | commitdiff | tree |
2014-03-20 |
Steinar H. Gunderson | Ditch BGRA use in OverlayEffectTest.
|
commit | commitdiff | tree |
2014-03-20 |
Steinar H. Gunderson | Emulate glReadPixels of GL_BLUE.
|
commit | commitdiff | tree |
2014-03-20 |
Steinar H. Gunderson | Stop using BGR, BGRA and grayscale formats.
|
commit | commitdiff | tree |
2014-03-20 |
Steinar H. Gunderson | Do not store RGB textures with RGBA internal format.
|
commit | commitdiff | tree |
2014-03-20 |
Steinar H. Gunderson | Fix non-float framebuffers in EffectChainTester.
|
commit | commitdiff | tree |
2014-03-20 |
Steinar H. Gunderson | Add some precision statements to make GLES slightly...
|
commit | commitdiff | tree |
2014-03-20 |
Steinar H. Gunderson | Remove unused private members from FFTConvolutionEffect.
|
commit | commitdiff | tree |
2014-03-20 |
Steinar H. Gunderson | Some GLES fixes in ResourcePool::create_2d_texture().
|
commit | commitdiff | tree |
2014-03-20 |
Steinar H. Gunderson | Do not glReadPixels() with type GL_RED.
|
commit | commitdiff | tree |
2014-03-20 |
Steinar H. Gunderson | Use the right internal format for FORMAT_R non-float...
|
commit | commitdiff | tree |
2014-03-20 |
Steinar H. Gunderson | Add a few check_error() calls.
|
commit | commitdiff | tree |
2014-03-20 |
Steinar H. Gunderson | Don't use GL_RGBA32F/GL_RGBA16F with GL_UNSIGNED_BYTE.
|
commit | commitdiff | tree |
2014-03-19 |
Steinar H. Gunderson | Add a temporary variable to reduce the amount of tedious...
|
commit | commitdiff | tree |
2014-03-19 |
Steinar H. Gunderson | Fix a typo.
|
commit | commitdiff | tree |
2014-03-18 |
Steinar H. Gunderson | Merge branch 'epoxy' into epoxy
|
commit | commitdiff | tree |
2014-03-18 |
Steinar H. Gunderson | Merge branch 'master' into epoxy
|
commit | commitdiff | tree |
2014-03-18 |
Steinar H. Gunderson | Reduce the amount of arithmetic in the BlurEffect shader...
|
commit | commitdiff | tree |
2014-03-18 |
Steinar H. Gunderson | Make VAOs persistent.
|
commit | commitdiff | tree |
2014-03-18 |
Steinar H. Gunderson | Keep FBOs around in EffectChain again.
|
commit | commitdiff | tree |
2014-03-18 |
Steinar H. Gunderson | Make Phase take other Phases as inputs, not Nodes.
|
commit | commitdiff | tree |
2014-03-17 |
Steinar H. Gunderson | Document the FFTW3 requirement.
|
commit | commitdiff | tree |
2014-03-17 |
Steinar H. Gunderson | Merge branch 'master' into epoxy
|
commit | commitdiff | tree |
2014-03-17 |
Steinar H. Gunderson | Movit can hardly be said to be in alpha stage anymore.
|
commit | commitdiff | tree |
2014-03-17 |
Steinar H. Gunderson | Remove obsolete file.
|
commit | commitdiff | tree |
2014-03-16 |
Steinar H. Gunderson | Release Movit 1.0.3.
|
commit | commitdiff | tree |
2014-03-16 |
Steinar H. Gunderson | Move private libs into Libs.private in the pkg-config...
|
commit | commitdiff | tree |
2014-03-16 |
Steinar H. Gunderson | Add FFTW3 libs and flags to the pkg-config file.
|
commit | commitdiff | tree |
2014-03-16 |
Steinar H. Gunderson | Take LDFLAGS properly from configure, and distinguish...
|
commit | commitdiff | tree |
2014-03-16 |
Steinar H. Gunderson | Do not link libmovit against SDL; only the unit tests...
|
commit | commitdiff | tree |
2014-03-16 |
Steinar H. Gunderson | Release Movit 1.0.2.
|
commit | commitdiff | tree |
2014-03-16 |
Steinar H. Gunderson | Make $(libdir) on make install, in case it does not...
|
commit | commitdiff | tree |
2014-03-16 |
Steinar H. Gunderson | Make make install honor DESTDIR.
|
commit | commitdiff | tree |
2014-03-16 |
Steinar H. Gunderson | Release Movit 1.0.1.
|
commit | commitdiff | tree |
2014-03-16 |
Steinar H. Gunderson | Fix a C++11 incompatibility.
|
commit | commitdiff | tree |
2014-03-16 |
Steinar H. Gunderson | Revert "Stop using -rpath when linking libmovit."
|
commit | commitdiff | tree |
2014-03-16 |
Steinar H. Gunderson | Release Movit 1.0.
|
commit | commitdiff | tree |
2014-03-16 |
Steinar H. Gunderson | Make a 'make dist' target.
|
commit | commitdiff | tree |
2014-03-16 |
Steinar H. Gunderson | Add the two missing FFT shaders to MISSING_SHADERS.
|
commit | commitdiff | tree |
2014-03-16 |
Steinar H. Gunderson | Stop using -rpath when linking libmovit.
|
commit | commitdiff | tree |
2014-03-16 |
Steinar H. Gunderson | Start doing symbol versioning.
|
commit | commitdiff | tree |
2014-03-16 |
Steinar H. Gunderson | Merge branch 'master' into epoxy
|
commit | commitdiff | tree |
2014-03-16 |
Steinar H. Gunderson | Add an FFT convolution effect.
|
commit | commitdiff | tree |
2014-03-15 |
Steinar H. Gunderson | Make SliceEffect slice from the top, not the bottom.
|
commit | commitdiff | tree |
2014-03-15 |
Steinar H. Gunderson | Revert "Support pad/crop from bottom, not just from...
|
commit | commitdiff | tree |
2014-03-15 |
Steinar H. Gunderson | In the README, document that we have luma mix.
|
commit | commitdiff | tree |
2014-03-15 |
Steinar H. Gunderson | Support pad/crop from bottom, not just from the top.
|
commit | commitdiff | tree |
2014-03-15 |
Steinar H. Gunderson | Merge branch 'master' into epoxy
|
commit | commitdiff | tree |
2014-03-15 |
Steinar H. Gunderson | Fix a bug where repeated vertical FFTs would reverse...
|
commit | commitdiff | tree |
2014-03-13 |
Steinar H. Gunderson | Merge branch 'master' into epoxy
|
commit | commitdiff | tree |
2014-03-13 |
Steinar H. Gunderson | Properly install texture1d.frag, which is needed during...
|
commit | commitdiff | tree |
2014-03-13 |
Steinar H. Gunderson | Properly install fp16.h.
|
commit | commitdiff | tree |
2014-03-12 |
Steinar H. Gunderson | More tweaks to the .ld generation.
|
commit | commitdiff | tree |
2014-03-12 |
Steinar H. Gunderson | Merge branch 'master' into epoxy
|
commit | commitdiff | tree |
2014-03-12 |
Steinar H. Gunderson | Add more unit tests for fp16.
|
commit | commitdiff | tree |
2014-03-12 |
Steinar H. Gunderson | Make the COVERAGE variable into an --enable-coverage...
|
commit | commitdiff | tree |
2014-03-11 |
Steinar H. Gunderson | .gitignore lots of libtool stuff.
|
commit | commitdiff | tree |
2014-03-11 |
Steinar H. Gunderson | .gitignore more unit tests.
|
commit | commitdiff | tree |
2014-03-11 |
Steinar H. Gunderson | Ignore .ld files.
|
commit | commitdiff | tree |
2014-03-11 |
Steinar H. Gunderson | Merge branch 'master' into epoxy
|
commit | commitdiff | tree |
2014-03-11 |
Steinar H. Gunderson | Fix some formatting messups.
|
commit | commitdiff | tree |
2014-03-11 |
Steinar H. Gunderson | Merge branch 'master' into epoxy
|
commit | commitdiff | tree |
2014-03-11 |
Steinar H. Gunderson | Add a simple luma wipe transition.
|
commit | commitdiff | tree |
2014-03-11 |
Steinar H. Gunderson | Merge branch 'master' into epoxy
|
commit | commitdiff | tree |
2014-03-11 |
Steinar H. Gunderson | Support GL_R and 16-bit fixed-point textures in FlatInput.
|
commit | commitdiff | tree |
2014-03-11 |
Steinar H. Gunderson | Merge branch 'master' into epoxy
|
commit | commitdiff | tree |
2014-03-11 |
Steinar H. Gunderson | Fix dependencies for .lo files.
|
commit | commitdiff | tree |
2014-03-10 |
Steinar H. Gunderson | Merge branch 'master' into epoxy
|
commit | commitdiff | tree |
2014-03-10 |
Steinar H. Gunderson | Add an effect for complex multiplication.
|
commit | commitdiff | tree |
2014-03-10 |
Steinar H. Gunderson | Formalize the notion of messing with sampler state.
|
commit | commitdiff | tree |
2014-03-10 |
Steinar H. Gunderson | Handle texture non-bounce a bit better.
|
commit | commitdiff | tree |
2014-03-10 |
Steinar H. Gunderson | Handle texture non-bounce a bit better.
|
commit | commitdiff | tree |
2014-03-10 |
Steinar H. Gunderson | Merge branch 'master' into epoxy
|
commit | commitdiff | tree |
2014-03-09 |
Steinar H. Gunderson | Add support for fp16 and RG textures to FlatInput.
|
commit | commitdiff | tree |
2014-03-09 |
Steinar H. Gunderson | Ignore libtool files in .gitignore.
|
commit | commitdiff | tree |
2014-03-09 |
Steinar H. Gunderson | Add an effect to do re-slicing of the image, for overlap...
|
commit | commitdiff | tree |
2014-03-09 |
Steinar H. Gunderson | Add utility functions for EffectChain to add inputs...
|
commit | commitdiff | tree |
2014-03-09 |
Steinar H. Gunderson | Do our own fp16 conversion in ResampleEffect.
|
commit | commitdiff | tree |
2014-03-09 |
Steinar H. Gunderson | Store all twiddle factors as fp16.
|
commit | commitdiff | tree |
2014-03-09 |
Steinar H. Gunderson | Add a utility library for downconverting to fp16.
|
commit | commitdiff | tree |
2014-03-09 |
Steinar H. Gunderson | Do our own fp16 conversion in ResampleEffect.
|
commit | commitdiff | tree |
2014-03-09 |
Steinar H. Gunderson | Store all twiddle factors as fp16.
|
commit | commitdiff | tree |
2014-03-09 |
Steinar H. Gunderson | Add a utility library for downconverting to fp16.
|
commit | commitdiff | tree |
2014-03-09 |
Steinar H. Gunderson | Support SDL2.
|
commit | commitdiff | tree |
2014-03-09 |
Steinar H. Gunderson | Merge branch 'master' into epoxy
|
commit | commitdiff | tree |
2014-03-09 |
Steinar H. Gunderson | Fix the widget display in the demo app.
|
commit | commitdiff | tree |
2014-03-09 |
Steinar H. Gunderson | Merge branch 'master' into epoxy
|
commit | commitdiff | tree |
2014-03-09 |
Steinar H. Gunderson | Fix the roundoff test.
|
commit | commitdiff | tree |
2014-03-09 |
Steinar H. Gunderson | Note in the README that OpenGL 3.0 is sufficient.
|
commit | commitdiff | tree |
2014-03-09 |
Steinar H. Gunderson | Stop using 1D textures.
|
commit | commitdiff | tree |
2014-03-09 |
Steinar H. Gunderson | Check for core OpenGL versions, not just extensions.
|
commit | commitdiff | tree |
2014-03-09 |
Steinar H. Gunderson | Switch from using GLEW to epoxy.
|
commit | commitdiff | tree |
2014-03-08 |
Steinar H. Gunderson | Remove GL_LUMINANCE in more places.
|
commit | commitdiff | tree |
2014-03-08 |
Steinar H. Gunderson | Use the GL_RED texture format instead of GL_LUMINANCE.
|
commit | commitdiff | tree |
next |