2014-04-03 |
Steinar H. Gunderson | Rewrite extension checking.
|
commit | commitdiff | tree |
2014-04-03 |
Steinar H. Gunderson | Loosen up the 0.499 vs. 0.501 subpixel resample test.
|
commit | commitdiff | tree |
2014-04-03 |
Steinar H. Gunderson | Re-add resample kernel normalization, which was broken...
|
commit | commitdiff | tree |
2014-04-03 |
Steinar H. Gunderson | Fix a bug where having two DeconvolutionSharpenEffects...
|
commit | commitdiff | tree |
2014-04-01 |
Steinar H. Gunderson | Add zooming to ResampleEffect.
|
commit | commitdiff | tree |
2014-03-30 |
Steinar H. Gunderson | Fix a bug when scaling and doing offset at the same...
|
commit | commitdiff | tree |
2014-03-29 |
Steinar H. Gunderson | Add support for offsets in ResampleEffect.
|
commit | commitdiff | tree |
2014-03-29 |
Steinar H. Gunderson | Add some asserts.
|
commit | commitdiff | tree |
2014-03-28 |
Steinar H. Gunderson | Merge branch 'epoxy'
|
commit | commitdiff | tree |
2014-03-27 |
Steinar H. Gunderson | Add a inverse flag to LumaMixEffect.
|
commit | commitdiff | tree |
2014-03-26 |
Steinar H. Gunderson | Make the ResourcePool hold FBOs as a per-context resource.
|
commit | commitdiff | tree |
2014-03-25 |
Steinar H. Gunderson | Hack around FBO/VAO sharability issues.
|
commit | commitdiff | tree |
2014-03-25 |
Steinar H. Gunderson | Add proper formats for RGB without alpha.
|
commit | commitdiff | tree |
2014-03-24 |
Steinar H. Gunderson | Add proper formats for sRGB without alpha.
|
commit | commitdiff | tree |
2014-03-24 |
Steinar H. Gunderson | Fix a typo in the make install target.
|
commit | commitdiff | tree |
2014-03-23 |
Steinar H. Gunderson | Merge branch 'epoxy' of ssh://pannekake.samfundet.no...
|
commit | commitdiff | tree |
2014-03-23 |
Steinar H. Gunderson | We switched to #version 300 es shaders for GLES a while...
|
commit | commitdiff | tree |
2014-03-23 |
Steinar H. Gunderson | Add some skeleton code for using GL_ARB_debug_output...
|
commit | commitdiff | tree |
2014-03-23 |
Steinar H. Gunderson | Merge branch 'master'
|
commit | commitdiff | tree |
2014-03-23 |
Steinar H. Gunderson | Improve macro hygiene in .frag files slightly.
|
commit | commitdiff | tree |
2014-03-22 |
Steinar H. Gunderson | Fix a small overallocation.
|
commit | commitdiff | tree |
2014-03-22 |
Steinar H. Gunderson | Cache the FFT support texture.
|
commit | commitdiff | tree |
2014-03-22 |
Steinar H. Gunderson | Use a smaller support texture for the FFT.
|
commit | commitdiff | tree |
2014-03-22 |
Steinar H. Gunderson | Fix a tiny leak (that would cause an assertion failure...
|
commit | commitdiff | tree |
2014-03-22 |
Steinar H. Gunderson | Stop the FFTPassEffect Repeat test after FFT size 128.
|
commit | commitdiff | tree |
2014-03-22 |
Steinar H. Gunderson | Merge branch 'master' into epoxy
|
commit | commitdiff | tree |
2014-03-22 |
Steinar H. Gunderson | Factor out the actual phase execution into a function.
|
commit | commitdiff | tree |
2014-03-22 |
Steinar H. Gunderson | Factor out RTT sampler setting in its own function.
|
commit | commitdiff | tree |
2014-03-22 |
Steinar H. Gunderson | Merge branch 'master' into epoxy
|
commit | commitdiff | tree |
2014-03-22 |
Steinar H. Gunderson | Redo FBO association yet again, this time per-texture.
|
commit | commitdiff | tree |
2014-03-21 |
Steinar H. Gunderson | Have separate FBOs per resolution and format.
|
commit | commitdiff | tree |
2014-03-21 |
Steinar H. Gunderson | Remove obsolete comment.
|
commit | commitdiff | tree |
2014-03-21 |
Steinar H. Gunderson | Fix a buffer overflow in MixEffectTest.
|
commit | commitdiff | tree |
2014-03-21 |
Steinar H. Gunderson | Convert another glReadPixels() to RGBA.
|
commit | commitdiff | tree |
2014-03-21 |
Steinar H. Gunderson | Properly ignore the sign bit when comparing NaNs.
|
commit | commitdiff | tree |
2014-03-21 |
Steinar H. Gunderson | Ditch BGRA use in OverlayEffectTest.
|
commit | commitdiff | tree |
2014-03-21 |
Steinar H. Gunderson | Fix non-float framebuffers in EffectChainTester.
|
commit | commitdiff | tree |
2014-03-21 |
Steinar H. Gunderson | Remove unused private members from FFTConvolutionEffect.
|
commit | commitdiff | tree |
2014-03-21 |
Steinar H. Gunderson | Use the right internal format for FORMAT_R non-float...
|
commit | commitdiff | tree |
2014-03-21 |
Steinar H. Gunderson | Add a few check_error() calls.
|
commit | commitdiff | tree |
2014-03-21 |
Steinar H. Gunderson | Don't use GL_RGBA32F/GL_RGBA16F with GL_UNSIGNED_BYTE.
|
commit | commitdiff | tree |
2014-03-21 |
Steinar H. Gunderson | Document that we can now run on core and ES contexts.
|
commit | commitdiff | tree |
2014-03-21 |
Steinar H. Gunderson | Add support for multiple shader models.
|
commit | commitdiff | tree |
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 |
next |