]> git.sesse.net Git - movit/history - Makefile.in
Revert "Add a hack to use #version 110 but keep using 130 features, for the benefit...
[movit] / Makefile.in
2015-11-22 Steinar H. GundersonStop linking widgets.o into the shared library.
2015-10-08 Steinar H. GundersonInstall identity.frag; it is needed for ResizeEffect.
2015-10-07 Steinar H. GundersonInstall the new GLSL 1.50 shaders.
2015-10-04 Steinar H. GundersonUnbreak make install after the last changes.
2015-09-24 Steinar H. GundersonRelease Movit 1.2.0. 1.2.0
2015-09-13 Steinar H. GundersonAdd a version header file to help clients that need...
2015-09-09 Steinar H. GundersonAdd support for Y'CbCr output.
2015-07-30 Steinar H. GundersonAdd ycbcr.h to HDRS.
2015-07-29 Steinar H. GundersonAdd an effect for 4:2:2 interleaved YCbCr input (UYVY).
2015-03-29 Steinar H. GundersonRelease Movit 1.1.3. 1.1.3
2014-08-12 Steinar H. GundersonRelease Movit 1.1.2. 1.1.2
2014-05-08 Steinar H. GundersonDo not export inlines from the shared library by defaul...
2014-04-12 Steinar H. GundersonRelease Movit 1.1.1. 1.1.1
2014-03-28 Steinar H. GundersonMerge branch 'epoxy'
2014-03-25 Steinar H. GundersonAdd proper formats for RGB without alpha.
2014-03-24 Steinar H. GundersonFix a typo in the make install target.
2014-03-22 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-22 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-21 Steinar H. GundersonAdd support for multiple shader models.
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.