Mercurial > almixer_isolated
log
age | author | description |
---|---|---|
Thu, 29 Sep 2011 11:33:34 -0700 | Eric Wing | Added addition query to get the current number of buffers processed in the new inner buffer decoupling loop because I've been seeing a lot of 59TestingError warnings. I think it is possible the value may become stale after the first iteration of the loop resulting in assumption failures which result in triggering this error. |
Tue, 13 Sep 2011 18:11:34 -0700 | Eric Wing | Added AL_SOURCE_STATE to luaal |
Tue, 13 Sep 2011 18:11:12 -0700 | Eric Wing | merged |
Tue, 13 Sep 2011 18:03:21 -0700 | Eric Wing | Split off background thread (threads only) termination and creation into separate functions from Interruption handling to make it easier to avoid race condition bug with Apple rdar://10081775 w.r.t. setting the OpenAL context. New APIs to suspend and resume update threads. Interruption handling calls these automatically. |