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

Issue 9340003: Added idl file for Pepper 3D. (Closed)

Created:
8 years, 10 months ago by alokp
Modified:
8 years, 10 months ago
CC:
chromium-reviews, piman+watch_chromium.org, darin-cc_chromium.org, yzshen+watch_chromium.org, ihf+watch_chromium.org, jond
Visibility:
Public.

Description

Added idl file for Pepper 3D. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=121419

Patch Set 1 #

Total comments: 12

Patch Set 2 : '' #

Total comments: 1

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 2

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+501 lines, -136 lines) Patch
A ppapi/api/ppb_graphics_3d.idl View 1 2 1 chunk +293 lines, -0 lines 0 comments Download
M ppapi/c/ppb_graphics_3d.h View 1 2 4 chunks +186 lines, -114 lines 0 comments Download
M ppapi/cpp/graphics_3d.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M ppapi/cpp/graphics_3d.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_3d.cc View 1 2 3 4 5 4 chunks +5 lines, -5 lines 0 comments Download
M ppapi/shared_impl/ppb_graphics_3d_shared.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M ppapi/shared_impl/ppb_graphics_3d_shared.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M ppapi/thunk/ppb_graphics_3d_api.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M ppapi/thunk/ppb_graphics_3d_thunk.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
alokp
8 years, 10 months ago (2012-02-06 21:43:37 UTC) #1
dmichael (off chromium)
lgtm https://chromiumcodereview.appspot.com/9340003/diff/1/ppapi/c/ppb_graphics_3d.h File ppapi/c/ppb_graphics_3d.h (right): https://chromiumcodereview.appspot.com/9340003/diff/1/ppapi/c/ppb_graphics_3d.h#newcode95 ppapi/c/ppb_graphics_3d.h:95: * would share resources. If <code>share_context</code> is not ...
8 years, 10 months ago (2012-02-06 21:58:10 UTC) #2
noelallen_use_chromium
Plz hold. Got pulled into a meeting mid review, but there are some errors.
8 years, 10 months ago (2012-02-06 22:07:27 UTC) #3
alokp
http://codereview.chromium.org/9340003/diff/1/ppapi/c/ppb_graphics_3d.h File ppapi/c/ppb_graphics_3d.h (right): http://codereview.chromium.org/9340003/diff/1/ppapi/c/ppb_graphics_3d.h#newcode187 ppapi/c/ppb_graphics_3d.h:187: int32_t (*GetAttribs)(PP_Resource context, int32_t* attrib_list[]); I realized that this ...
8 years, 10 months ago (2012-02-06 22:08:44 UTC) #4
noelallen1
http://codereview.chromium.org/9340003/diff/1/ppapi/api/ppb_graphics_3d.idl File ppapi/api/ppb_graphics_3d.idl (right): http://codereview.chromium.org/9340003/diff/1/ppapi/api/ppb_graphics_3d.idl#newcode69 ppapi/api/ppb_graphics_3d.idl:69: [out] int32_t[] value); This is a value, not an ...
8 years, 10 months ago (2012-02-06 22:26:56 UTC) #5
alokp
http://codereview.chromium.org/9340003/diff/1/ppapi/api/ppb_graphics_3d.idl File ppapi/api/ppb_graphics_3d.idl (right): http://codereview.chromium.org/9340003/diff/1/ppapi/api/ppb_graphics_3d.idl#newcode69 ppapi/api/ppb_graphics_3d.idl:69: [out] int32_t[] value); On 2012/02/06 22:26:57, noelallen1 wrote: > ...
8 years, 10 months ago (2012-02-06 22:32:46 UTC) #6
alokp
http://codereview.chromium.org/9340003/diff/1/ppapi/c/ppb_graphics_3d.h File ppapi/c/ppb_graphics_3d.h (right): http://codereview.chromium.org/9340003/diff/1/ppapi/c/ppb_graphics_3d.h#newcode95 ppapi/c/ppb_graphics_3d.h:95: * would share resources. If <code>share_context</code> is not 0, ...
8 years, 10 months ago (2012-02-06 23:36:35 UTC) #7
noelallen1
The generation IDL and generation now LGTM
8 years, 10 months ago (2012-02-06 23:46:58 UTC) #8
alokp
http://codereview.chromium.org/9340003/diff/5001/ppapi/c/ppb_graphics_3d.h File ppapi/c/ppb_graphics_3d.h (left): http://codereview.chromium.org/9340003/diff/5001/ppapi/c/ppb_graphics_3d.h#oldcode8 ppapi/c/ppb_graphics_3d.h:8: #include "ppapi/c/pp_graphics_3d.h" Noel: Is there a way to force-include ...
8 years, 10 months ago (2012-02-07 04:52:04 UTC) #9
alokp
+brettw (for question about revving the interface) http://codereview.chromium.org/9340003/diff/13001/ppapi/c/ppb_graphics_3d.h File ppapi/c/ppb_graphics_3d.h (right): http://codereview.chromium.org/9340003/diff/13001/ppapi/c/ppb_graphics_3d.h#newcode207 ppapi/c/ppb_graphics_3d.h:207: int32_t (*SetAttribs)(PP_Resource ...
8 years, 10 months ago (2012-02-09 17:56:43 UTC) #10
brettw
http://codereview.chromium.org/9340003/diff/13001/ppapi/c/ppb_graphics_3d.h File ppapi/c/ppb_graphics_3d.h (right): http://codereview.chromium.org/9340003/diff/13001/ppapi/c/ppb_graphics_3d.h#newcode207 ppapi/c/ppb_graphics_3d.h:207: int32_t (*SetAttribs)(PP_Resource context, const int32_t attrib_list[]); I'd say don't ...
8 years, 10 months ago (2012-02-09 18:15:29 UTC) #11
dmichael (off chromium)
On Thu, Feb 9, 2012 at 11:15 AM, <brettw@chromium.org> wrote: > > http://codereview.chromium.**org/9340003/diff/13001/ppapi/** > c/ppb_graphics_3d.h<http://codereview.chromium.org/9340003/diff/13001/ppapi/c/ppb_graphics_3d.h> ...
8 years, 10 months ago (2012-02-09 18:27:49 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alokp@chromium.org/9340003/15008
8 years, 10 months ago (2012-02-09 22:23:29 UTC) #13
commit-bot: I haz the power
Try job failure for 9340003-15008 (retry) on linux_rel for step "browser_tests". It's a second try, ...
8 years, 10 months ago (2012-02-09 23:29:19 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alokp@chromium.org/9340003/15008
8 years, 10 months ago (2012-02-10 06:49:45 UTC) #15
commit-bot: I haz the power
8 years, 10 months ago (2012-02-10 09:39:57 UTC) #16
Change committed as 121419

Powered by Google App Engine
This is Rietveld 408576698