commit | 8ecc90d00df9ca90dfbf505daa051eb2a05a14de | [log] [tgz] |
---|---|---|
author | Kobi Cohen Arazi <kobic@codeaurora.org> | Fri Apr 15 10:38:33 2011 -0700 |
committer | Kobi Cohen Arazi <kobic@codeaurora.org> | Fri Apr 15 10:38:33 2011 -0700 |
tree | c91635f737ccf9f2387ff63c64b53a3140e6b8e6 | |
parent | 08d9d9a46250c4fad66e9b637e8898a3524c4286 [diff] |
Add lock before calling initEglImage Without that lock, there is a chance of race condition where while composing a specific index, requestBuf with the same index can be executed and touch the same data that is being used in initEglImage. (e.g. dirty flag in texture)