commit | b6a123a7c671d78929d11abda7a669216c63eafa | [log] [tgz] |
---|---|---|
author | Terence Hampson <thampson@codeaurora.org> | Thu Jul 18 11:54:16 2013 -0400 |
committer | Terence Hampson <thampson@codeaurora.org> | Thu Jul 18 12:25:15 2013 -0400 |
tree | 8b53161b82c69e426e5dc71eb8ca4c25af81bf20 | |
parent | 21028318fd3eb2e16126835218f1e1056c7510b3 [diff] |
copybit: Ensure that copybit is not generating alpha values When image was being up scaled beyond 4 times and intermediate buffer is used, alpha value would be 0 in intermediate buffer. This would then be blitted onto final buffer that contained alpha value. Since fg had alpha value of 0 entire image would be blended out. Change-Id: I6daf03e93719212ee597c218655ae8692ae79e72