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

Issue 6400007: Implement proxy for 3d-related interfaces (Closed)

Created:
9 years, 10 months ago by piman
Modified:
9 years, 7 months ago
Reviewers:
brettw
CC:
chromium-reviews, apatrick_chromium
Visibility:
Public.

Description

Implement proxy for 3d-related interfaces BUG=none TEST=Pepper Flash Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=73472

Patch Set 1 #

Patch Set 2 : separate ParamTraits<gpu::CommandBuffer::State> into own library #

Total comments: 24

Patch Set 3 : . #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2501 lines, -47 lines) Patch
M chrome/chrome_common.gypi View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/gpu_messages.cc View 1 1 chunk +0 lines, -30 lines 0 comments Download
M chrome/common/gpu_param_traits.h View 1 2 chunks +1 line, -8 lines 0 comments Download
M gpu/command_buffer/build_gles2_cmd_buffer.py View 1 2 3 5 chunks +88 lines, -4 lines 0 comments Download
M gpu/gpu.gyp View 1 2 3 1 chunk +15 lines, -0 lines 0 comments Download
A gpu/ipc/DEPS View 1 1 chunk +4 lines, -0 lines 0 comments Download
A gpu/ipc/gpu_command_buffer_traits.h View 1 1 chunk +23 lines, -0 lines 0 comments Download
A gpu/ipc/gpu_command_buffer_traits.cc View 1 1 chunk +39 lines, -0 lines 0 comments Download
M ppapi/ppapi_shared_proxy.gypi View 1 3 chunks +9 lines, -0 lines 0 comments Download
M ppapi/proxy/DEPS View 1 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/proxy/dispatcher.cc View 5 chunks +19 lines, -3 lines 0 comments Download
M ppapi/proxy/interface_id.h View 2 chunks +3 lines, -0 lines 0 comments Download
M ppapi/proxy/interface_proxy.h View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/proxy/plugin_dispatcher.h View 1 2 4 chunks +19 lines, -0 lines 0 comments Download
M ppapi/proxy/plugin_dispatcher.cc View 1 chunk +15 lines, -0 lines 0 comments Download
M ppapi/proxy/plugin_resource.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/proxy/ppapi_messages_internal.h View 1 5 chunks +65 lines, -1 line 0 comments Download
A ppapi/proxy/ppb_context_3d_proxy.h View 1 2 1 chunk +120 lines, -0 lines 0 comments Download
A ppapi/proxy/ppb_context_3d_proxy.cc View 1 2 1 chunk +584 lines, -0 lines 0 comments Download
A ppapi/proxy/ppb_gles_chromium_texture_mapping_proxy.h View 1 2 1 chunk +36 lines, -0 lines 0 comments Download
A ppapi/proxy/ppb_gles_chromium_texture_mapping_proxy.cc View 1 chunk +70 lines, -0 lines 0 comments Download
A ppapi/proxy/ppb_opengles2_proxy.h View 1 chunk +35 lines, -0 lines 0 comments Download
A ppapi/proxy/ppb_opengles2_proxy.cc View 1 chunk +1037 lines, -0 lines 0 comments Download
A ppapi/proxy/ppb_surface_3d_proxy.h View 1 2 1 chunk +100 lines, -0 lines 0 comments Download
A ppapi/proxy/ppb_surface_3d_proxy.cc View 1 2 3 1 chunk +196 lines, -0 lines 0 comments Download
M ppapi/proxy/ppp_instance_proxy.cc View 3 chunks +18 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
piman
9 years, 10 months ago (2011-01-29 01:13:44 UTC) #1
brettw
http://codereview.chromium.org/6400007/diff/3001/ppapi/proxy/plugin_dispatcher.h File ppapi/proxy/plugin_dispatcher.h (right): http://codereview.chromium.org/6400007/diff/3001/ppapi/proxy/plugin_dispatcher.h#newcode70 ppapi/proxy/plugin_dispatcher.h:70: void DidCreateInstance(PP_Instance); Normally we would name the parameter here, ...
9 years, 10 months ago (2011-01-31 18:51:29 UTC) #2
piman
http://codereview.chromium.org/6400007/diff/3001/ppapi/proxy/plugin_dispatcher.h File ppapi/proxy/plugin_dispatcher.h (right): http://codereview.chromium.org/6400007/diff/3001/ppapi/proxy/plugin_dispatcher.h#newcode70 ppapi/proxy/plugin_dispatcher.h:70: void DidCreateInstance(PP_Instance); On 2011/01/31 18:51:29, brettw wrote: > Normally ...
9 years, 10 months ago (2011-01-31 19:34:28 UTC) #3
piman
After our discussion, LGTY ? Antoine On Mon, Jan 31, 2011 at 11:34 AM, <piman@chromium.org> ...
9 years, 10 months ago (2011-02-02 02:30:54 UTC) #4
brettw
9 years, 10 months ago (2011-02-02 05:00:38 UTC) #5
Yes, sorry. LGTM

Powered by Google App Engine
This is Rietveld 408576698