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

Issue 221453007: mojo/gpu: use SharedBuffer instead of base::SharedMemory with hacks (Closed)

Created:
6 years, 8 months ago by piman
Modified:
6 years, 8 months ago
Reviewers:
viettrungluu
CC:
chromium-reviews, Aaron Boodman, darin (slow to review), viettrungluu+watch_chromium.org, ben+mojo_chromium.org, abarth-chromium
Visibility:
Public.

Description

mojo/gpu: use SharedBuffer instead of base::SharedMemory with hacks BUG=333157 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=261578

Patch Set 1 #

Total comments: 2

Patch Set 2 : rebase #

Patch Set 3 : Map after Duplicate to avoid address space leaks #

Patch Set 4 : Fix assert #

Patch Set 5 : Fix missing include #

Unified diffs Side-by-side diffs Delta from patch set Stats (+156 lines, -92 lines) Patch
M mojo/gles2/command_buffer_client_impl.h View 2 chunks +3 lines, -6 lines 0 comments Download
M mojo/gles2/command_buffer_client_impl.cc View 1 2 5 chunks +44 lines, -18 lines 0 comments Download
M mojo/mojo_services.gypi View 2 chunks +3 lines, -0 lines 0 comments Download
M mojo/public/cpp/system/core.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M mojo/services/gles2/command_buffer.mojom View 2 chunks +3 lines, -8 lines 0 comments Download
M mojo/services/gles2/command_buffer_impl.h View 2 chunks +6 lines, -5 lines 0 comments Download
M mojo/services/gles2/command_buffer_impl.cc View 4 chunks +17 lines, -17 lines 0 comments Download
M mojo/services/gles2/command_buffer_type_conversions.h View 1 chunk +0 lines, -10 lines 0 comments Download
M mojo/services/gles2/command_buffer_type_conversions.cc View 1 chunk +0 lines, -24 lines 0 comments Download
A mojo/services/gles2/mojo_buffer_backing.h View 1 chunk +40 lines, -0 lines 0 comments Download
A mojo/services/gles2/mojo_buffer_backing.cc View 1 2 3 4 1 chunk +36 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
piman
needs https://codereview.chromium.org/221663004/ and https://codereview.chromium.org/213353005/ first.
6 years, 8 months ago (2014-04-02 01:47:20 UTC) #1
viettrungluu
LGTM w/comments. https://codereview.chromium.org/221453007/diff/1/mojo/gles2/command_buffer_client_impl.cc File mojo/gles2/command_buffer_client_impl.cc (right): https://codereview.chromium.org/221453007/diff/1/mojo/gles2/command_buffer_client_impl.cc#newcode38 mojo/gles2/command_buffer_client_impl.cc:38: return false; Note that on failure, you ...
6 years, 8 months ago (2014-04-02 20:15:59 UTC) #2
piman
https://codereview.chromium.org/221453007/diff/1/mojo/gles2/command_buffer_client_impl.cc File mojo/gles2/command_buffer_client_impl.cc (right): https://codereview.chromium.org/221453007/diff/1/mojo/gles2/command_buffer_client_impl.cc#newcode38 mojo/gles2/command_buffer_client_impl.cc:38: return false; On 2014/04/02 20:15:59, viettrungluu wrote: > Note ...
6 years, 8 months ago (2014-04-02 20:22:53 UTC) #3
piman
The CQ bit was checked by piman@chromium.org
6 years, 8 months ago (2014-04-02 23:59:58 UTC) #4
piman
On 2014/04/02 20:22:53, piman wrote: > https://codereview.chromium.org/221453007/diff/1/mojo/gles2/command_buffer_client_impl.cc > File mojo/gles2/command_buffer_client_impl.cc (right): > > https://codereview.chromium.org/221453007/diff/1/mojo/gles2/command_buffer_client_impl.cc#newcode38 > ...
6 years, 8 months ago (2014-04-03 00:00:49 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/piman@chromium.org/221453007/40001
6 years, 8 months ago (2014-04-03 00:02:09 UTC) #6
viettrungluu
On 2014/04/02 20:22:53, piman wrote: > https://codereview.chromium.org/221453007/diff/1/mojo/gles2/command_buffer_client_impl.cc > File mojo/gles2/command_buffer_client_impl.cc (right): > > https://codereview.chromium.org/221453007/diff/1/mojo/gles2/command_buffer_client_impl.cc#newcode38 > ...
6 years, 8 months ago (2014-04-03 00:11:39 UTC) #7
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-03 00:25:57 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on mac_chromium_compile_dbg
6 years, 8 months ago (2014-04-03 00:25:57 UTC) #9
piman
On 2014/04/03 00:25:57, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
6 years, 8 months ago (2014-04-03 00:36:42 UTC) #10
piman
The CQ bit was checked by piman@chromium.org
6 years, 8 months ago (2014-04-03 00:49:10 UTC) #11
piman
Also, blame Trung for asserting things that aren't bools (and myself for not compiling in ...
6 years, 8 months ago (2014-04-03 00:49:34 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/piman@chromium.org/221453007/60001
6 years, 8 months ago (2014-04-03 00:53:54 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-03 02:44:01 UTC) #14
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) base_unittests, browser_tests, interactive_ui_tests, net_unittests, unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=293026
6 years, 8 months ago (2014-04-03 02:44:01 UTC) #15
piman
The CQ bit was checked by piman@chromium.org
6 years, 8 months ago (2014-04-03 19:55:25 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/piman@chromium.org/221453007/80001
6 years, 8 months ago (2014-04-03 19:55:30 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-03 20:02:22 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on win_chromium_compile_dbg
6 years, 8 months ago (2014-04-03 20:02:23 UTC) #19
piman
The CQ bit was checked by piman@chromium.org
6 years, 8 months ago (2014-04-03 20:03:48 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/piman@chromium.org/221453007/80001
6 years, 8 months ago (2014-04-03 20:20:55 UTC) #21
commit-bot: I haz the power
6 years, 8 months ago (2014-04-03 23:44:30 UTC) #22
Message was sent while issue was closed.
Change committed as 261578

Powered by Google App Engine
This is Rietveld 408576698