This website requires JavaScript.
Explore
Help
Sign In
kcat
/
openal-soft
Watch
1
Star
0
Fork
0
You've already forked openal-soft
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
openal-soft
/
OpenAL32
History
Chris Robinson
f5f2cdaaf3
Add a POPCNT64 macro
...
To count the number of 1/on bits in a 64-bit value
2018-11-24 21:16:53 -08:00
..
Include
Add a POPCNT64 macro
2018-11-24 21:16:53 -08:00
alAuxEffectSlot.cpp
Use RAII when handling the mixer's FPU state
2018-11-21 09:07:02 -08:00
alBuffer.cpp
Replace remaining uses of std::vector with al::vector
2018-11-24 16:58:49 -08:00
alEffect.cpp
Replace remaining uses of std::vector with al::vector
2018-11-24 16:58:49 -08:00
alError.cpp
Use a standard mutex for the event callback lock
2018-11-20 10:55:57 -08:00
alExtension.cpp
Move the ALCcontext definition to its own header
2018-11-17 23:02:27 -08:00
alFilter.cpp
Replace remaining uses of std::vector with al::vector
2018-11-24 16:58:49 -08:00
alListener.cpp
Use C++ more in alListener.cpp
2018-11-20 11:17:54 -08:00
alSource.cpp
Ensure an enum is the appropriate size/type
2018-11-24 11:41:50 -08:00
alState.cpp
Use a standard mutex for the event callback lock
2018-11-20 10:55:57 -08:00
event.cpp
Use a standard mutex for the event callback lock
2018-11-20 10:55:57 -08:00
sample_cvt.cpp
Convert sample_cvt.c to C++
2018-11-16 05:24:15 -08:00