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

Issue 2680703003: Reland of Select correct copy method for DoCopySubTexture (Closed)

Created:
3 years, 10 months ago by qiankun
Modified:
3 years, 10 months ago
CC:
chromium-reviews, piman+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Select correct copy method for DoCopySubTexture BUG=687180, 691741 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 Review-Url: https://codereview.chromium.org/2680703003 Cr-Commit-Position: refs/heads/master@{#450286} Committed: https://chromium.googlesource.com/chromium/src/+/292b01d4c6d8f83a8973dc11ad76cdd63b1fb33c

Patch Set 1 #

Total comments: 4

Patch Set 2 : rebase only #

Patch Set 3 : fix perf regression on chromeos #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -41 lines) Patch
M gpu/command_buffer/common/gles2_cmd_utils.h View 1 chunk +4 lines, -1 line 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_apply_framebuffer_attachment_cmaa_intel.cc View 1 2 1 chunk +33 lines, -1 line 1 comment Download
M gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.cc View 1 chunk +1 line, -9 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 9 chunks +31 lines, -30 lines 0 comments Download

Messages

Total messages: 31 (16 generated)
qiankun
https://codereview.chromium.org/2680703003/diff/1/gpu/command_buffer/service/gles2_cmd_apply_framebuffer_attachment_cmaa_intel.cc File gpu/command_buffer/service/gles2_cmd_apply_framebuffer_attachment_cmaa_intel.cc (right): https://codereview.chromium.org/2680703003/diff/1/gpu/command_buffer/service/gles2_cmd_apply_framebuffer_attachment_cmaa_intel.cc#newcode292 gpu/command_buffer/service/gles2_cmd_apply_framebuffer_attachment_cmaa_intel.cc:292: source_texture, 0, internal_format, 0, 0, 0, 0, width_, height_, ...
3 years, 10 months ago (2017-02-07 10:46:34 UTC) #3
Zhenyao Mo
lgtm https://codereview.chromium.org/2680703003/diff/1/gpu/command_buffer/service/gles2_cmd_apply_framebuffer_attachment_cmaa_intel.cc File gpu/command_buffer/service/gles2_cmd_apply_framebuffer_attachment_cmaa_intel.cc (right): https://codereview.chromium.org/2680703003/diff/1/gpu/command_buffer/service/gles2_cmd_apply_framebuffer_attachment_cmaa_intel.cc#newcode266 gpu/command_buffer/service/gles2_cmd_apply_framebuffer_attachment_cmaa_intel.cc:266: if (GLES2Util::IsSizedColorFormat(internal_format)) { I have a question: if ...
3 years, 10 months ago (2017-02-07 18:58:07 UTC) #4
qiankun
I am landing this CL as-is to see if the bug would be fixed. I ...
3 years, 10 months ago (2017-02-08 03:44:23 UTC) #6
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/2680703003/1
3 years, 10 months ago (2017-02-08 03:45:22 UTC) #8
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://chromium.googlesource.com/chromium/src/+/a8450b810e89819add240a319586c899683dff9f
3 years, 10 months ago (2017-02-08 04:38:29 UTC) #11
Ken Russell (switch to Gerrit)
Thanks Qiankun for your excellent work on this code path and continuing to follow up ...
3 years, 10 months ago (2017-02-08 05:13:17 UTC) #12
Zhenyao Mo
On 2017/02/08 03:44:23, qiankun wrote: > I am landing this CL as-is to see if ...
3 years, 10 months ago (2017-02-08 19:30:49 UTC) #13
dshwang
https://codereview.chromium.org/2680703003/diff/1/gpu/command_buffer/service/gles2_cmd_apply_framebuffer_attachment_cmaa_intel.cc File gpu/command_buffer/service/gles2_cmd_apply_framebuffer_attachment_cmaa_intel.cc (right): https://codereview.chromium.org/2680703003/diff/1/gpu/command_buffer/service/gles2_cmd_apply_framebuffer_attachment_cmaa_intel.cc#newcode266 gpu/command_buffer/service/gles2_cmd_apply_framebuffer_attachment_cmaa_intel.cc:266: if (GLES2Util::IsSizedColorFormat(internal_format)) { On 2017/02/08 03:44:23, qiankun wrote: > ...
3 years, 10 months ago (2017-02-10 01:25:28 UTC) #14
marcheu
A revert of this CL (patchset #1 id:1) has been created in https://codereview.chromium.org/2695833003/ by marcheu@chromium.org. ...
3 years, 10 months ago (2017-02-14 01:03:55 UTC) #15
qiankun
Please review it again. https://codereview.chromium.org/2680703003/diff/40001/gpu/command_buffer/service/gles2_cmd_apply_framebuffer_attachment_cmaa_intel.cc File gpu/command_buffer/service/gles2_cmd_apply_framebuffer_attachment_cmaa_intel.cc (right): https://codereview.chromium.org/2680703003/diff/40001/gpu/command_buffer/service/gles2_cmd_apply_framebuffer_attachment_cmaa_intel.cc#newcode277 gpu/command_buffer/service/gles2_cmd_apply_framebuffer_attachment_cmaa_intel.cc:277: bool color_renderable = Immutable RGB8 ...
3 years, 10 months ago (2017-02-14 03:21:33 UTC) #18
Zhenyao Mo
On 2017/02/14 03:21:33, qiankun wrote: > Please review it again. > > https://codereview.chromium.org/2680703003/diff/40001/gpu/command_buffer/service/gles2_cmd_apply_framebuffer_attachment_cmaa_intel.cc > File ...
3 years, 10 months ago (2017-02-14 03:53:24 UTC) #21
Ken Russell (switch to Gerrit)
On 2017/02/14 03:53:24, Zhenyao Mo wrote: > On 2017/02/14 03:21:33, qiankun wrote: > > Please ...
3 years, 10 months ago (2017-02-14 04:00:16 UTC) #22
qiankun
On 2017/02/14 03:53:24, Zhenyao Mo wrote: > On 2017/02/14 03:21:33, qiankun wrote: > > Please ...
3 years, 10 months ago (2017-02-14 07:01:51 UTC) #25
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/2680703003/40001
3 years, 10 months ago (2017-02-14 07:02:19 UTC) #28
commit-bot: I haz the power
3 years, 10 months ago (2017-02-14 07:08:28 UTC) #31
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/292b01d4c6d8f83a8973dc11ad76...

Powered by Google App Engine
This is Rietveld 408576698