Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(673)

Issue 8588059: Upstream: GL implementation on Android (Closed)

Created:
9 years, 1 month ago by michaelbai
Modified:
9 years, 1 month ago
CC:
chromium-reviews, John Grabowski, Peter Beverloo
Visibility:
Public.

Description

Upstream: GL implementation on Android BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110997

Patch Set 1 #

Total comments: 8

Patch Set 2 : Address the comments #

Total comments: 4

Patch Set 3 : Address comments #

Patch Set 4 : Sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+177 lines, -3 lines) Patch
M ui/gfx/gl/egl_util.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M ui/gfx/gl/gl.gyp View 1 2 3 4 chunks +14 lines, -1 line 0 comments Download
M ui/gfx/gl/gl_bindings.h View 1 chunk +2 lines, -0 lines 0 comments Download
A ui/gfx/gl/gl_context_android.cc View 1 1 chunk +34 lines, -0 lines 0 comments Download
A ui/gfx/gl/gl_implementation_android.cc View 1 2 1 chunk +103 lines, -0 lines 0 comments Download
M ui/gfx/gl/gl_surface_egl.h View 1 chunk +3 lines, -1 line 0 comments Download
M ui/gfx/gl/gl_surface_egl.cc View 1 6 chunks +17 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
michaelbai
9 years, 1 month ago (2011-11-18 19:07:00 UTC) #1
jonathan.backer
http://codereview.chromium.org/8588059/diff/1/ui/gfx/gl/gl_context_android.cc File ui/gfx/gl/gl_context_android.cc (right): http://codereview.chromium.org/8588059/diff/1/ui/gfx/gl/gl_context_android.cc#newcode19 ui/gfx/gl/gl_context_android.cc:19: scoped_refptr<GLContextEGL> context(new GLContextEGL(share_group)); Don't you want to return a ...
9 years, 1 month ago (2011-11-18 19:33:32 UTC) #2
michaelbai
Sorry for late response, all comments were addressed. PTAL Thanks http://codereview.chromium.org/8588059/diff/1/ui/gfx/gl/gl_context_android.cc File ui/gfx/gl/gl_context_android.cc (right): http://codereview.chromium.org/8588059/diff/1/ui/gfx/gl/gl_context_android.cc#newcode19 ...
9 years, 1 month ago (2011-11-21 18:28:58 UTC) #3
jonathan.backer
LGTM with nits. AFAIK, in the CL description you should have BUG=none and TEST=none if ...
9 years, 1 month ago (2011-11-21 18:54:45 UTC) #4
michaelbai
Description was also changed. Thanks http://codereview.chromium.org/8588059/diff/5001/ui/gfx/gl/gl_implementation_android.cc File ui/gfx/gl/gl_implementation_android.cc (right): http://codereview.chromium.org/8588059/diff/5001/ui/gfx/gl/gl_implementation_android.cc#newcode67 ui/gfx/gl/gl_implementation_android.cc:67: // many GL functions ...
9 years, 1 month ago (2011-11-21 19:29:04 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/michaelbai@chromium.org/8588059/8002
9 years, 1 month ago (2011-11-21 19:37:28 UTC) #6
commit-bot: I haz the power
9 years, 1 month ago (2011-11-21 21:24:16 UTC) #7
Change committed as 110997

Powered by Google App Engine
This is Rietveld 408576698