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

Issue 11362053: IPC to generate mailbox names on the GPU process IO thread. (Closed)

Created:
8 years, 1 month ago by apatrick_chromium
Modified:
8 years, 1 month ago
Reviewers:
piman
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, apatrick_chromium
Visibility:
Public.

Description

IPC to generate mailbox names on the GPU process IO thread. This allows the browser and renderer processes to get new unique mailbox names without syncing with the GPU process main thread. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=166351

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+107 lines, -3 lines) Patch
M content/common/gpu/client/command_buffer_proxy_impl.h View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M content/common/gpu/client/command_buffer_proxy_impl.cc View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M content/common/gpu/client/gpu_channel_host.h View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M content/common/gpu/client/gpu_channel_host.cc View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M content/common/gpu/gpu_channel.cc View 1 2 3 chunks +69 lines, -0 lines 0 comments Download
M content/common/gpu/gpu_messages.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/mailbox_manager.h View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/mailbox_manager.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
apatrick_chromium
8 years, 1 month ago (2012-11-02 01:10:50 UTC) #1
piman
The overall approach looks great, but I would move GenerateMailboxNames onto CommandBufferProxyImpl for consistency. WDYT? ...
8 years, 1 month ago (2012-11-02 01:18:14 UTC) #2
apatrick_chromium
There's no need for a command buffer to generate a mailbox names. How about having ...
8 years, 1 month ago (2012-11-05 20:42:24 UTC) #3
piman
lgtm
8 years, 1 month ago (2012-11-06 23:54:34 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/apatrick@chromium.org/11362053/8001
8 years, 1 month ago (2012-11-06 23:59:32 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/apatrick@chromium.org/11362053/5004
8 years, 1 month ago (2012-11-07 00:24:04 UTC) #6
commit-bot: I haz the power
8 years, 1 month ago (2012-11-07 04:45:20 UTC) #7
Change committed as 166351

Powered by Google App Engine
This is Rietveld 408576698