OSDN Git Service

Fix for FBO offset when drawing with alpha
authorRussell Brenner <russellbrenner@google.com>
Fri, 18 Mar 2011 20:57:51 +0000 (13:57 -0700)
committerRussell Brenner <russellbrenner@google.com>
Fri, 18 Mar 2011 23:24:57 +0000 (16:24 -0700)
commitb1444e524d3f5e888d1ae3300b2658321fc56349
treeb89f4d0d611161145d118482185e8ee61ca774e4
parent9af1c3b94981315f36e34dea401adedbbb98d7da
Fix for FBO offset when drawing with alpha

Use new DrawGlInfo struct to detect when drawing to an FBO and adjust
topLeft of destination to (0,0).

Bug: 3275491
Change-Id: Ia3ef85d6a21475dbd27743a15edd9d16d0d9cc9e
WebKit/android/nav/WebView.cpp