commit | 3941cb240d438bfdebe24920bb2ada86456a0bf9 | [log] [tgz] |
---|---|---|
author | Jamie Gennis <jgennis@google.com> | Mon Sep 17 16:58:17 2012 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Sep 18 10:59:40 2012 -0700 |
tree | 199bc20b70e5be24a8cc987b4bdaec813a01f7b3 | |
parent | 8dfa92fef9759a881e96ee58d59875d35023aab9 [diff] |
SurfaceTexture: default to doing GL sync This change makes updateTexImage default to performing the necessary synchronization and adds an argument for SurfaceFlinger to disable that synchronization so that it can be performed lazily. Change-Id: I7c20923cc786634126fbf7021c9d2541aa77be5d Bug: 6991805