Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Issue 16175005: GPU: Replace AsyncPixelTransferState with AsyncPixelTransferDelegate. (Closed)

Created:
7 years, 6 months ago by jonathan.backer
Modified:
7 years, 6 months ago
Reviewers:
piman
CC:
chromium-reviews, apatrick_chromium
Visibility:
Public.

Description

GPU: Replace AsyncPixelTransferState with AsyncPixelTransferDelegate. Manager now manages Delegates instead of States. Delegate now owns State. State is now hidden in the implementation files. BUG=240504 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=205849

Patch Set 1 : "" #

Patch Set 2 : Rebase off of ToT #

Patch Set 3 : Fix Clang style errors. #

Patch Set 4 : Fix clang warning on gpu_unittests. #

Patch Set 5 : Rebase #

Patch Set 6 : Fix lifetime issues (no scoped_refptr on Delegate, no weak_ptr on State). #

Patch Set 7 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+327 lines, -530 lines) Patch
M gpu/command_buffer/service/async_pixel_transfer_delegate.h View 1 2 3 4 5 2 chunks +4 lines, -29 lines 0 comments Download
M gpu/command_buffer/service/async_pixel_transfer_delegate.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M gpu/command_buffer/service/async_pixel_transfer_delegate_mock.h View 4 5 1 chunk +12 lines, -29 lines 0 comments Download
M gpu/command_buffer/service/async_pixel_transfer_delegate_mock.cc View 1 chunk +1 line, -7 lines 0 comments Download
M gpu/command_buffer/service/async_pixel_transfer_manager.h View 1 2 3 4 5 6 4 chunks +13 lines, -10 lines 0 comments Download
M gpu/command_buffer/service/async_pixel_transfer_manager.cc View 1 2 3 4 5 6 2 chunks +20 lines, -20 lines 0 comments Download
M gpu/command_buffer/service/async_pixel_transfer_manager_egl.h View 1 2 3 4 5 3 chunks +7 lines, -4 lines 0 comments Download
M gpu/command_buffer/service/async_pixel_transfer_manager_egl.cc View 1 2 3 4 5 6 16 chunks +60 lines, -114 lines 0 comments Download
M gpu/command_buffer/service/async_pixel_transfer_manager_idle.h View 3 chunks +5 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/async_pixel_transfer_manager_idle.cc View 3 4 5 9 chunks +39 lines, -49 lines 0 comments Download
M gpu/command_buffer/service/async_pixel_transfer_manager_mock.h View 1 chunk +5 lines, -1 line 0 comments Download
M gpu/command_buffer/service/async_pixel_transfer_manager_share_group.h View 1 2 3 4 5 3 chunks +7 lines, -4 lines 0 comments Download
M gpu/command_buffer/service/async_pixel_transfer_manager_share_group.cc View 1 2 3 4 5 6 12 chunks +45 lines, -87 lines 0 comments Download
M gpu/command_buffer/service/async_pixel_transfer_manager_stub.h View 2 chunks +4 lines, -4 lines 0 comments Download
M gpu/command_buffer/service/async_pixel_transfer_manager_stub.cc View 3 4 5 4 chunks +11 lines, -38 lines 0 comments Download
M gpu/command_buffer/service/async_pixel_transfer_manager_sync.h View 3 chunks +5 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/async_pixel_transfer_manager_sync.cc View 3 4 5 7 chunks +13 lines, -41 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.h View 1 chunk +0 lines, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 3 4 5 6 6 chunks +13 lines, -22 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc View 1 2 3 4 5 6 6 chunks +63 lines, -60 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
jonathan.backer
This step of the refactor touches the API so I had to touch all of ...
7 years, 6 months ago (2013-06-07 15:08:50 UTC) #1
jonathan.backer
@piman: I addressed the comments as per our discussion: - removed the ref count on ...
7 years, 6 months ago (2013-06-11 20:37:27 UTC) #2
piman
lgtm
7 years, 6 months ago (2013-06-11 22:12:17 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/16175005/17002
7 years, 6 months ago (2013-06-12 13:12:06 UTC) #4
commit-bot: I haz the power
Failed to apply patch for gpu/command_buffer/service/async_pixel_transfer_manager.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 6 months ago (2013-06-12 13:12:11 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/16175005/84001
7 years, 6 months ago (2013-06-12 13:22:05 UTC) #6
commit-bot: I haz the power
7 years, 6 months ago (2013-06-12 17:27:21 UTC) #7
Message was sent while issue was closed.
Change committed as 205849

Powered by Google App Engine
This is Rietveld 408576698