Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use an atomic unique_ptr for the device's context array | Chris Robinson | 2024-01-01 | 1 | -9/+3 |
| | |||||
* | Make the device clock members atomic | Chris Robinson | 2023-12-03 | 1 | -0/+3 |
| | | | | | | Even though they're protected by a SeqLock of sorts, it's still UB to read and write non-atomic vars from different threads. It's fine to do relaxed reads and writes given the lock though, to help alleviate the cost. | ||||
* | Make the backend pointer part of ALCdevice instead of DeviceBase | Chris Robinson | 2021-11-19 | 1 | -0/+16 |
| | |||||
* | Move the DeviceBase declaraction to core | Chris Robinson | 2021-04-24 | 1 | -0/+7 |