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

Issue 2171543002: Split DEPTH_STENCIL into DEPTH and STENCIL in command buffer (Closed)

Created:
4 years, 5 months ago by qiankun
Modified:
4 years 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

Split DEPTH_STENCIL into DEPTH and STENCIL in command buffer BUG=630568 TEST=gpu_unittests 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

Patch Set 1 #

Total comments: 2

Patch Set 2 : fix unittests and framebufferTexture2D/Layer #

Patch Set 3 : more DCHECK #

Patch Set 4 : Fix DCHECK #

Patch Set 5 : test bots #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -34 lines) Patch
M gpu/command_buffer/service/framebuffer_manager.cc View 1 2 3 4 11 chunks +12 lines, -12 lines 0 comments Download
M gpu/command_buffer/service/framebuffer_manager_unittest.cc View 1 2 3 3 chunks +0 lines, -6 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 3 6 chunks +43 lines, -15 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_framebuffers.cc View 1 2 chunks +7 lines, -1 line 0 comments Download

Messages

Total messages: 10 (4 generated)
qiankun
But a gpu_unittest fails with this change. I will investigate it tomorrow.
4 years, 5 months ago (2016-07-20 20:07:00 UTC) #3
Zhenyao Mo
https://codereview.chromium.org/2171543002/diff/1/gpu/command_buffer/service/framebuffer_manager.cc File gpu/command_buffer/service/framebuffer_manager.cc (right): https://codereview.chromium.org/2171543002/diff/1/gpu/command_buffer/service/framebuffer_manager.cc#newcode909 gpu/command_buffer/service/framebuffer_manager.cc:909: DCHECK(attachment != GL_DEPTH_STENCIL_ATTACHMENT); Also dcheck in texture side. https://codereview.chromium.org/2171543002/diff/1/gpu/command_buffer/service/gles2_cmd_decoder.cc ...
4 years, 5 months ago (2016-07-20 20:28:10 UTC) #4
qiankun
I just realize we should not split depth_stencil attachment into depth and stencil attachments in ...
4 years, 5 months ago (2016-07-21 15:43:03 UTC) #6
Zhenyao Mo
On 2016/07/21 15:43:03, qiankun wrote: > I just realize we should not split depth_stencil attachment ...
4 years, 5 months ago (2016-07-21 16:26:26 UTC) #7
Ken Russell (switch to Gerrit)
On 2016/07/21 16:26:26, Zhenyao Mo wrote: > On 2016/07/21 15:43:03, qiankun wrote: > > I ...
4 years, 5 months ago (2016-07-21 17:44:33 UTC) #8
Ken Russell (switch to Gerrit)
4 years ago (2016-11-29 22:05:05 UTC) #10
piman's work on this seems to have subsumed this CL. Thanks for this
contribution, but closing at this point.

Powered by Google App Engine
This is Rietveld 408576698