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

Issue 127493002: Removed most calls to GraphicsContext3D from DrawingBuffer (Closed)

Created:
6 years, 11 months ago by bajones
Modified:
6 years, 11 months ago
CC:
blink-reviews, jamesr, krit, dsinclair, jbroman, danakj, dglazkov+blink, Rik, adamk+blink_chromium.org, Stephen Chennney, aandrey+blink_chromium.org, pdr., rwlbuis, Zhenyao Mo
Visibility:
Public.

Description

Removed most calls to GraphicsContext3D from DrawingBuffer Also includes some misc related refactors that were missed on previous CLs BUG=326382 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=165020

Patch Set 1 #

Total comments: 2

Patch Set 2 : Rebase #

Patch Set 3 : Fixed conformance test failures (I think) #

Patch Set 4 : Pulled painting functions out of GC3D and into the DrawingBuffer #

Patch Set 5 : Moved texImage2DSafe to DrawingBuffer, it's only caller. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+265 lines, -362 lines) Patch
M Source/core/html/canvas/WebGLRenderingContext.h View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/html/canvas/WebGLRenderingContext.cpp View 1 2 3 11 chunks +10 lines, -11 lines 0 comments Download
M Source/platform/graphics/GraphicsContext3D.h View 1 2 3 4 6 chunks +1 line, -64 lines 0 comments Download
M Source/platform/graphics/GraphicsContext3D.cpp View 1 2 3 4 10 chunks +1 line, -221 lines 0 comments Download
M Source/platform/graphics/gpu/DrawingBuffer.h View 1 2 3 4 7 chunks +45 lines, -4 lines 0 comments Download
M Source/platform/graphics/gpu/DrawingBuffer.cpp View 1 2 3 4 24 chunks +204 lines, -57 lines 0 comments Download
M Source/web/tests/DrawingBufferTest.cpp View 3 1 chunk +4 lines, -3 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
bajones
kbr@: core/ and platform/ review please? jamesr@ or adamk@: web/ review please?
6 years, 11 months ago (2014-01-08 03:02:36 UTC) #1
bajones
https://codereview.chromium.org/127493002/diff/1/Source/platform/graphics/gpu/DrawingBuffer.cpp File Source/platform/graphics/gpu/DrawingBuffer.cpp (right): https://codereview.chromium.org/127493002/diff/1/Source/platform/graphics/gpu/DrawingBuffer.cpp#newcode81 Source/platform/graphics/gpu/DrawingBuffer.cpp:81: RefPtr<GraphicsContext3D> contextSupport(GraphicsContext3D::createContextSupport(context)); Rather than require that both the context ...
6 years, 11 months ago (2014-01-08 03:13:08 UTC) #2
bajones
I think https://codereview.chromium.org/127163003 is actually going to stick this time, so this CL is valid ...
6 years, 11 months ago (2014-01-08 23:35:18 UTC) #3
bajones
Reasonably big update to the CL. I've moved all painting-related functions off of the GraphicsContext3D ...
6 years, 11 months ago (2014-01-09 22:57:35 UTC) #4
bajones
Review ping? I need to context switch for a bit, and it would be nice ...
6 years, 11 months ago (2014-01-10 19:38:56 UTC) #5
adamk
I was going to let kbr have a first shot at this before rubber-stamping
6 years, 11 months ago (2014-01-10 22:34:13 UTC) #6
Ken Russell (switch to Gerrit)
LGTM as long as this passes all tests.
6 years, 11 months ago (2014-01-13 22:36:13 UTC) #7
bajones
On 2014/01/13 22:36:13, Ken Russell wrote: > LGTM as long as this passes all tests. ...
6 years, 11 months ago (2014-01-13 22:45:27 UTC) #8
adamk
rslgtm for web/
6 years, 11 months ago (2014-01-14 00:18:55 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bajones@chromium.org/127493002/240001
6 years, 11 months ago (2014-01-14 00:34:26 UTC) #10
commit-bot: I haz the power
6 years, 11 months ago (2014-01-14 03:39:50 UTC) #11
Message was sent while issue was closed.
Change committed as 165020

Powered by Google App Engine
This is Rietveld 408576698