Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make the buffer frequency unsigned | Chris Robinson | 2019-09-21 | 1 | -3/+3 | |
| | ||||||
* | Remove a couple no-op statements | Chris Robinson | 2019-09-13 | 1 | -2/+0 | |
| | ||||||
* | Clean up some lambda definitions | Chris Robinson | 2019-09-12 | 1 | -26/+23 | |
| | ||||||
* | Fix counting free objects | Chris Robinson | 2019-09-12 | 1 | -1/+1 | |
| | ||||||
* | Clean up some more implicit conversions | Chris Robinson | 2019-09-11 | 1 | -123/+125 | |
| | ||||||
* | Allocate buffer batches separately from buffers | Chris Robinson | 2019-09-11 | 1 | -40/+42 | |
| | ||||||
* | Use global placement new for AL object batches | Chris Robinson | 2019-09-01 | 1 | -6/+2 | |
| | ||||||
* | Modify LIKELY and UNLIKELY to not need extra parenthesis | Chris Robinson | 2019-08-04 | 1 | -116/+108 | |
| | ||||||
* | Use a smart pointer for holding the context's device | Chris Robinson | 2019-08-01 | 1 | -20/+20 | |
| | ||||||
* | Add a common base for auto-deleting ref-counted objects | Chris Robinson | 2019-08-01 | 1 | -4/+4 | |
| | | | | Which will also work as the basis for a future intrusive_ptr | |||||
* | Add iterators to ALbufferlistitem | Chris Robinson | 2019-07-31 | 1 | -3/+4 | |
| | | | | And change some types to ALuint | |||||
* | Move another function to a ALCcontext method | Chris Robinson | 2019-07-30 | 1 | -95/+90 | |
| | ||||||
* | Properly prefix ALCcontext members | Chris Robinson | 2019-07-30 | 1 | -20/+20 | |
| | ||||||
* | Rename al/* sources to avoid camel-case | Chris Robinson | 2019-07-29 | 1 | -0/+1408 | |