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

Issue 6824006: Completed the implementation for PPB_Graphics3D interface. Mostly copied from the implementations... (Closed)

Created:
9 years, 8 months ago by alokp
Modified:
9 years, 5 months ago
CC:
chromium-reviews, darin-cc_chromium.org, djsollen, sanga
Visibility:
Public.

Description

Completed the implementation for PPB_Graphics3D interface. - Mostly copied from the implementations for PPB_Surface3D and PPB_Context3D. - Added the proxy implementation - Refactored common code between host and plugin side into a common class. I will send the changes to bind Graphics3D with Instance and OpenGLES2 interface in a separate patch. BUG=86370, 78087 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=92885

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Total comments: 2

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1512 lines, -27 lines) Patch
A ppapi/c/dev/ppb_graphics_3d_trusted_dev.h View 1 2 3 4 5 1 chunk +104 lines, -0 lines 0 comments Download
M ppapi/ppapi_cpp.gypi View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/ppapi_proxy.gypi View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/ppapi_shared.gypi View 1 2 3 4 5 3 chunks +4 lines, -0 lines 0 comments Download
M ppapi/proxy/interface_id.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/proxy/plugin_resource.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/proxy/ppapi_messages.h View 1 2 3 4 5 2 chunks +49 lines, -0 lines 0 comments Download
A ppapi/proxy/ppb_graphics_3d_proxy.h View 1 2 3 4 5 1 chunk +125 lines, -0 lines 0 comments Download
A ppapi/proxy/ppb_graphics_3d_proxy.cc View 1 2 3 4 5 1 chunk +612 lines, -0 lines 0 comments Download
M ppapi/proxy/resource_creation_proxy.h View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M ppapi/proxy/resource_creation_proxy.cc View 1 2 3 4 5 2 chunks +12 lines, -1 line 0 comments Download
M ppapi/shared_impl/DEPS View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
A ppapi/shared_impl/graphics_3d_impl.h View 1 2 3 1 chunk +63 lines, -0 lines 0 comments Download
A ppapi/shared_impl/graphics_3d_impl.cc View 1 2 3 1 chunk +104 lines, -0 lines 0 comments Download
M ppapi/tests/all_c_includes.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/thunk/ppb_graphics_3d_api.h View 1 2 3 4 5 2 chunks +20 lines, -0 lines 0 comments Download
A ppapi/thunk/ppb_graphics_3d_trusted_thunk.cc View 1 2 3 4 5 1 chunk +125 lines, -0 lines 0 comments Download
M ppapi/thunk/resource_creation_api.h View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/ppb_graphics_3d_impl.h View 1 2 3 4 5 3 chunks +58 lines, -7 lines 0 comments Download
M webkit/plugins/ppapi/ppb_graphics_3d_impl.cc View 1 2 3 4 5 2 chunks +208 lines, -19 lines 0 comments Download
M webkit/plugins/ppapi/resource_creation_impl.h View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/resource_creation_impl.cc View 1 2 3 4 5 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
alokp
9 years, 8 months ago (2011-04-08 18:04:53 UTC) #1
piman
2 comments. I'd invite you to look at the proxy code in ppapi/proxy. We'll need ...
9 years, 8 months ago (2011-04-12 03:23:39 UTC) #2
piman
On Mon, Apr 11, 2011 at 8:23 PM, <piman@chromium.org> wrote: > 2 comments. > I'd ...
9 years, 8 months ago (2011-04-12 03:25:36 UTC) #3
alokp
PTAL
9 years, 5 months ago (2011-07-15 18:14:52 UTC) #4
piman
LGTM It mostly looks like copy and paste from the Context3D stuff, but hopefully it ...
9 years, 5 months ago (2011-07-15 18:38:11 UTC) #5
brettw
LGTM rubberstamp based on piman's review in case you need some owners thing. http://codereview.chromium.org/6824006/diff/8001/webkit/plugins/ppapi/ppb_graphics_3d_impl.h File ...
9 years, 5 months ago (2011-07-15 21:10:18 UTC) #6
commit-bot: I haz the power
9 years, 5 months ago (2011-07-18 20:58:24 UTC) #7
Change committed as 92885

Powered by Google App Engine
This is Rietveld 408576698