commit | d73299b917aafb96025ceaa5a04bc2c68f82b743 | [log] [tgz] |
---|---|---|
author | Chris Forbes <chrisforbes@google.com> | Fri Jun 10 15:25:45 2016 +1200 |
committer | Tobin Ehlis <tobine@google.com> | Mon Jun 13 14:56:31 2016 -0600 |
tree | d927840184c406e89170adabffe9ecf56e0b5eb1 | |
parent | 61636cbb75d855566f64ee1f17ed361fd9584c82 [diff] |
layers: Fix mistracking of semaphores associated with submissions When a command buffer is simultaneously inflight multiple times, each can have different semaphores associated. Storing the set of semaphores on the GLOBAL_CB_NODE caused us to get confused and emit bogus errors. Signed-off-by: Chris Forbes <chrisforbes@google.com>