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

Issue 7631010: NaCl Proxy for graphics3d. (Closed)

Created:
9 years, 4 months ago by nfullagar
Modified:
9 years, 4 months ago
CC:
native-client-reviews_googlegroups.com
Visibility:
Public.

Description

NaCl Proxy for graphics3d. Removal of old context3d and surface3d from nacl proxy will follow. (Chrome rev will be updated as find_chrome_revisions.py finds a good one above 97019) BUG= http://code.google.com/p/nativeclient/issues/detail?id=2060 TEST= initial simple test included, also re-enables gles book examples Committed: http://src.chromium.org/viewvc/native_client?view=rev&revision=6484

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 4

Patch Set 5 : '' #

Patch Set 6 : '' #

Total comments: 22

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1941 lines, -196 lines) Patch
M DEPS View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M SConstruct View 1 2 3 4 5 6 7 8 9 3 chunks +12 lines, -5 lines 0 comments Download
M src/shared/ppapi_proxy/browser_globals.h View 1 2 3 4 5 6 7 8 9 2 chunks +4 lines, -0 lines 0 comments Download
M src/shared/ppapi_proxy/browser_globals.cc View 1 2 3 4 5 6 7 8 9 1 chunk +13 lines, -0 lines 0 comments Download
M src/shared/ppapi_proxy/browser_graphics_3d.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
A src/shared/ppapi_proxy/browser_ppb_graphics_3d_rpc_server.cc View 1 2 3 4 5 6 7 1 chunk +341 lines, -0 lines 0 comments Download
M src/shared/ppapi_proxy/build.scons View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M src/shared/ppapi_proxy/command_buffer_nacl.h View 1 2 3 4 5 6 7 8 9 3 chunks +6 lines, -5 lines 0 comments Download
M src/shared/ppapi_proxy/command_buffer_nacl.cc View 1 2 3 4 5 6 7 8 9 9 chunks +25 lines, -23 lines 0 comments Download
M src/shared/ppapi_proxy/nacl.scons View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M src/shared/ppapi_proxy/plugin_context_3d.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M src/shared/ppapi_proxy/plugin_opengles.cc View 1 2 3 4 5 6 7 8 9 3 chunks +150 lines, -146 lines 0 comments Download
M src/shared/ppapi_proxy/plugin_ppb.cc View 1 2 3 4 5 6 7 8 9 3 chunks +3 lines, -1 line 0 comments Download
A src/shared/ppapi_proxy/plugin_ppb_graphics_3d.h View 1 2 3 4 5 6 1 chunk +77 lines, -0 lines 0 comments Download
A src/shared/ppapi_proxy/plugin_ppb_graphics_3d.cc View 1 2 3 4 5 6 1 chunk +237 lines, -0 lines 0 comments Download
M src/shared/ppapi_proxy/plugin_resource.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M src/shared/ppapi_proxy/plugin_surface_3d.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M src/shared/ppapi_proxy/ppapi_proxy.gyp View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M src/shared/ppapi_proxy/ppb_graphics_3d.srpc View 1 2 3 4 5 6 7 8 9 1 chunk +116 lines, -0 lines 0 comments Download
M src/shared/ppapi_proxy/ppb_rpc_client.cc View 1 2 3 4 5 6 7 8 9 1 chunk +272 lines, -0 lines 0 comments Download
M src/shared/ppapi_proxy/ppb_rpc_server.cc View 1 2 3 4 5 6 7 8 9 2 chunks +229 lines, -0 lines 0 comments Download
M src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h View 1 2 3 4 5 6 7 8 9 1 chunk +87 lines, -0 lines 0 comments Download
M src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h View 1 2 3 4 5 6 7 8 9 1 chunk +73 lines, -0 lines 0 comments Download
M tests/examples.html View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A tests/ppapi_browser/ppb_graphics3d/nacl.scons View 1 2 3 4 5 6 7 8 1 chunk +47 lines, -0 lines 0 comments Download
A tests/ppapi_browser/ppb_graphics3d/ppapi_ppb_graphics3d.cc View 1 chunk +139 lines, -0 lines 0 comments Download
A tests/ppapi_browser/ppb_graphics3d/ppapi_ppb_graphics3d.html View 1 2 3 4 5 6 1 chunk +63 lines, -0 lines 0 comments Download
A tests/ppapi_browser/ppb_graphics3d/ppapi_ppb_graphics3d.nmf View 1 chunk +7 lines, -0 lines 0 comments Download
M tests/ppapi_gles_book/nacl.scons View 1 2 3 4 5 6 7 8 9 1 chunk +14 lines, -11 lines 0 comments Download
M tests/ppapi_test_lib/get_browser_interface.h View 1 2 3 4 5 6 7 8 9 3 chunks +4 lines, -0 lines 0 comments Download
M tests/ppapi_test_lib/get_browser_interface.cc View 1 2 3 4 5 6 7 8 9 3 chunks +12 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
nfullagar
9 years, 4 months ago (2011-08-16 23:32:15 UTC) #1
alokp1
The 3D part looks fine. I would recommend also getting it reviewed by someone more ...
9 years, 4 months ago (2011-08-17 04:24:42 UTC) #2
nfullagar
9 years, 4 months ago (2011-08-17 17:38:58 UTC) #3
nfullagar
test removed, ncbray having a look at nacl side. http://codereview.chromium.org/7631010/diff/3010/SConstruct File SConstruct (right): http://codereview.chromium.org/7631010/diff/3010/SConstruct#newcode2753 SConstruct:2753: ...
9 years, 4 months ago (2011-08-17 17:39:53 UTC) #4
Nick Bray
I can say that everything but the "new" files looks OK, but there are a ...
9 years, 4 months ago (2011-08-17 18:20:33 UTC) #5
sehr (please use chromium)
Only one significant issue -- virtual destructors. http://codereview.chromium.org/7631010/diff/52/src/shared/ppapi_proxy/browser_ppb_graphics_3d_rpc_server.cc File src/shared/ppapi_proxy/browser_ppb_graphics_3d_rpc_server.cc (right): http://codereview.chromium.org/7631010/diff/52/src/shared/ppapi_proxy/browser_ppb_graphics_3d_rpc_server.cc#newcode34 src/shared/ppapi_proxy/browser_ppb_graphics_3d_rpc_server.cc:34: (int) attrib_list_count, ...
9 years, 4 months ago (2011-08-17 20:44:36 UTC) #6
nfullagar
ptal, thx! http://codereview.chromium.org/7631010/diff/52/src/shared/ppapi_proxy/browser_ppb_graphics_3d_rpc_server.cc File src/shared/ppapi_proxy/browser_ppb_graphics_3d_rpc_server.cc (right): http://codereview.chromium.org/7631010/diff/52/src/shared/ppapi_proxy/browser_ppb_graphics_3d_rpc_server.cc#newcode34 src/shared/ppapi_proxy/browser_ppb_graphics_3d_rpc_server.cc:34: (int) attrib_list_count, attrib_list == NULL ? 1 ...
9 years, 4 months ago (2011-08-18 00:23:57 UTC) #7
sehr (please use chromium)
LGTM. On 2011/08/18 00:23:57, nfullagar wrote: > ptal, thx! > > http://codereview.chromium.org/7631010/diff/52/src/shared/ppapi_proxy/browser_ppb_graphics_3d_rpc_server.cc > File src/shared/ppapi_proxy/browser_ppb_graphics_3d_rpc_server.cc ...
9 years, 4 months ago (2011-08-18 00:30:21 UTC) #8
nfullagar
9 years, 4 months ago (2011-08-18 20:22:23 UTC) #9
committed r6484

Powered by Google App Engine
This is Rietveld 408576698