Avoid some alIs* calls while under the context lock
commit65f43637ceeaf4042c5fb5e02cb2fb2ccc496a64
authorChris Robinson <chris.kcat@gmail.com>
Wed, 17 Mar 2010 01:54:36 +0000 (16 18:54 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Wed, 17 Mar 2010 01:54:36 +0000 (16 18:54 -0700)
treeb9a765d39e15cd7d352eb713fa587319880fdf22
parentf37cfc486d9f7ff84d21395f9135819f0b24f274
Avoid some alIs* calls while under the context lock
Instead, use functions that verify the ID by searching the object list and
returning its handle
OpenAL32/Include/alMain.h
OpenAL32/alEffect.c
OpenAL32/alFilter.c
OpenAL32/alSource.c