| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Include windows.h before cpuid.h to avoid __cpuid clashes | Chris Robinson | 2012-10-06 | 1 | -17/+17 |
* | Precision control bits don't exist with SSE | Chris Robinson | 2012-09-18 | 1 | -5/+4 |
* | Win64 doesn't allow _controlfp or __control87_2 to set the precision control ... | Chris Robinson | 2012-09-18 | 1 | -0/+6 |
* | Properly restore the SSE control word with __control87_2 | Chris Robinson | 2012-09-16 | 1 | -1/+1 |
* | Properly handle the SSE control word | Chris Robinson | 2012-09-16 | 1 | -16/+37 |
* | Use __control87_2 when available | Chris Robinson | 2012-09-16 | 1 | -0/+7 |
* | Use a struct to store the FPU mode | Chris Robinson | 2012-09-16 | 1 | -12/+9 |
* | Don't include alu.h in alMain.h | Chris Robinson | 2012-09-14 | 1 | -0/+6 |
* | Enable flush-to-zero mode when possible | Chris Robinson | 2012-09-14 | 1 | -0/+40 |
* | Use _aligned_free for pointers returned by _aligned_malloc | Chris Robinson | 2012-08-24 | 1 | -1/+3 |
* | Fix aligned allocator fallback | Chris Robinson | 2012-08-16 | 1 | -3/+2 |
* | Check the max CPUID functions before calling them | Chris Robinson | 2012-08-15 | 1 | -4/+11 |
* | Add wrapper methods to ensure aligned allocations | Chris Robinson | 2012-08-15 | 1 | -0/+48 |
* | Check the correct macro for ARM Neon support | Chris Robinson | 2012-08-15 | 1 | -1/+1 |
* | Don't bother handling MMX since we don't use it | Chris Robinson | 2012-08-15 | 1 | -8/+3 |
* | Add a config option to disable use of CPU extensions | Chris Robinson | 2012-08-13 | 1 | -8/+11 |
* | Check for some CPU extensions | Chris Robinson | 2012-08-13 | 1 | -0/+55 |
* | Add some includes | Chris Robinson | 2012-06-20 | 1 | -0/+9 |
* | Remove an unused property key definition | Chris Robinson | 2012-03-12 | 1 | -2/+0 |
* | Don't use GUIDs to ID mmdevapi devices, and don't enumerate if not needed | Chris Robinson | 2012-03-01 | 1 | -0/+16 |
* | Support device enumeration with mmdevapi | Chris Robinson | 2012-02-16 | 1 | -0/+8 |
* | Don't fail to insert a map entry when the key exists and the limit is reached | Chris Robinson | 2011-11-26 | 1 | -9/+9 |
* | Return the key's value from the map when it's removed | Chris Robinson | 2011-10-06 | 1 | -30/+4 |
* | Only warn when a symbol fails to load | Chris Robinson | 2011-09-24 | 1 | -1/+1 |
* | Move Sleep implementation into helper.c and emulate sched_yield for Windows | Chris Robinson | 2011-09-20 | 1 | -2/+12 |
* | Fix indentation | Chris Robinson | 2011-09-20 | 1 | -1/+1 |
* | Log the function name instead of the source file and line number | Chris Robinson | 2011-09-02 | 1 | -8/+2 |
* | Don't set a thread priority if real-time isn't requested | Chris Robinson | 2011-08-31 | 1 | -10/+2 |
* | Add a function to initialize a RWLock | Chris Robinson | 2011-08-31 | 1 | -5/+10 |
* | Add a limit to the UIntMap size and use it for sources and effect slots | Chris Robinson | 2011-08-30 | 1 | -1/+8 |
* | Add functions to retrieve the source from the source map while removing it | Chris Robinson | 2011-08-30 | 1 | -0/+29 |
* | Use a generic int type to handle enum swaps | Chris Robinson | 2011-08-29 | 1 | -2/+2 |
* | Use a read-write lock to protect access to the UInt maps | Chris Robinson | 2011-08-29 | 1 | -7/+65 |
* | Emulate pthread TLS functions in Windows | Chris Robinson | 2011-08-28 | 1 | -0/+26 |
* | Move the GUID initialization to the helper | Chris Robinson | 2011-08-20 | 1 | -0/+21 |
* | Move some functions into a separate helper source file | Chris Robinson | 2011-08-20 | 1 | -0/+328 |