| Commit message (Expand) | Author | Age | Files | Lines |
* | Check for MinGW in CMakeLists.txt instead of config.h | Chris Robinson | 2013-06-20 | 1 | -3/+0 |
* | Work around some problems with KDevelop's parser | Chris Robinson | 2013-06-18 | 1 | -0/+6 |
* | Don't explicitly check for fesetround | Chris Robinson | 2013-05-22 | 1 | -3/+0 |
* | Use restrict instead of RESTRICT | Chris Robinson | 2013-05-22 | 1 | -3/+0 |
* | Add a QSA backend for QNX | Chris Robinson | 2013-03-14 | 1 | -0/+3 |
* | Explicitly check for malloc.h | Chris Robinson | 2012-11-25 | 1 | -0/+3 |
* | Remove the float math wrapper functions | Chris Robinson | 2012-10-25 | 1 | -33/+0 |
* | Define RESTRICT in config.h instead of alMain.h | Chris Robinson | 2012-10-09 | 1 | -6/+4 |
* | Revert "Use __cpuid from intrin.h in Windows when available" | Chris Robinson | 2012-10-07 | 1 | -6/+0 |
* | Use __cpuid from intrin.h in Windows when available | Chris Robinson | 2012-10-07 | 1 | -0/+6 |
* | Include windows.h before cpuid.h to avoid __cpuid clashes | Chris Robinson | 2012-10-06 | 1 | -6/+9 |
* | Use lrintf to fast convert floats to ints when possible | Chris Robinson | 2012-09-28 | 1 | -0/+3 |
* | fpu_control.h is no longer used | Chris Robinson | 2012-09-18 | 1 | -3/+0 |
* | Fix a typo in a comment | Chris Robinson | 2012-09-17 | 1 | -1/+1 |
* | Use __control87_2 when available | Chris Robinson | 2012-09-16 | 1 | -0/+3 |
* | Workaround MinGW __declspec(align(x)) bug | Chris Robinson | 2012-09-08 | 1 | -0/+3 |
* | Add wrapper methods to ensure aligned allocations | Chris Robinson | 2012-08-15 | 1 | -0/+9 |
* | Make sure the working coefficients are aligned for the SSE mixer | Chris Robinson | 2012-08-15 | 1 | -0/+2 |
* | Add cmake options to disable or require support for CPU extensions | Chris Robinson | 2012-08-15 | 1 | -0/+6 |
* | Add an SSE-enhanced HRTF mixer using intrinsics | Chris Robinson | 2012-08-14 | 1 | -0/+3 |
* | Check for some CPU extensions | Chris Robinson | 2012-08-13 | 1 | -0/+3 |
* | Set the FPU into single-precision mode for mixer updates | Chris Robinson | 2011-09-29 | 1 | -0/+3 |
* | Look for and use atan2f, log10f, and floorf | Chris Robinson | 2011-09-24 | 1 | -0/+9 |
* | Check for asinf and use it | Chris Robinson | 2011-09-23 | 1 | -0/+3 |
* | Use cosf and sinf when available | Chris Robinson | 2011-09-22 | 1 | -0/+6 |
* | Remove a couple type size checks | Chris Robinson | 2011-09-20 | 1 | -6/+0 |
* | Use ARM Neon vector ops to apply HRTFs when available | Chris Robinson | 2011-08-11 | 1 | -0/+3 |
* | Look for ieeefp.h and include it when appropriate | Chris Robinson | 2011-07-23 | 1 | -0/+3 |
* | Add a FreeBSD sndio backend | Chris Robinson | 2011-06-22 | 1 | -0/+3 |
* | Add an OpenSL backend | Chris Robinson | 2011-06-12 | 1 | -0/+3 |
* | Fix handling of GUID definitions | Chris Robinson | 2011-05-22 | 1 | -3/+6 |
* | Use libuuid when it has MMDevApi's UIDs | Chris Robinson | 2011-05-21 | 1 | -0/+3 |
* | Determine the function export attribute using CMake | Chris Robinson | 2011-05-17 | 1 | -4/+3 |
* | Add a skeleton backend for MMDevApi | Chris Robinson | 2011-05-15 | 1 | -0/+3 |
* | Check for the C99 restrict keyword | Chris Robinson | 2011-05-02 | 1 | -0/+6 |
* | Add a CoreAudio backend | Chris Robinson | 2011-03-15 | 1 | -0/+3 |
* | Make the Wave Writer backend optional | Chris Robinson | 2010-06-08 | 1 | -0/+3 |
* | Use powf when available | Chris Robinson | 2010-03-07 | 1 | -0/+3 |
* | Use GCC's format attribute for al_printf | Chris Robinson | 2010-01-12 | 1 | -0/+3 |
* | Hide OSS and Solaris devices if their files can't be stat'd | Chris Robinson | 2010-01-09 | 1 | -0/+3 |
* | Check for the pthread_setschedparam function | Chris Robinson | 2009-11-29 | 1 | -0/+3 |
* | Add a PulseAudio backend | Chris Robinson | 2009-04-16 | 1 | -0/+3 |
* | Remove the SDL backend | Chris Robinson | 2009-03-10 | 1 | -9/+0 |
* | Add a PortAudio backend | Chris Robinson | 2009-03-10 | 1 | -0/+3 |
* | Reimplement panning using lookup tables, based on a patch by Christian Borss | Chris Robinson | 2009-01-24 | 1 | -0/+6 |
* | Search for SDL.h in addition to SDL/SDL.h | Chris Robinson | 2008-12-12 | 1 | -0/+6 |
* | Add an SDL backend | Chris Robinson | 2008-12-07 | 1 | -0/+3 |
* | Append the driver and its version to the AL version string | Chris Robinson | 2008-10-25 | 1 | -0/+3 |
* | Include float.h if it exists, for _RC_CHOP and _MCW_RC | Chris Robinson | 2008-10-14 | 1 | -0/+3 |
* | Add a Solaris playback backend | Chris Robinson | 2008-09-07 | 1 | -0/+3 |