summaryrefslogtreecommitdiff
path: root/chromium/plat_support/jni_entry_point.cpp
AgeCommit message (Collapse)Author
2012-12-26Revert "Revert "Connect up DrawSW interface""Jonathan Dixon
This re-lands Ie9e6a28213167e0e7eaf9d91668466935d14fe38 as the dependent change has now rolled into android tree. Change-Id: I121d7de9c1428e773fde54653d7e60fa898c7acd
2012-12-26Revert "Connect up DrawSW interface"Jonathan Dixon
This reverts commit 8a8a1f9b5ea238437196790b89f4dbec78fda4e9 The dependent patch hadn't yet rolled into Android tree - will re-land this one when it does. Change-Id: If4241162a9c26997cdd6636b17cbd4182ac85096
2012-12-24Connect up DrawSW interfaceJonathan Dixon
Depends on https://codereview.chromium.org/11665020 Provides the underlying code with direct access to native bitmap pixels that back the java Canvas. Change-Id: Ie9e6a28213167e0e7eaf9d91668466935d14fe38
2012-11-12Plumb through the glue layer functor to AwContentsJonathan Dixon
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