Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Avoid unnecessarily locking the list lock | Chris Robinson | 2012-10-07 | 1 | -43/+31 | |
| | ||||||
* | Shorten format trace messages | Chris Robinson | 2012-10-06 | 1 | -2/+2 | |
| | ||||||
* | Round up the device's default slot alignment | Chris Robinson | 2012-10-05 | 1 | -1/+1 | |
| | ||||||
* | Ensure the device's default effect slot is properly aligned | Chris Robinson | 2012-09-26 | 1 | -2/+2 | |
| | ||||||
* | Help ensure the update size is a multiple of 4 with SSE | Chris Robinson | 2012-09-20 | 1 | -0/+5 | |
| | ||||||
* | Use a struct to store the FPU mode | Chris Robinson | 2012-09-16 | 1 | -5/+5 | |
| | ||||||
* | Shorten a warning | Chris Robinson | 2012-09-14 | 1 | -1/+1 | |
| | ||||||
* | Warn about SSE performance with non-multiple-of-4 update sizes | Chris Robinson | 2012-09-11 | 1 | -0/+6 | |
| | ||||||
* | Update HRTF code | Chris Robinson | 2012-09-11 | 1 | -3/+1 | |
| | | | | | | | | | | | This update allows for much more flexibility in the HRTF data. It also allows for HRTF table file names to include "%r" to represent the device's playback rate (e.g. if you set hrtf-%r.mhr, then it will try to use hrtf-44100.mhr or hrtf-48000.mhr depending if the device's output rate is 44100 or 48000, respectively). The makehrtf utility has also been updated to support more options and input file formats, as well as the new mhr format. | |||||
* | Make sure device buffers are 16-byte aligned | Chris Robinson | 2012-08-29 | 1 | -7/+7 | |
| | ||||||
* | Add methods to get source properties as doubles | Chris Robinson | 2012-08-20 | 1 | -0/+3 | |
| | ||||||
* | Properly export alGetSource3i64SOFT | Chris Robinson | 2012-08-20 | 1 | -0/+1 | |
| | ||||||
* | Use a default method to provide a dummy latency | Chris Robinson | 2012-08-19 | 1 | -0/+5 | |
| | ||||||
* | Move the device lock into the backend function table | Chris Robinson | 2012-08-18 | 1 | -7/+16 | |
| | | | | | For backend-specific implementations: this should hold the audio mixer loop for playback devices, and provide recursive mutex behavior. | |||||
* | Keep the backend device open until the last reference is released | Chris Robinson | 2012-08-18 | 1 | -4/+5 | |
| | | | | | | This should generally happen with the next ALCdevice_DecRef call unless the device is in the middle of being used in another thread, in which case it's probably best to not remove the resources. | |||||
* | Add the start of AL_SOFT_source_latency | Chris Robinson | 2012-08-18 | 1 | -0/+3 | |
| | | | | | This extension will provide a way for apps to get accurate latency and playback position information | |||||
* | Add a device method to retrieve the active latency | Chris Robinson | 2012-08-17 | 1 | -1/+1 | |
| | | | | | This is effectively the time until the next update will be heard by the user, or the closest approximation thereof, in nanoseconds. | |||||
* | Add cmake options to disable or require support for CPU extensions | Chris Robinson | 2012-08-15 | 1 | -1/+7 | |
| | ||||||
* | Add an SSE-enhanced HRTF mixer using intrinsics | Chris Robinson | 2012-08-14 | 1 | -1/+3 | |
| | | | | Not as good as it could be, but it's something | |||||
* | Add a config option to disable use of CPU extensions | Chris Robinson | 2012-08-13 | 1 | -1/+31 | |
| | ||||||
* | Check for some CPU extensions | Chris Robinson | 2012-08-13 | 1 | -0/+1 | |
| | ||||||
* | Handle the scalar values a bit better | Chris Robinson | 2012-08-11 | 1 | -2/+2 | |
| | ||||||
* | Add an option for wide stereo sources | Chris Robinson | 2012-08-09 | 1 | -0/+4 | |
| | | | | Replaces the old stereodup option | |||||
* | Use wrappers for float-typed math functions | Chris Robinson | 2012-06-29 | 1 | -1/+1 | |
| | ||||||
* | Don't use all caps for enum value names | Chris Robinson | 2012-06-28 | 1 | -43/+43 | |
| | ||||||
* | Don't needlessly verify a device | Chris Robinson | 2012-06-19 | 1 | -5/+6 | |
| | ||||||
* | Rename AllDevice -> AllDevices | Chris Robinson | 2012-05-09 | 1 | -19/+19 | |
| | ||||||
* | Remove the stereodup option | Chris Robinson | 2012-04-29 | 1 | -17/+0 | |
| | | | | There's better ways to do it now with "wide" sound sources. | |||||
* | Reorganize some ALsource fields | Chris Robinson | 2012-04-27 | 1 | -2/+2 | |
| | ||||||
* | Use a macro to declare the function and enum list members | Chris Robinson | 2012-04-20 | 1 | -447/+451 | |
| | ||||||
* | Combine ALCenum and ALenum lists | Chris Robinson | 2012-04-20 | 1 | -5/+263 | |
| | ||||||
* | Reorganize ALC functions and fixup some comments | Chris Robinson | 2012-04-20 | 1 | -392/+407 | |
| | ||||||
* | Remove some more hungarian notation | Chris Robinson | 2012-04-19 | 1 | -38/+38 | |
| | ||||||
* | Remove some more hungarian notation | Chris Robinson | 2012-04-19 | 1 | -30/+30 | |
| | ||||||
* | Remove hungarian notation from the device and context structs | Chris Robinson | 2012-04-19 | 1 | -9/+9 | |
| | ||||||
* | Read ALSOFT_TRAP_*ERROR when reading the config | Chris Robinson | 2012-04-16 | 1 | -21/+17 | |
| | ||||||
* | Don't error when querying unknown enums for the channel config and sample format | Chris Robinson | 2012-03-15 | 1 | -3/+2 | |
| | ||||||
* | Finalize ALC_SOFT_loopback | Chris Robinson | 2012-03-15 | 1 | -2/+2 | |
| | ||||||
* | Mark the GlobalContext pointer as volatile | Chris Robinson | 2012-03-14 | 1 | -1/+1 | |
| | ||||||
* | Initialize the default effect after opening the device | Chris Robinson | 2012-03-13 | 1 | -11/+16 | |
| | ||||||
* | Rename GetReverbEffect to LoadReverbPreset | Chris Robinson | 2012-03-13 | 1 | -4/+2 | |
| | ||||||
* | Use enums to specify the default channel configuration and sample type | Chris Robinson | 2012-03-13 | 1 | -5/+5 | |
| | ||||||
* | Initialize the default effect when opening the device and update it with the ↵ | Chris Robinson | 2012-03-13 | 1 | -5/+18 | |
| | | | | other effect slots | |||||
* | Pass the device to InitializeEffect and return the error enum from it | Chris Robinson | 2012-03-13 | 1 | -1/+1 | |
| | ||||||
* | Pass a device to the effect update functions | Chris Robinson | 2012-03-13 | 1 | -1/+1 | |
| | ||||||
* | Rename ForcedEffect to DefaultEffect | Chris Robinson | 2012-03-13 | 1 | -6/+6 | |
| | ||||||
* | Finalize AL_SOFT_direct_channels | Chris Robinson | 2012-03-12 | 1 | -1/+1 | |
| | ||||||
* | Pin the DLL for Windows | Chris Robinson | 2012-03-08 | 1 | -2/+4 | |
| | | | | | | | | The mmdevapi backend does not react well to being unloaded dynamically. It has a message-handling thread running in the background which can't quit before DllMain is called with DLL_PROCESS_DETACH, at which point it's too late to safely message and wait for it shutddown, thus it can continue running after the DLL is unloaded from memory. | |||||
* | Mark the device as running for capture, too | Chris Robinson | 2012-03-05 | 1 | -2/+7 | |
| | ||||||
* | Hold the list lock while calling the backend | Chris Robinson | 2012-03-05 | 1 | -11/+16 | |
| | | | | Pretty ugly, but we mustn't hold the device lock |