Hold a reference on the context when being set as current on the thread
commitf8c4b16c30743088e0ab9fd7219432a12983fafa
authorChris Robinson <chris.kcat@gmail.com>
Mon, 29 Aug 2011 01:08:48 +0000 (28 18:08 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Mon, 29 Aug 2011 01:08:48 +0000 (28 18:08 -0700)
treefb18c1de2332ccbc6033897eb2f0846c7d2764c3
parentc567339718b10713a695bcb9cd171919779780a4
Hold a reference on the context when being set as current on the thread

This should vastly improve efficiency for retrieving the current thread
context, as we can be assured the stored context pointer will always be valid.
Alc/ALc.c