summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix --enable-vfp flagHEADmasterDavid Schleef2011-04-082-2/+3
| | | | Patch from Christophe Lyon, fixes #36084.
* x86: Fix cpuid function on x86-64David Schleef2010-07-201-6/+3
| | | | Fixes: #28956.
* Add warning about no new developmentDavid Schleef2010-02-041-0/+13
|
* Release 0.3.17liboil-0.3.17David Schleef2010-02-041-1/+1
|
* Fix compile warningDavid Schleef2010-02-041-1/+1
|
* Use both AC_CONFIG_MACRO_DIR and ACLOCAL_AMFLAGSDmitry V. Levin2010-02-042-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
* Use mm_load1_pd() instead of mm_load1_pd1()David Schleef2010-02-042-2/+2
| | | | Fixes #23840. Patch from Rafał Rzepecki.
* Disable motovecDavid Schleef2010-02-041-0/+4
| | | | Fixes #20815
* fix ARM -mfloat-abi=soft buildsAdrian Bunk2010-02-042-2/+2
| | | | | If __SOFTFP__ is defined, VFP support is not available even when __VFP_FP__ is defined.
* Add --enable-vfpDavid Schleef2010-02-041-1/+4
| | | | Patch from Kalle Vahlman. Fixes #12454
* Disable --enable-new-abiDavid Schleef2010-02-041-3/+3
|
* ac_sys_symbol_underscore is now lt_David Schleef2010-02-041-1/+1
| | | | Fixes #23396.
* Add a memory clobber to placate gccDavid Schleef2009-10-221-1/+2
|
* disable mas10_u8_mmx_2David Schleef2009-10-151-0/+2
| | | | Fixes #19672
* back to unreleasedDavid Schleef2009-10-151-1/+1
|
* Version bumpDavid Schleef2009-03-201-1/+1
|
* if's need else's. Fix previous commitDavid Schleef2009-03-0810-0/+20
|
* Wrap force_align_arg_pointer in HAVE_I386David Schleef2009-03-0810-0/+20
|
* Add AltiVec detection support for OpenBSDDavid Schleef2009-02-261-2/+27
| | | | Fixes #17256. Patch from Brad Smith <brad@comstyle.com>
* Fix double free on failed arm_initDavid Schleef2009-02-262-4/+2
| | | | Fixes: #17482. Patch from Stefan Kost <ensonic@hora-obscura.de>
* Add SSE detection support for OpenBSDDavid Schleef2009-02-261-4/+2
| | | | Fixes: #20002. Patch from Brad Smith <brad@comstyle.com>
* init: shortcut benchmarking, if there is only one runable implementation.Stefan Kost2009-02-261-0/+11
|
* Add x86_64/amd64 to unaligned access whitelistDavid Schleef2009-02-261-1/+1
|
* Add cris to unaligned access whitelistDavid Schleef2009-02-261-1/+1
| | | | Fixes #20058
* remove ltdl.m4David Schleef2009-02-261-431/+0
|
* Clean up function prototypes used for castingDavid Schleef2009-02-263-423/+421
|
* bump versionDavid Schleef2009-02-261-1/+1
|
* Remove ' DATA' from symbol listDavid Schleef2009-02-261-1/+1
|
* Add srcdir to includes for out-of-source buildsDavid Schleef2009-02-261-1/+1
|
* Fix cpu detection on OS/XDavid Schleef2008-12-081-1/+11
|
* Add avg2_32xn_u8David Schleef2008-09-137-0/+152
|
* Merge branch 'master' of ssh://git.freedesktop.org/git/liboilliboil-0.3.15David Schleef2008-06-301-3/+10
|\
| * [tests] fix stack alignment test on OS/XDavid Schleef2008-06-301-3/+10
| |
* | [build] bump versionDavid Schleef2008-06-301-2/+2
|/
* Move orc into separate packageDavid Schleef2008-06-3028-4278/+3
|
* make autogen flags dependent on usernameDavid Schleef2008-06-301-2/+9
|
* make mmx test a bit more accurateDavid Schleef2008-06-301-4/+36
|
* Compile fixes on DarwinDavid Schleef2008-06-271-0/+5
|
* Merge branch 'master' of ssh://git.freedesktop.org/git/liboilDavid Schleef2008-06-0924-24/+105
|\
| * [oil] Compile fixes for windowsDavid Schleef2008-05-2911-12/+31
| |
| * [orc] glib isn't used, so remove it from libs/cflagsDavid Schleef2008-05-291-2/+2
| |
| * [orc] Fixes for compiling for windowsDavid Schleef2008-05-292-2/+0
| |
| * [orc] Fixes for compiling for windowsDavid Schleef2008-05-2910-8/+72
| |
* | add pkg.m4David Schleef2008-06-091-0/+135
|/
* [orc] add functions to refer to variables by nameDavid Schleef2008-05-283-0/+63
|
* [orc] Fixes to get SSE rules working.David Schleef2008-05-275-11/+140
|
* [orc] split up x86 related filesDavid Schleef2008-05-267-1161/+1247
|
* [orc] add sse rules (doesn't work yet)David Schleef2008-05-262-4/+188
|
* [orc] handle end pieces in MMX_4David Schleef2008-05-262-27/+158
|
* [orc] powerpc fixesDavid Schleef2008-05-243-37/+56
|