Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename Alc to alc | Chris Robinson | 2019-07-28 | 1 | -58/+0 |
| | |||||
* | Rename alMain.h to alcmain.h | Chris Robinson | 2019-07-28 | 1 | -1/+1 |
| | | | | And move it and alu.h to Alc/. | ||||
* | Remove the UNUSED macro | Chris Robinson | 2019-07-28 | 1 | -1/+1 |
| | |||||
* | Specify the buffer size as itself instead of the period count | Chris Robinson | 2019-04-26 | 1 | -1/+1 |
| | | | | | | | Certain backends don't need a buffer size to be a strict multiple of the period count, which allows a little more flexibility. The period/update size simply acts as the minimum request, which helps control CPU load by determining how often parameter and other pre-mixing updates are processed. | ||||
* | Use `= default` to define trivial dtor/ctor | Filip Gawin | 2019-01-09 | 1 | -2/+1 |
| | |||||
* | Use c++ headers | Filip Gawin | 2019-01-09 | 1 | -1/+1 |
| | |||||
* | Don't make the backend's lock/unlock methods noexcept | Chris Robinson | 2018-12-29 | 1 | -6/+0 |
| | |||||
* | Get rid of ALCdevice_Lock/Unlock | Chris Robinson | 2018-12-29 | 1 | -6/+0 |
| | |||||
* | Return a unique_ptr for the backend | Chris Robinson | 2018-12-29 | 1 | -1/+1 |
| | |||||
* | Convert the backends to use proper inheritence | Chris Robinson | 2018-12-28 | 1 | -44/+24 |
| | |||||
* | Use a proper constructor/destructor for the ALCbackend base | Chris Robinson | 2018-12-27 | 1 | -7/+4 |
| | |||||
* | Remove althrd_yield | Chris Robinson | 2018-11-26 | 1 | -1/+3 |
| | |||||
* | Use proper time types for the device clock time and latency | Chris Robinson | 2018-11-22 | 1 | -3/+3 |
| | |||||
* | Use standard types for the device clock times | Chris Robinson | 2018-11-22 | 1 | -1/+1 |
| | |||||
* | Remove the ATOMIC_THREAD_FENCE macro | Chris Robinson | 2018-11-19 | 1 | -3/+3 |
| | |||||
* | Remove unused declarations and definitions | Chris Robinson | 2018-11-15 | 1 | -6/+0 |
| | |||||
* | Use a C++ mutex with the device backend base | Chris Robinson | 2018-11-15 | 1 | -8/+13 |
| | |||||
* | Don't bother inlining some functions | Chris Robinson | 2018-11-13 | 1 | -0/+14 |
| | |||||
* | Convert the backend base to C++ | Chris Robinson | 2018-11-13 | 1 | -0/+79 |