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

Issue 2809873003: Implement sub source for WebGL2's clearBuffer*(). (Closed)

Created:
3 years, 8 months ago by Zhenyao Mo
Modified:
3 years, 8 months ago
CC:
chromium-reviews, haraken, blink-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement sub source for WebGL2's clearBuffer*(). Conformance test is uploaded: https://github.com/KhronosGroup/WebGL/pull/2364 BUG=708730 TEST=conformance2/rendering/clearbuffer-sub-source.html R=kbr@chromium.org,kainino@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;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 Review-Url: https://codereview.chromium.org/2809873003 Cr-Commit-Position: refs/heads/master@{#464246} Committed: https://chromium.googlesource.com/chromium/src/+/67caee99605db7a1bde5ea88de2f8425672b0931

Patch Set 1 #

Patch Set 2 : rebase #

Total comments: 2

Patch Set 3 : address kbr's comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -42 lines) Patch
M third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h View 1 2 chunks +8 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp View 1 2 2 chunks +47 lines, -29 lines 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.idl View 1 chunk +6 lines, -6 lines 0 comments Download

Messages

Total messages: 24 (17 generated)
Zhenyao Mo
PTAL
3 years, 8 months ago (2017-04-11 22:55:03 UTC) #3
Ken Russell (switch to Gerrit)
LGTM with one change. https://codereview.chromium.org/2809873003/diff/20001/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp File third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp (right): https://codereview.chromium.org/2809873003/diff/20001/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp#newcode70 third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp:70: if (!total.IsValid() || total.ValueOrDefault(0) > ...
3 years, 8 months ago (2017-04-12 18:56:49 UTC) #11
Zhenyao Mo
https://codereview.chromium.org/2809873003/diff/20001/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp File third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp (right): https://codereview.chromium.org/2809873003/diff/20001/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp#newcode70 third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp:70: if (!total.IsValid() || total.ValueOrDefault(0) > view->byteLength()) { On 2017/04/12 ...
3 years, 8 months ago (2017-04-12 20:14:53 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/2809873003/40001
3 years, 8 months ago (2017-04-12 20:16:53 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: win_optional_gpu_tests_rel on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_optional_gpu_tests_rel/builds/9054)
3 years, 8 months ago (2017-04-12 22:30:01 UTC) #19
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/2809873003/40001
3 years, 8 months ago (2017-04-12 22:47:31 UTC) #21
commit-bot: I haz the power
3 years, 8 months ago (2017-04-13 02:13:15 UTC) #24
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/67caee99605db7a1bde5ea88de2f...

Powered by Google App Engine
This is Rietveld 408576698