History log of /frameworks/webview/chromium/plat_support/draw_gl_functor.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
85612b3e44ad690e210465bf5bf59e78fd2b7a87 12-May-2016 Chih-Hung Hsieh <chh@google.com> Fix misc-macro-parentheses warnings.

Bug: 28705665
Change-Id: I7f0f14a71b9a563bc64168c6515d339870b21380
/frameworks/webview/chromium/plat_support/draw_gl_functor.cpp
6d0b3e2ec99c0d6c11faa12f207246ee83d042ac 03-May-2016 Chih-Hung Hsieh <chh@google.com> Fix google-explicit-constructor warnings.

Bug: 28341362
Change-Id: I35376854b5e1a2a7ce49e09440632646f05c6d8f
/frameworks/webview/chromium/plat_support/draw_gl_functor.cpp
e4be25a7c5d547be06ed43166d82237cb08ad38a 25-Nov-2014 Marcin Kosiba <mkosiba@google.com> Fork draw_gl.h/draw_sw.h.

This is to make it possible to remove external/chromium_org sources.

Change-Id: Id001c75a9f32788372c713b83ee6bc5cb9259122
/frameworks/webview/chromium/plat_support/draw_gl_functor.cpp
df44c7670d1fa36fffb614ce04bf16ba25ef65d0 11-Aug-2014 Bo Liu <boliu@google.com> Add version to public structs

BUG: 16824451

Change-Id: I0bf1c06e120a48bf2f5c07e00ca0583ea1c891bb
/frameworks/webview/chromium/plat_support/draw_gl_functor.cpp
5946ee9deb44f66965e1adec70feb6ded495ae67 24-Jul-2014 Bo Liu <boliu@google.com> Add DrawGL kModeSync

BUG: 16526750

Change-Id: Id724f8bd80b3a7442156bd0fba379a5b9af72208
/frameworks/webview/chromium/plat_support/draw_gl_functor.cpp
5c5385f3e5f86c5183408e52f76f1bb7798cda9a 28-Apr-2014 Bo Liu <boliu@google.com> Use invokeFunctor instead of attachFunctor

BUG: 13961296

Change-Id: I3fb6fde088ade1c239995131be326400366152a3
/frameworks/webview/chromium/plat_support/draw_gl_functor.cpp
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/plat_support/draw_gl_functor.cpp
7a63db1dc253badb616ca318e59f55580ae0b054 28-Feb-2014 Bo Liu <boliu@google.com> Make executeHardwareAction avaiable to AwContents

Removed wrapping all of onDetachedFromWindow with executeHardwareAction,
since upstream code will have finer control on what code to wrap
executeHardwareAction in.

Also take this opportunity to clean up native public interface.

This is the first of a 3-sided patch. The upstream change is at
https://codereview.chromium.org/185133003/

Change-Id: Ie0731a9546aefa7b195c9fd43bfc5c0a72745fd1
/frameworks/webview/chromium/plat_support/draw_gl_functor.cpp
64511fa442b9937f0e6d8449ec0c230767f0cfa9 07-Sep-2013 Bo Liu <boliu@google.com> Raise NOFILE to hard limit (1024->4096) on draw functor attach

This is needed since gralloc buffers take 2 file handles on qualcomm,
and 1024 / 2 which is too low for using as tiles.

Change-Id: Ib38dc4dfde96cb4be32adb2bb85e5ed77a8c3159
/frameworks/webview/chromium/plat_support/draw_gl_functor.cpp
991b0c63bb8c0b0d8577a255b026117e9f37cece 27-Dec-2012 Jonathan Dixon <joth@google.com> Revert "Revert "Connect up DrawSW interface""

This re-lands Ie9e6a28213167e0e7eaf9d91668466935d14fe38 as the dependent change has now rolled into android tree.

Change-Id: I121d7de9c1428e773fde54653d7e60fa898c7acd
/frameworks/webview/chromium/plat_support/draw_gl_functor.cpp
d72ea1e90563e7d3056eef86c3c7dd0c526b718f 26-Dec-2012 Jonathan Dixon <joth@google.com> Revert "Connect up DrawSW interface"

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
/frameworks/webview/chromium/plat_support/draw_gl_functor.cpp
8a8a1f9b5ea238437196790b89f4dbec78fda4e9 22-Dec-2012 Jonathan Dixon <joth@google.com> Connect up DrawSW interface

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
/frameworks/webview/chromium/plat_support/draw_gl_functor.cpp
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/plat_support/draw_gl_functor.cpp