commit | 0d11baf88920660cf0e30b25b7268a9459e8ffa5 | [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 | f795a6faa3c5558d1980f4ebda97637d30dc7a0f | |
parent | d59b5d0087c103db6bffd3cd84565ebf7fa0bb27 [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)