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

Issue 2362163003: [Command buffer] blitFramebuffer should not disable scissor test (Closed)

Created:
4 years, 2 months ago by yunchao
Modified:
4 years, 2 months ago
CC:
chromium-reviews, piman+watch_chromium.org, Yang Gu, Corentin Wallez, Jamie Madill
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Command buffer] blitFramebuffer should not disable scissor test BUG=634525 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/123afb9598205d150fdb8b91cd1d8152393514f2 Cr-Commit-Position: refs/heads/master@{#420797}

Patch Set 1 #

Patch Set 2 : remove TODO #

Patch Set 3 : Fix bots failure: we don't disable scissor test deliberately now #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -10 lines) Patch
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 chunks +2 lines, -6 lines 1 comment Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_framebuffers.cc View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_srgb_converter.h View 1 chunk +2 lines, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_srgb_converter.cc View 3 chunks +10 lines, -1 line 0 comments Download

Messages

Total messages: 30 (22 generated)
yunchao
According to GLES 3.0 spec (and OGL spec), blitFramebuffer should honor the scissor test. The ...
4 years, 2 months ago (2016-09-23 14:53:51 UTC) #16
Zhenyao Mo
https://codereview.chromium.org/2362163003/diff/40001/gpu/command_buffer/service/gles2_cmd_decoder.cc File gpu/command_buffer/service/gles2_cmd_decoder.cc (left): https://codereview.chromium.org/2362163003/diff/40001/gpu/command_buffer/service/gles2_cmd_decoder.cc#oldcode7727 gpu/command_buffer/service/gles2_cmd_decoder.cc:7727: state_.SetDeviceCapabilityState(GL_SCISSOR_TEST, false); You can only remove this conditionally. The ...
4 years, 2 months ago (2016-09-23 18:35:21 UTC) #21
Ken Russell (switch to Gerrit)
On 2016/09/23 18:35:21, Zhenyao Mo wrote: > https://codereview.chromium.org/2362163003/diff/40001/gpu/command_buffer/service/gles2_cmd_decoder.cc > File gpu/command_buffer/service/gles2_cmd_decoder.cc (left): > > https://codereview.chromium.org/2362163003/diff/40001/gpu/command_buffer/service/gles2_cmd_decoder.cc#oldcode7727 ...
4 years, 2 months ago (2016-09-23 19:18:07 UTC) #22
Zhenyao Mo
On 2016/09/23 19:18:07, Ken Russell wrote: > On 2016/09/23 18:35:21, Zhenyao Mo wrote: > > ...
4 years, 2 months ago (2016-09-23 19:42:36 UTC) #23
Zhenyao Mo
On 2016/09/23 19:42:36, Zhenyao Mo wrote: > On 2016/09/23 19:18:07, Ken Russell wrote: > > ...
4 years, 2 months ago (2016-09-23 19:49:58 UTC) #24
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/2362163003/40001
4 years, 2 months ago (2016-09-24 00:08:52 UTC) #26
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 2 months ago (2016-09-24 00:15:30 UTC) #28
commit-bot: I haz the power
4 years, 2 months ago (2016-09-24 00:19:16 UTC) #30
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/123afb9598205d150fdb8b91cd1d8152393514f2
Cr-Commit-Position: refs/heads/master@{#420797}

Powered by Google App Engine
This is Rietveld 408576698