Remove single-context mode
commit894f5ffa2e8eb94020f72e18d1e697e0c058e8ef
authorChris Robinson <chris.kcat@gmail.com>
Sun, 15 Nov 2015 00:49:34 +0000 (14 16:49 -0800)
committerChris Robinson <chris.kcat@gmail.com>
Sun, 15 Nov 2015 00:49:34 +0000 (14 16:49 -0800)
tree324a5b16a6601f7279054881cc6686174a03a76b
parentc9d2ffd6b3dbf3c44ceb667d8a1fe4abd38927bc
Remove single-context mode

This is now handled more robustly. A background context update will only occur
when the context is current, which it will either always be with thread-local
contexts, or while the context is globally current otherwise.
include/AL/alure2.h
src/context.cpp
src/device.cpp
src/device.h
src/devicemanager.cpp
src/devicemanager.h