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

Issue 13474014: Folded GraphicsContext3DChromium into GraphicsContext3D (Closed)

Created:
7 years, 8 months ago by bajones
Modified:
7 years, 8 months ago
CC:
blink-reviews, jamesr, Stephen Chennney, Ken Russell (switch to Gerrit), greggman, Zhenyao Mo
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Folded GraphicsContext3DChromium into GraphicsContext3D BUG=227316

Patch Set 1 #

Total comments: 7

Patch Set 2 : Addressing feedback from @zmo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+497 lines, -577 lines) Patch
M Source/WebCore/WebCore.gypi View 1 1 chunk +0 lines, -1 line 0 comments Download
D Source/WebCore/platform/chromium/support/GraphicsContext3DChromium.cpp View 1 chunk +0 lines, -574 lines 0 comments Download
M Source/WebCore/platform/graphics/GraphicsContext3D.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/WebCore/platform/graphics/GraphicsContext3D.cpp View 1 3 chunks +496 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
bajones
One of the first steps of several to streamline WebGL's implementation in Blink. This one ...
7 years, 8 months ago (2013-04-08 04:06:18 UTC) #1
Zhenyao Mo
https://codereview.chromium.org/13474014/diff/1/Source/WebCore/platform/graphics/GraphicsContext3D.cpp File Source/WebCore/platform/graphics/GraphicsContext3D.cpp (right): https://codereview.chromium.org/13474014/diff/1/Source/WebCore/platform/graphics/GraphicsContext3D.cpp#newcode431 Source/WebCore/platform/graphics/GraphicsContext3D.cpp:431: return m_private->webContext()->getProgramInfoLog(program); This can use macro. https://codereview.chromium.org/13474014/diff/1/Source/WebCore/platform/graphics/GraphicsContext3D.cpp#newcode439 Source/WebCore/platform/graphics/GraphicsContext3D.cpp:439: return ...
7 years, 8 months ago (2013-04-08 17:41:15 UTC) #2
Ken Russell (switch to Gerrit)
LGTM with Mo's review items addressed. https://codereview.chromium.org/13474014/diff/1/Source/WebCore/platform/graphics/GraphicsContext3D.cpp File Source/WebCore/platform/graphics/GraphicsContext3D.cpp (right): https://codereview.chromium.org/13474014/diff/1/Source/WebCore/platform/graphics/GraphicsContext3D.cpp#newcode502 Source/WebCore/platform/graphics/GraphicsContext3D.cpp:502: m_private->webContext()->texImage2D(target, level, internalformat, ...
7 years, 8 months ago (2013-04-08 19:13:04 UTC) #3
bajones1
Addressed Mo's feedback
7 years, 8 months ago (2013-04-08 20:18:20 UTC) #4
Ken Russell (switch to Gerrit)
7 years, 8 months ago (2013-04-08 22:30:42 UTC) #5
Landed on behalf of bajones in https://codereview.chromium.org/13592004/ .

Powered by Google App Engine
This is Rietveld 408576698