commit | 3b95b4cbf23bc0c8cae4c7a5233511812e3fa0a0 | [log] [tgz] |
---|---|---|
author | Saurabh Shah <saurshah@codeaurora.org> | Wed Sep 26 17:16:51 2012 -0700 |
committer | The Android Automerger <android-build@android.com> | Thu Sep 27 18:04:26 2012 -0700 |
tree | 374248d163c26ee6e5b590e062fbc2271e1d3e72 | |
parent | f8f79fb10e33be3f08736164743706e5857fa293 [diff] |
hwc: Fix tearing on HDMI. Call glFinish() When rotator is rotating GPU writes into it causing tearing. With hwc1.1, framework doesnt use fbDev, which had a call to glFinish(). Consequently, this was missed out. Adding this missing code to hwc1.1 Related-to-Bug: 7227220 Change-Id: I7287d3d73b839fef818e31c1c8a783f1fb96d9f1 Signed-off-by: Iliyan Malchev <malchev@google.com>