]> git.sesse.net Git - movit/history - Makefile.in
Make handling of non-RGBA sRGB textures more consistent.
[movit] / Makefile.in
2014-03-18 Steinar H. GundersonMerge branch 'epoxy' into epoxy
2014-03-18 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-17 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-17 Steinar H. GundersonRemove obsolete file.
2014-03-16 Steinar H. GundersonRelease Movit 1.0.3. 1.0.3
2014-03-16 Steinar H. GundersonTake LDFLAGS properly from configure, and distinguish...
2014-03-16 Steinar H. GundersonDo not link libmovit against SDL; only the unit tests...
2014-03-16 Steinar H. GundersonRelease Movit 1.0.2. 1.0.2
2014-03-16 Steinar H. GundersonMake $(libdir) on make install, in case it does not...
2014-03-16 Steinar H. GundersonMake make install honor DESTDIR.
2014-03-16 Steinar H. GundersonRelease Movit 1.0.1. 1.0.1
2014-03-16 Steinar H. GundersonRevert "Stop using -rpath when linking libmovit."
2014-03-16 Steinar H. GundersonRelease Movit 1.0. 1.0
2014-03-16 Steinar H. GundersonMake a 'make dist' target.
2014-03-16 Steinar H. GundersonAdd the two missing FFT shaders to MISSING_SHADERS.
2014-03-16 Steinar H. GundersonStop using -rpath when linking libmovit.
2014-03-16 Steinar H. GundersonStart doing symbol versioning.
2014-03-16 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-16 Steinar H. GundersonAdd an FFT convolution effect.
2014-03-15 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-13 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-13 Steinar H. GundersonProperly install texture1d.frag, which is needed during...
2014-03-13 Steinar H. GundersonProperly install fp16.h.
2014-03-12 Steinar H. GundersonMore tweaks to the .ld generation.
2014-03-12 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-12 Steinar H. GundersonMake the COVERAGE variable into an --enable-coverage...
2014-03-11 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-11 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-11 Steinar H. GundersonAdd a simple luma wipe transition.
2014-03-11 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-11 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-11 Steinar H. GundersonFix dependencies for .lo files.
2014-03-10 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-10 Steinar H. GundersonAdd an effect for complex multiplication.
2014-03-10 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-09 Steinar H. GundersonAdd an effect to do re-slicing of the image, for overla...
2014-03-09 Steinar H. GundersonAdd a utility library for downconverting to fp16.
2014-03-09 Steinar H. GundersonAdd a utility library for downconverting to fp16.
2014-03-09 Steinar H. GundersonSupport SDL2.
2014-03-09 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-09 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-09 Steinar H. GundersonSwitch from using GLEW to epoxy.
2014-01-23 Steinar H. GundersonRemove sandbox_effect from coverage.
2014-01-23 Steinar H. GundersonSet an explicit C++ tag on libtool, to ease compiling...
2014-01-23 Steinar H. GundersonAdd SHELL override from autoconf, since otherwise libto...
2014-01-23 Steinar H. GundersonTweak the exclusion rules for coverage computation...
2014-01-22 Steinar H. GundersonAdd a unit test for VignetteEffect, and fix two bugs.
2014-01-22 Steinar H. GundersonUnbreak demo build (it was broken due to a typo).
2014-01-22 Steinar H. GundersonSome tweaks to the libtool parts of the Makefile.
2014-01-22 Steinar H. GundersonUse the libtool autoconf macros.
2014-01-22 Steinar H. GundersonUse libtool for building libraries and binaries.
2014-01-19 Steinar H. GundersonAdd a new effect that can do FFT/IFFT.
2014-01-19 Steinar H. GundersonWe need to link the main library against pthreads now...
2014-01-17 Steinar H. GundersonAdd a shared ResourcePool to share resources between...
2013-12-24 Steinar H. GundersonInstall effect_util.h; it is useful for people implemen...
2013-12-14 Steinar H. GundersonProperly link in multiply_effect.
2013-02-06 Steinar H. GundersonMake building the demo app optional if SDL_image and...
2013-02-05 Steinar H. GundersonInstall defs.h on make install, since it is needed...
2013-02-03 Steinar H. GundersonIndentation fix in Makefile.in.
2013-02-03 Steinar H. GundersonUse autoconf defaults for CXX and CXXFLAGS.
2013-02-03 Steinar H. GundersonAdd a distclean target.
2013-02-03 Steinar H. GundersonFix cleaning of .dot and .frag files.
2013-02-03 Steinar H. GundersonAdd a pkg-config file.
2013-02-03 Steinar H. GundersonSwitch to autoconf to find libraries.