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

Issue 7824040: Pepper 3D API changes: (Closed)

Created:
9 years, 3 months ago by alokp
Modified:
9 years, 3 months ago
CC:
chromium-reviews, piman+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Pepper 3D API changes: 1. Added GetAttribMaxValue() and GetError() 2. Fixed the documentation for SwapBuffers() 3. Replaced PP_GRAPHICS3DERROR_CONTEXT_LOST with PP_ERROR_CONTEXT_LOST Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=99532

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 14

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+111 lines, -25 lines) Patch
M ppapi/c/dev/pp_graphics_3d_dev.h View 2 chunks +0 lines, -7 lines 0 comments Download
M ppapi/c/dev/ppb_graphics_3d_dev.h View 1 2 3 4 chunks +67 lines, -17 lines 0 comments Download
M ppapi/c/pp_errors.h View 1 chunk +6 lines, -1 line 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_3d.cc View 1 2 3 chunks +14 lines, -0 lines 0 comments Download
M ppapi/shared_impl/graphics_3d_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/shared_impl/graphics_3d_impl.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M ppapi/thunk/ppb_graphics_3d_api.h View 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/thunk/ppb_graphics_3d_thunk.cc View 1 2 3 chunks +17 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
alokp
The changes in header files have already been reviewed in http://codereview.chromium.org/7745026/ This patch contains required ...
9 years, 3 months ago (2011-09-02 16:15:26 UTC) #1
nfullagar
one Q otherwise lgtm http://codereview.chromium.org/7824040/diff/2002/ppapi/thunk/ppb_graphics_3d_thunk.cc File ppapi/thunk/ppb_graphics_3d_thunk.cc (right): http://codereview.chromium.org/7824040/diff/2002/ppapi/thunk/ppb_graphics_3d_thunk.cc#newcode23 ppapi/thunk/ppb_graphics_3d_thunk.cc:23: // TODO(alokp): Implement me. What's ...
9 years, 3 months ago (2011-09-02 18:34:54 UTC) #2
alokp
http://codereview.chromium.org/7824040/diff/2002/ppapi/thunk/ppb_graphics_3d_thunk.cc File ppapi/thunk/ppb_graphics_3d_thunk.cc (right): http://codereview.chromium.org/7824040/diff/2002/ppapi/thunk/ppb_graphics_3d_thunk.cc#newcode23 ppapi/thunk/ppb_graphics_3d_thunk.cc:23: // TODO(alokp): Implement me. On 2011/09/02 18:34:54, nfullagar wrote: ...
9 years, 3 months ago (2011-09-02 19:57:40 UTC) #3
brettw
http://codereview.chromium.org/7824040/diff/2002/ppapi/c/dev/ppb_graphics_3d_dev.h File ppapi/c/dev/ppb_graphics_3d_dev.h (right): http://codereview.chromium.org/7824040/diff/2002/ppapi/c/dev/ppb_graphics_3d_dev.h#newcode145 ppapi/c/dev/ppb_graphics_3d_dev.h:145: // rendering. Note that the same error code is ...
9 years, 3 months ago (2011-09-02 20:21:45 UTC) #4
alokp
I personally think it will be fine to release V1 without GetError(). We can always ...
9 years, 3 months ago (2011-09-02 21:41:02 UTC) #5
brettw
http://codereview.chromium.org/7824040/diff/2002/ppapi/c/dev/ppb_graphics_3d_dev.h File ppapi/c/dev/ppb_graphics_3d_dev.h (right): http://codereview.chromium.org/7824040/diff/2002/ppapi/c/dev/ppb_graphics_3d_dev.h#newcode145 ppapi/c/dev/ppb_graphics_3d_dev.h:145: // rendering. Note that the same error code is ...
9 years, 3 months ago (2011-09-02 22:14:24 UTC) #6
alokp
PTAL at the documentation changes for GetError and SwapBuffers. http://codereview.chromium.org/7824040/diff/2002/ppapi/c/dev/ppb_graphics_3d_dev.h File ppapi/c/dev/ppb_graphics_3d_dev.h (right): http://codereview.chromium.org/7824040/diff/2002/ppapi/c/dev/ppb_graphics_3d_dev.h#newcode145 ppapi/c/dev/ppb_graphics_3d_dev.h:145: ...
9 years, 3 months ago (2011-09-02 23:45:06 UTC) #7
brettw
LGTM, new explanation is great.
9 years, 3 months ago (2011-09-03 00:11:47 UTC) #8
commit-bot: I haz the power
9 years, 3 months ago (2011-09-03 03:19:42 UTC) #9
Change committed as 99532

Powered by Google App Engine
This is Rietveld 408576698