summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-04-08Fix --enable-vfp flagHEADmasterDavid Schleef2-2/+3
Patch from Christophe Lyon, fixes #36084.
2010-07-20x86: Fix cpuid function on x86-64David Schleef1-6/+3
Fixes: #28956.
2010-02-04Add warning about no new developmentDavid Schleef1-0/+13
2010-02-04Release 0.3.17liboil-0.3.17David Schleef1-1/+1
2010-02-04Fix compile warningDavid Schleef1-1/+1
2010-02-04Use both AC_CONFIG_MACRO_DIR and ACLOCAL_AMFLAGSDmitry V. Levin2-4/+2
libtoolize(1) tool suggests adding AC_CONFIG_MACRO_DIR macro to configure.ac, and gtkdocize tool also uses AC_CONFIG_MACRO_DIR from configure.ac to find out where to install gtk-doc.m4 file. According to libtool documentation at http://www.gnu.org/software/libtool/manual/html_node/Invoking-libtoolize.html "If libtoolize detects an explicit call to AC_CONFIG_MACRO_DIR (see The Autoconf Manual) in your configure.ac, it will put the Libtool macros in the specified directory. In the future other Autotools will automatically check the contents of AC_CONFIG_MACRO_DIR, but at the moment it is more portable to add the macro directory to ACLOCAL_AMFLAGS in Makefile.am, which is where the tools currently look. If libtoolize doesn't see AC_CONFIG_MACRO_DIR, it too will honour the first ‘-I’ argument in ACLOCAL_AMFLAGS when choosing a directory to store libtool configuration macros in. It is perfectly sensible to use both AC_CONFIG_MACRO_DIR and ACLOCAL_AMFLAGS, as long as they are kept in synchronisation." Fixed #25927
2010-02-04Use mm_load1_pd() instead of mm_load1_pd1()David Schleef2-2/+2
Fixes #23840. Patch from Rafał Rzepecki.
2010-02-04Disable motovecDavid Schleef1-0/+4
Fixes #20815
2010-02-04fix ARM -mfloat-abi=soft buildsAdrian Bunk2-2/+2
If __SOFTFP__ is defined, VFP support is not available even when __VFP_FP__ is defined.
2010-02-04Add --enable-vfpDavid Schleef1-1/+4
Patch from Kalle Vahlman. Fixes #12454
2010-02-04Disable --enable-new-abiDavid Schleef1-3/+3
2010-02-04ac_sys_symbol_underscore is now lt_David Schleef1-1/+1
Fixes #23396.
2009-10-22Add a memory clobber to placate gccDavid Schleef1-1/+2
2009-10-15disable mas10_u8_mmx_2David Schleef1-0/+2
Fixes #19672
2009-10-15back to unreleasedDavid Schleef1-1/+1
2009-03-20Version bumpDavid Schleef1-1/+1
2009-03-08if's need else's. Fix previous commitDavid Schleef10-0/+20
2009-03-08Wrap force_align_arg_pointer in HAVE_I386David Schleef10-0/+20
2009-02-26Add AltiVec detection support for OpenBSDDavid Schleef1-2/+27
Fixes #17256. Patch from Brad Smith <brad@comstyle.com>
2009-02-26Fix double free on failed arm_initDavid Schleef2-4/+2
Fixes: #17482. Patch from Stefan Kost <ensonic@hora-obscura.de>
2009-02-26Add SSE detection support for OpenBSDDavid Schleef1-4/+2
Fixes: #20002. Patch from Brad Smith <brad@comstyle.com>
2009-02-26init: shortcut benchmarking, if there is only one runable implementation.Stefan Kost1-0/+11
2009-02-26Add x86_64/amd64 to unaligned access whitelistDavid Schleef1-1/+1
2009-02-26Add cris to unaligned access whitelistDavid Schleef1-1/+1
Fixes #20058
2009-02-26remove ltdl.m4David Schleef1-431/+0
2009-02-26Clean up function prototypes used for castingDavid Schleef3-423/+421
2009-02-26bump versionDavid Schleef1-1/+1
2009-02-26Remove ' DATA' from symbol listDavid Schleef1-1/+1
2009-02-26Add srcdir to includes for out-of-source buildsDavid Schleef1-1/+1
2008-12-08Fix cpu detection on OS/XDavid Schleef1-1/+11
2008-09-13Add avg2_32xn_u8David Schleef7-0/+152
2008-06-30Merge branch 'master' of ssh://git.freedesktop.org/git/liboilliboil-0.3.15David Schleef1-3/+10
2008-06-30[build] bump versionDavid Schleef1-2/+2
2008-06-30[tests] fix stack alignment test on OS/XDavid Schleef1-3/+10
2008-06-30Move orc into separate packageDavid Schleef28-4278/+3
2008-06-30make autogen flags dependent on usernameDavid Schleef1-2/+9
2008-06-30make mmx test a bit more accurateDavid Schleef1-4/+36
2008-06-27Compile fixes on DarwinDavid Schleef1-0/+5
2008-06-09Merge branch 'master' of ssh://git.freedesktop.org/git/liboilDavid Schleef24-24/+105
2008-06-09add pkg.m4David Schleef1-0/+135
2008-05-29[oil] Compile fixes for windowsDavid Schleef11-12/+31
2008-05-29[orc] glib isn't used, so remove it from libs/cflagsDavid Schleef1-2/+2
2008-05-29[orc] Fixes for compiling for windowsDavid Schleef2-2/+0
2008-05-29[orc] Fixes for compiling for windowsDavid Schleef10-8/+72
2008-05-28[orc] add functions to refer to variables by nameDavid Schleef3-0/+63
2008-05-27[orc] Fixes to get SSE rules working.David Schleef5-11/+140
2008-05-26[orc] split up x86 related filesDavid Schleef7-1161/+1247
2008-05-26[orc] add sse rules (doesn't work yet)David Schleef2-4/+188
2008-05-26[orc] handle end pieces in MMX_4David Schleef2-27/+158
2008-05-24[orc] powerpc fixesDavid Schleef3-37/+56