History log of /frameworks/webview/chromium/java/com/android/webview/chromium/DrawGLFunctor.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ac76b453f2ed70cb1d68e224138064d49cb1d457 24-Jun-2014 Hui Shu <hush@google.com> Do not use expect invokeFunctor to return a boolean.

BUG: 15513308
Change-Id: I3f160d66a315fe305a5923818186891f27149d0a
/frameworks/webview/chromium/java/com/android/webview/chromium/DrawGLFunctor.java
b3cf68918fea554c33516e9ed7a73a8b6f4e9301 24-May-2014 Bo Liu <boliu@google.com> Detach functor in destroy

Destroy now will synchronously tear down hardware and no longer require
onDetachedFromWindow to be called first. So detach functor before
destroying it.

BUG=15088380

Change-Id: I6acc27d0c1729e7e1dc0bf0c0916c80e1c8d0102
/frameworks/webview/chromium/java/com/android/webview/chromium/DrawGLFunctor.java
5c5385f3e5f86c5183408e52f76f1bb7798cda9a 28-Apr-2014 Bo Liu <boliu@google.com> Use invokeFunctor instead of attachFunctor

BUG: 13961296

Change-Id: I3fb6fde088ade1c239995131be326400366152a3
/frameworks/webview/chromium/java/com/android/webview/chromium/DrawGLFunctor.java
3579d6fb5d979d2d03a6250e82c37d81d672291e 21-Mar-2014 Bo Liu <boliu@google.com> Convert pointers to long to support x64

This matches https://codereview.chromium.org/205533006/

Change-Id: I27382a8ffc09d7b24866d903cc1099d9a7483c5f
/frameworks/webview/chromium/java/com/android/webview/chromium/DrawGLFunctor.java
ef6c1d6470ab42ce074fcbd0146f354336d6bf2a 15-Mar-2014 John Reck <jreck@google.com> Remove unnecessary check

Eliminate dependency on DisplayList for a condition
that can never fail. callDrawGlFunction always
returns STATUS_DONE at record time

Change-Id: I838e38e97f1428306a62270467e853c5aeaf91af
/frameworks/webview/chromium/java/com/android/webview/chromium/DrawGLFunctor.java
51f7cf16cd02f14050bb723175a2a57570e8486d 23-Apr-2013 Tao Bai <michaelbai@google.com> Allow compositor to request a GL functor callback outside of draw cycle

This is the first patch, and provide a way for AwContents to requestDrawGL.
Change-Id: I8ed54849befcc678482a56f89383ee7c5f1f9249
/frameworks/webview/chromium/java/com/android/webview/chromium/DrawGLFunctor.java
a2b0d0b4d6d1ff22fbb1329e358e1cc0a112aab3 12-Nov-2012 Jonathan Dixon <joth@google.com> Plumb through the glue layer functor to AwContents

Adds new glue-layer .so and code to load it from Java.
Depends on upstream patch https://codereview.chromium.org/11358118/
Together these changes provide all the plumbing needed to get GL
functor calls through to the chromium backend.

Change-Id: I1899d59ab6f13de6d9fb07147d36b08504ef955e
/frameworks/webview/chromium/java/com/android/webview/chromium/DrawGLFunctor.java