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

Issue 2190543005: Command buffer: feedback loop detection for CopyTexSubImage3D (Closed)

Created:
4 years, 4 months ago by yunchao
Modified:
4 years, 4 months ago
CC:
chromium-reviews, piman+watch_chromium.org, Yang Gu, yizhou.jiang
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Command buffer: feedback loop detection for CopyTexSubImage3D BUG=631934 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/b29cee86b63c0d22a3f80cfa151895b840ec94c7 Cr-Commit-Position: refs/heads/master@{#408611}

Patch Set 1 #

Patch Set 2 : Command buffer: feedback loop detection for CopyTexSubImage3D #

Total comments: 22

Patch Set 3 : addressed feedback from zmo #

Patch Set 4 : Fix failure on bots: disallow unexpected call for CopyTexSubImage3D in gpu_unittests #

Patch Set 5 : fix bot failure: split tests into multiple ones #

Patch Set 6 : Fix bot failure: split tests, previous calls to CopyTexSubImage3D may make framebuffer incomplete #

Unified diffs Side-by-side diffs Delta from patch set Stats (+185 lines, -15 lines) Patch
M gpu/command_buffer/service/framebuffer_manager.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M gpu/command_buffer/service/framebuffer_manager.cc View 1 2 2 chunks +6 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 5 chunks +22 lines, -11 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_textures.cc View 1 2 3 4 5 1 chunk +155 lines, -0 lines 0 comments Download

Messages

Total messages: 57 (43 generated)
yunchao
The 2nd patch. This change detects feedback loop for CopyTexSubImage3D. PTAL. Thanks a lot!
4 years, 4 months ago (2016-07-28 12:50:02 UTC) #8
qiankun
nice patch. https://codereview.chromium.org/2190543005/diff/20001/gpu/command_buffer/service/framebuffer_manager.cc File gpu/command_buffer/service/framebuffer_manager.cc (right): https://codereview.chromium.org/2190543005/diff/20001/gpu/command_buffer/service/framebuffer_manager.cc#newcode313 gpu/command_buffer/service/framebuffer_manager.cc:313: level == level_ && layer == layer_; ...
4 years, 4 months ago (2016-07-28 13:59:31 UTC) #9
Zhenyao Mo
Mostly looks good with some minor issues. Also, can you add a webgl2 conformance test ...
4 years, 4 months ago (2016-07-28 14:51:37 UTC) #10
yunchao
Thanks for your review, Zhenyao. I have one question inline. Could you double check about ...
4 years, 4 months ago (2016-07-28 15:04:05 UTC) #11
yunchao
Sorry to bother you, I know what you mean... https://codereview.chromium.org/2190543005/diff/20001/gpu/command_buffer/service/gles2_cmd_decoder.cc File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): https://codereview.chromium.org/2190543005/diff/20001/gpu/command_buffer/service/gles2_cmd_decoder.cc#newcode4308 gpu/command_buffer/service/gles2_cmd_decoder.cc:4308: ...
4 years, 4 months ago (2016-07-28 15:06:05 UTC) #12
Zhenyao Mo
https://codereview.chromium.org/2190543005/diff/20001/gpu/command_buffer/service/gles2_cmd_decoder.cc File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): https://codereview.chromium.org/2190543005/diff/20001/gpu/command_buffer/service/gles2_cmd_decoder.cc#newcode4308 gpu/command_buffer/service/gles2_cmd_decoder.cc:4308: const Framebuffer::Attachment* attachment = is_webgl2_or_es3 ? On 2016/07/28 15:04:04, ...
4 years, 4 months ago (2016-07-28 15:06:38 UTC) #13
yunchao
Code has been updated, Zhenyao and all. Please take another look. Thanks a lot! https://codereview.chromium.org/2190543005/diff/20001/gpu/command_buffer/service/framebuffer_manager.cc ...
4 years, 4 months ago (2016-07-28 15:53:06 UTC) #20
yunchao
On 2016/07/28 14:51:37, Zhenyao Mo wrote: > Mostly looks good with some minor issues. > ...
4 years, 4 months ago (2016-07-28 15:57:32 UTC) #21
Zhenyao Mo
LGTM
4 years, 4 months ago (2016-07-28 16:14:37 UTC) #22
piman
lgtm
4 years, 4 months ago (2016-07-28 20:30:21 UTC) #25
yunchao
On 2016/07/28 20:30:21, piman - slow reviews until 8-8 wrote: > lgtm @zmo and @piman, ...
4 years, 4 months ago (2016-07-29 10:09:42 UTC) #50
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/2190543005/140001
4 years, 4 months ago (2016-07-29 10:11:06 UTC) #53
commit-bot: I haz the power
Committed patchset #6 (id:140001)
4 years, 4 months ago (2016-07-29 10:14:36 UTC) #55
commit-bot: I haz the power
4 years, 4 months ago (2016-07-29 10:16:46 UTC) #57
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/b29cee86b63c0d22a3f80cfa151895b840ec94c7
Cr-Commit-Position: refs/heads/master@{#408611}

Powered by Google App Engine
This is Rietveld 408576698