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

Issue 2106703002: Apply FRAMEBUFFER_SRGB for blitFramebuffer (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

Apply FRAMEBUFFER_SRGB for blitFramebuffer When read framebuffer contains sRGB formatted attachment, FRAMEBUFFER_SRGB should be enabled for blitFramebuffer api on top of desktop GL. BUG=429053 TEST=deqp/functional/gles3/framebufferblit/* CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.win:win_optional_gpu_tests_rel Committed: https://crrev.com/ee62ba686f5053bced5ef548edbb16948e9c278a Cr-Commit-Position: refs/heads/master@{#403074}

Patch Set 1 #

Total comments: 1

Patch Set 2 : fix duplicate setting #

Patch Set 3 : add CheckBoundFramebufferValid #

Total comments: 2

Patch Set 4 : fix comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -3 lines) Patch
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 3 3 chunks +29 lines, -3 lines 0 comments Download

Messages

Total messages: 20 (7 generated)
qiankun
PTAL.
4 years, 5 months ago (2016-06-28 09:26:07 UTC) #3
Zhenyao Mo
On 2016/06/28 09:26:07, qiankun wrote: > PTAL. This is definitely the fix we need, but ...
4 years, 5 months ago (2016-06-28 17:29:47 UTC) #4
qiankun
https://codereview.chromium.org/2106703002/diff/1/gpu/command_buffer/service/gles2_cmd_decoder.cc File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): https://codereview.chromium.org/2106703002/diff/1/gpu/command_buffer/service/gles2_cmd_decoder.cc#newcode3996 gpu/command_buffer/service/gles2_cmd_decoder.cc:3996: if (valid && feature_info_->feature_flags().desktop_srgb_support) { zmo@ does it make ...
4 years, 5 months ago (2016-06-29 03:05:49 UTC) #5
Zhenyao Mo
On 2016/06/29 03:05:49, qiankun wrote: > https://codereview.chromium.org/2106703002/diff/1/gpu/command_buffer/service/gles2_cmd_decoder.cc > File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): > > https://codereview.chromium.org/2106703002/diff/1/gpu/command_buffer/service/gles2_cmd_decoder.cc#newcode3996 > ...
4 years, 5 months ago (2016-06-29 05:03:19 UTC) #6
qiankun
On 2016/06/29 05:03:19, Zhenyao Mo wrote: > On 2016/06/29 03:05:49, qiankun wrote: > > > ...
4 years, 5 months ago (2016-06-29 06:04:55 UTC) #7
qiankun
It seems there is a bug for win_optional_gpu_tests_rel bot: "AssertionError(u'Triggered same task twice: webgl2_conformance_tests on ...
4 years, 5 months ago (2016-06-29 15:58:46 UTC) #9
Zhenyao Mo
lgtm https://codereview.chromium.org/2106703002/diff/40001/gpu/command_buffer/service/gles2_cmd_decoder.cc File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): https://codereview.chromium.org/2106703002/diff/40001/gpu/command_buffer/service/gles2_cmd_decoder.cc#newcode4020 gpu/command_buffer/service/gles2_cmd_decoder.cc:4020: // This is only used by DoBlitFramebufferCHROMIUM which ...
4 years, 5 months ago (2016-06-29 16:48:10 UTC) #10
Ken Russell (switch to Gerrit)
On 2016/06/29 15:58:46, qiankun wrote: > It seems there is a bug for win_optional_gpu_tests_rel bot: ...
4 years, 5 months ago (2016-06-29 19:15:04 UTC) #11
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/2106703002/60001
4 years, 5 months ago (2016-06-30 01:56:23 UTC) #14
qiankun
Landing now. https://codereview.chromium.org/2106703002/diff/40001/gpu/command_buffer/service/gles2_cmd_decoder.cc File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): https://codereview.chromium.org/2106703002/diff/40001/gpu/command_buffer/service/gles2_cmd_decoder.cc#newcode4020 gpu/command_buffer/service/gles2_cmd_decoder.cc:4020: // This is only used by DoBlitFramebufferCHROMIUM ...
4 years, 5 months ago (2016-06-30 01:56:30 UTC) #15
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 5 months ago (2016-06-30 02:52:48 UTC) #17
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-06-30 02:52:58 UTC) #18
commit-bot: I haz the power
4 years, 5 months ago (2016-06-30 02:55:39 UTC) #20
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/ee62ba686f5053bced5ef548edbb16948e9c278a
Cr-Commit-Position: refs/heads/master@{#403074}

Powered by Google App Engine
This is Rietveld 408576698