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

Issue 2500433003: support 3d texture sub-source uploads from ImageData (Closed)

Created:
4 years, 1 month ago by Kai Ninomiya
Modified:
4 years, 1 month ago
CC:
chromium-reviews, blink-reviews, haraken, Zhenyao Mo
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

support 3d texture sub-source uploads from ImageData Tested in https://github.com/KhronosGroup/WebGL/pull/2141 BUG=639145 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Committed: https://crrev.com/37ca6299bbad917d6b0b2d52f5bee18618d95b47 Cr-Commit-Position: refs/heads/master@{#432108}

Patch Set 1 #

Patch Set 2 : use unpackImageHeight correctly and add/deduplicate validation #

Total comments: 4

Patch Set 3 : address comments + roll webgl (+ rebase) #

Total comments: 1

Patch Set 4 : address comment + rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -62 lines) Patch
M DEPS View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp View 1 2 5 chunks +17 lines, -18 lines 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.idl View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h View 1 4 chunks +31 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp View 1 2 3 7 chunks +33 lines, -41 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 27 (20 generated)
Kai Ninomiya
kbr: PTAL, but I can't dry run this yet because my WebGL conformance PR will ...
4 years, 1 month ago (2016-11-11 19:10:22 UTC) #6
Ken Russell (switch to Gerrit)
Great work. Looks almost perfect. One small issue. https://codereview.chromium.org/2500433003/diff/20001/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp File third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp (right): https://codereview.chromium.org/2500433003/diff/20001/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp#newcode4752 third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp:4752: } ...
4 years, 1 month ago (2016-11-14 20:12:30 UTC) #8
Kai Ninomiya
Done. Rolling WebGL conformance and dry running. https://codereview.chromium.org/2500433003/diff/20001/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp File third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp (right): https://codereview.chromium.org/2500433003/diff/20001/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp#newcode4752 third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp:4752: } On ...
4 years, 1 month ago (2016-11-14 21:23:17 UTC) #10
Ken Russell (switch to Gerrit)
LGTM modulo one tiny thing. https://codereview.chromium.org/2500433003/diff/40001/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp File third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp (right): https://codereview.chromium.org/2500433003/diff/40001/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp#newcode4748 third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp:4748: GLint uploadHeight = adjustedSourceImageRect.height(); ...
4 years, 1 month ago (2016-11-14 21:27:38 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2500433003/60001
4 years, 1 month ago (2016-11-15 05:01:59 UTC) #23
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 1 month ago (2016-11-15 05:08:28 UTC) #25
commit-bot: I haz the power
4 years, 1 month ago (2016-11-15 05:14:15 UTC) #27
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/37ca6299bbad917d6b0b2d52f5bee18618d95b47
Cr-Commit-Position: refs/heads/master@{#432108}

Powered by Google App Engine
This is Rietveld 408576698