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

Issue 1099853002: WebGL: add targets for WebGL 2 when check FBO targets (Closed)

Created:
5 years, 8 months ago by yunchao
Modified:
5 years, 7 months ago
CC:
blink-reviews, sof
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

WebGL: add targets for WebGL 2 when check FBO targets BUG=295792 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=194706

Patch Set 1 #

Total comments: 4

Patch Set 2 : addressed zmo@'s feedback #

Total comments: 2

Patch Set 3 : addressed kbr@'s feedback: add a validation function to make it clear #

Total comments: 2

Patch Set 4 : addressed kbr@'s feedback: get the 'correct' framebuffer bound to give target #

Total comments: 2

Patch Set 5 : addressed kbr@'s feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -3 lines) Patch
M Source/core/html/canvas/WebGL2RenderingContextBase.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/html/canvas/WebGL2RenderingContextBase.cpp View 1 2 3 4 1 chunk +19 lines, -0 lines 0 comments Download
M Source/core/html/canvas/WebGLRenderingContextBase.h View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M Source/core/html/canvas/WebGLRenderingContextBase.cpp View 1 2 3 4 2 chunks +15 lines, -3 lines 0 comments Download

Messages

Total messages: 21 (5 generated)
yunchao
A very simple change, PTAL. Thanks!
5 years, 8 months ago (2015-04-21 10:12:34 UTC) #2
Zhenyao Mo
https://codereview.chromium.org/1099853002/diff/1/Source/core/html/canvas/WebGLRenderingContextBase.cpp File Source/core/html/canvas/WebGLRenderingContextBase.cpp (right): https://codereview.chromium.org/1099853002/diff/1/Source/core/html/canvas/WebGLRenderingContextBase.cpp#newcode1372 Source/core/html/canvas/WebGLRenderingContextBase.cpp:1372: if ((target != GL_FRAMEBUFFER && !isWebGL2OrHigher()) || (target != ...
5 years, 8 months ago (2015-04-22 22:39:43 UTC) #3
yunchao
Thanks for your reviewing, @zmo. Code has been updated accordingly, PTAL. Thanks a lot. https://codereview.chromium.org/1099853002/diff/1/Source/core/html/canvas/WebGLRenderingContextBase.cpp ...
5 years, 8 months ago (2015-04-23 06:46:46 UTC) #4
Zhenyao Mo
LGTM
5 years, 8 months ago (2015-04-23 17:39:38 UTC) #5
Ken Russell (switch to Gerrit)
https://codereview.chromium.org/1099853002/diff/20001/Source/core/html/canvas/WebGLRenderingContextBase.cpp File Source/core/html/canvas/WebGLRenderingContextBase.cpp (right): https://codereview.chromium.org/1099853002/diff/20001/Source/core/html/canvas/WebGLRenderingContextBase.cpp#newcode1372 Source/core/html/canvas/WebGLRenderingContextBase.cpp:1372: if (!((isWebGL2OrHigher() && (target == GL_READ_FRAMEBUFFER || target == ...
5 years, 8 months ago (2015-04-23 17:54:32 UTC) #6
yunchao
Thanks for your reviewing, kbr@. Code has been updated accordingly, PTAL. https://codereview.chromium.org/1099853002/diff/20001/Source/core/html/canvas/WebGLRenderingContextBase.cpp File Source/core/html/canvas/WebGLRenderingContextBase.cpp (right): ...
5 years, 8 months ago (2015-04-24 07:07:35 UTC) #7
yunchao
On 2015/04/24 07:07:35, yunchao wrote: > Thanks for your reviewing, kbr@. Code has been updated ...
5 years, 7 months ago (2015-04-28 05:09:55 UTC) #8
Ken Russell (switch to Gerrit)
https://codereview.chromium.org/1099853002/diff/40001/Source/core/html/canvas/WebGLRenderingContextBase.cpp File Source/core/html/canvas/WebGLRenderingContextBase.cpp (right): https://codereview.chromium.org/1099853002/diff/40001/Source/core/html/canvas/WebGLRenderingContextBase.cpp#newcode1384 Source/core/html/canvas/WebGLRenderingContextBase.cpp:1384: if (!m_framebufferBinding || !m_framebufferBinding->object()) Looking at this again, it ...
5 years, 7 months ago (2015-04-28 05:18:59 UTC) #9
yunchao
Thanks for your reviewing, kbr@. Code has been updated accordingly, PTAL when you have time. ...
5 years, 7 months ago (2015-04-29 07:43:22 UTC) #12
yunchao
On 2015/04/29 07:43:22, yunchao wrote: > Thanks for your reviewing, kbr@. Code has been updated ...
5 years, 7 months ago (2015-04-29 11:23:51 UTC) #13
yunchao
On 2015/04/29 11:23:51, yunchao wrote: > On 2015/04/29 07:43:22, yunchao wrote: > > Thanks for ...
5 years, 7 months ago (2015-04-29 11:27:07 UTC) #14
Ken Russell (switch to Gerrit)
https://codereview.chromium.org/1099853002/diff/100001/Source/core/html/canvas/WebGLRenderingContextBase.h File Source/core/html/canvas/WebGLRenderingContextBase.h (right): https://codereview.chromium.org/1099853002/diff/100001/Source/core/html/canvas/WebGLRenderingContextBase.h#newcode888 Source/core/html/canvas/WebGLRenderingContextBase.h:888: virtual RefPtrWillBeMember<WebGLFramebuffer> getFramebufferBinding(GLenum target); I don't think it's necessary ...
5 years, 7 months ago (2015-04-30 01:41:51 UTC) #15
yunchao
Thanks for your reviewing, Ken. Code has been updated accordingly, PTAL. https://codereview.chromium.org/1099853002/diff/100001/Source/core/html/canvas/WebGLRenderingContextBase.h File Source/core/html/canvas/WebGLRenderingContextBase.h (right): ...
5 years, 7 months ago (2015-04-30 02:42:49 UTC) #16
Ken Russell (switch to Gerrit)
lgtm
5 years, 7 months ago (2015-04-30 02:54:01 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1099853002/120001
5 years, 7 months ago (2015-04-30 05:38:28 UTC) #20
commit-bot: I haz the power
5 years, 7 months ago (2015-04-30 07:28:49 UTC) #21
Message was sent while issue was closed.
Committed patchset #5 (id:120001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=194706

Powered by Google App Engine
This is Rietveld 408576698