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

Issue 2159183002: Attaching an image to many color attachment points is unsupported (Closed)

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

Description

Attaching an image to many color attachment points is unsupported See Section 5.34 Framebuffer color attachments in WebGL 2.0 spec. BUG=628861 TEST=gpu_unittests conformance2/rendering/framebuffer-unsupported.html 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/db975cd18716681f50db94d36120ba50148604fe Cr-Commit-Position: refs/heads/master@{#406613}

Patch Set 1 #

Total comments: 15

Patch Set 2 : fix zmo's comments #

Total comments: 4

Patch Set 3 : rebase only #

Patch Set 4 : remove webgl2 condition #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -2 lines) Patch
M gpu/command_buffer/service/feature_info.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/feature_info.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/framebuffer_manager.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/framebuffer_manager.cc View 1 2 3 3 chunks +34 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/framebuffer_manager_unittest.cc View 1 2 3 2 chunks +49 lines, -0 lines 2 comments Download

Messages

Total messages: 21 (10 generated)
qiankun
PTAL. The bots failures are fixed at: https://github.com/KhronosGroup/WebGL/pull/1919. We cannot land this CL until that ...
4 years, 5 months ago (2016-07-19 14:19:24 UTC) #4
Zhenyao Mo
Mostly looks good with a few minor suggestions. https://codereview.chromium.org/2159183002/diff/1/gpu/command_buffer/service/framebuffer_manager.cc File gpu/command_buffer/service/framebuffer_manager.cc (right): https://codereview.chromium.org/2159183002/diff/1/gpu/command_buffer/service/framebuffer_manager.cc#newcode237 gpu/command_buffer/service/framebuffer_manager.cc:237: samples_ ...
4 years, 5 months ago (2016-07-19 20:39:15 UTC) #5
qiankun
Thanks for review. PTAL. https://codereview.chromium.org/2159183002/diff/1/gpu/command_buffer/service/framebuffer_manager.cc File gpu/command_buffer/service/framebuffer_manager.cc (right): https://codereview.chromium.org/2159183002/diff/1/gpu/command_buffer/service/framebuffer_manager.cc#newcode237 gpu/command_buffer/service/framebuffer_manager.cc:237: samples_ == other->samples() && On ...
4 years, 5 months ago (2016-07-20 08:53:33 UTC) #6
Zhenyao Mo
https://codereview.chromium.org/2159183002/diff/20001/gpu/command_buffer/service/framebuffer_manager.cc File gpu/command_buffer/service/framebuffer_manager.cc (right): https://codereview.chromium.org/2159183002/diff/20001/gpu/command_buffer/service/framebuffer_manager.cc#newcode738 gpu/command_buffer/service/framebuffer_manager.cc:738: if (feature_info->context_type() == CONTEXT_TYPE_WEBGL2) { On 2016/07/20 08:53:33, qiankun ...
4 years, 5 months ago (2016-07-20 13:55:44 UTC) #7
qiankun
I updated the CL. Please review again. Thanks. https://codereview.chromium.org/2159183002/diff/20001/gpu/command_buffer/service/framebuffer_manager.cc File gpu/command_buffer/service/framebuffer_manager.cc (right): https://codereview.chromium.org/2159183002/diff/20001/gpu/command_buffer/service/framebuffer_manager.cc#newcode738 gpu/command_buffer/service/framebuffer_manager.cc:738: if ...
4 years, 5 months ago (2016-07-20 15:03:26 UTC) #8
Zhenyao Mo
lgtm https://codereview.chromium.org/2159183002/diff/60001/gpu/command_buffer/service/framebuffer_manager_unittest.cc File gpu/command_buffer/service/framebuffer_manager_unittest.cc (right): https://codereview.chromium.org/2159183002/diff/60001/gpu/command_buffer/service/framebuffer_manager_unittest.cc#newcode1507 gpu/command_buffer/service/framebuffer_manager_unittest.cc:1507: feature_info_->InitializeForTesting(CONTEXT_TYPE_OPENGLES3); On 2016/07/20 15:03:26, qiankun wrote: > Is ...
4 years, 5 months ago (2016-07-20 16:10:42 UTC) #9
Zhenyao Mo
https://codereview.chromium.org/2159183002/diff/20001/gpu/command_buffer/service/framebuffer_manager.cc File gpu/command_buffer/service/framebuffer_manager.cc (right): https://codereview.chromium.org/2159183002/diff/20001/gpu/command_buffer/service/framebuffer_manager.cc#newcode738 gpu/command_buffer/service/framebuffer_manager.cc:738: if (feature_info->context_type() == CONTEXT_TYPE_WEBGL2) { On 2016/07/20 15:03:26, qiankun ...
4 years, 5 months ago (2016-07-20 16:12:48 UTC) #10
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/2159183002/60001
4 years, 5 months ago (2016-07-20 17:55:02 UTC) #16
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 5 months ago (2016-07-20 18:00:41 UTC) #18
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-20 18:00:56 UTC) #19
commit-bot: I haz the power
4 years, 5 months ago (2016-07-20 18:02:15 UTC) #21
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/db975cd18716681f50db94d36120ba50148604fe
Cr-Commit-Position: refs/heads/master@{#406613}

Powered by Google App Engine
This is Rietveld 408576698