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

Issue 5567004: Proposed changes to Pepper 3D API. (Closed)

Created:
10 years ago by alokp
Modified:
9 years, 6 months ago
CC:
chromium-reviews, apatrick_chromium, gwink
Visibility:
Public.

Description

Proposed changes to Pepper 3D API.

Patch Set 1 #

Total comments: 14

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 16

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 3

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : '' #

Total comments: 8

Patch Set 11 : '' #

Total comments: 4

Patch Set 12 : '' #

Patch Set 13 : '' #

Total comments: 1

Patch Set 14 : '' #

Patch Set 15 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+115 lines, -0 lines) Patch
A ppapi/c/dev/ppb_surface_3d_dev.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +113 lines, -0 lines 0 comments Download
M ppapi/ppapi.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/tests/all_c_includes.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
alokp
Not ready yet. Sending it out to receive feedback before the API review meeting.
10 years ago (2010-12-03 09:29:46 UTC) #1
apatrick
http://codereview.chromium.org/5567004/diff/1/ppapi/c/dev/ppb_graphics_3d_dev.h File ppapi/c/dev/ppb_graphics_3d_dev.h (right): http://codereview.chromium.org/5567004/diff/1/ppapi/c/dev/ppb_graphics_3d_dev.h#newcode48 ppapi/c/dev/ppb_graphics_3d_dev.h:48: uint32_t (*IsGraphics3D)(PP_Resource resource, PP_Bool* value); I think there is ...
10 years ago (2010-12-03 18:36:36 UTC) #2
alokp
Thanks Al. http://codereview.chromium.org/5567004/diff/1/ppapi/c/dev/ppb_graphics_3d_dev.h File ppapi/c/dev/ppb_graphics_3d_dev.h (right): http://codereview.chromium.org/5567004/diff/1/ppapi/c/dev/ppb_graphics_3d_dev.h#newcode48 ppapi/c/dev/ppb_graphics_3d_dev.h:48: uint32_t (*IsGraphics3D)(PP_Resource resource, PP_Bool* value); On 2010/12/03 ...
10 years ago (2010-12-03 19:06:37 UTC) #3
neb
Looks okay. I'm sure more things will pop up when you actually try to implement ...
10 years ago (2010-12-03 19:27:20 UTC) #4
alokp
http://codereview.chromium.org/5567004/diff/11001/gpu/command_buffer/build_gles2_cmd_buffer.py File gpu/command_buffer/build_gles2_cmd_buffer.py (right): http://codereview.chromium.org/5567004/diff/11001/gpu/command_buffer/build_gles2_cmd_buffer.py#newcode5213 gpu/command_buffer/build_gles2_cmd_buffer.py:5213: file.Write(" // TODO(alokp): Add context argument to all gl ...
10 years ago (2010-12-03 19:39:51 UTC) #5
brettw
Comments from meeting. http://codereview.chromium.org/5567004/diff/11001/ppapi/c/dev/ppb_graphics_3d_dev.h File ppapi/c/dev/ppb_graphics_3d_dev.h (right): http://codereview.chromium.org/5567004/diff/11001/ppapi/c/dev/ppb_graphics_3d_dev.h#newcode32 ppapi/c/dev/ppb_graphics_3d_dev.h:32: PP_GRAPHICS_3D_ERROR_SUCCESS = 0x3000, We should move ...
10 years ago (2010-12-04 00:27:09 UTC) #6
alokp
Addressed most of the comments from API review.
10 years ago (2010-12-06 22:13:19 UTC) #7
brettw
http://codereview.chromium.org/5567004/diff/27001/ppapi/c/dev/ppb_context_3d_dev.h File ppapi/c/dev/ppb_context_3d_dev.h (right): http://codereview.chromium.org/5567004/diff/27001/ppapi/c/dev/ppb_context_3d_dev.h#newcode17 ppapi/c/dev/ppb_context_3d_dev.h:17: int32_t (*Create)(PP_Module module, Generally we put this function first ...
10 years ago (2010-12-07 05:51:05 UTC) #8
alokp
Getting close! Added plenty of documentation (mostly copied from EGL spec). Please review. Please pay ...
10 years ago (2010-12-08 22:44:28 UTC) #9
brettw
This is looking very nice, just some minor comments/questions. http://codereview.chromium.org/5567004/diff/50001/ppapi/c/dev/pp_graphics_3d_dev.h File ppapi/c/dev/pp_graphics_3d_dev.h (right): http://codereview.chromium.org/5567004/diff/50001/ppapi/c/dev/pp_graphics_3d_dev.h#newcode17 ppapi/c/dev/pp_graphics_3d_dev.h:17: ...
10 years ago (2010-12-10 00:32:26 UTC) #10
alokp
Thanks Brett. http://codereview.chromium.org/5567004/diff/50001/ppapi/c/dev/pp_graphics_3d_dev.h File ppapi/c/dev/pp_graphics_3d_dev.h (right): http://codereview.chromium.org/5567004/diff/50001/ppapi/c/dev/pp_graphics_3d_dev.h#newcode17 ppapi/c/dev/pp_graphics_3d_dev.h:17: PP_GRAPHICS3DERROR_BAD_CONTEXT = 0x3006, On 2010/12/10 00:32:27, brettw ...
10 years ago (2010-12-10 13:20:33 UTC) #11
brettw
LGTM, we can continue to refine this as it's implemented. http://codereview.chromium.org/5567004/diff/55001/ppapi/c/dev/pp_graphics_3d_dev.h File ppapi/c/dev/pp_graphics_3d_dev.h (right): http://codereview.chromium.org/5567004/diff/55001/ppapi/c/dev/pp_graphics_3d_dev.h#newcode8 ...
10 years ago (2010-12-10 17:39:11 UTC) #12
neb
ACK On 2010/12/10 17:39:11, brettw wrote: > LGTM, we can continue to refine this as ...
10 years ago (2010-12-15 00:29:03 UTC) #13
alokp
Used PP_Instance instead of PP_Module in all Create functions.
10 years ago (2010-12-15 21:14:20 UTC) #14
brettw
Still LGTM http://codereview.chromium.org/5567004/diff/71001/ppapi/c/dev/ppb_graphics_3d_dev.h File ppapi/c/dev/ppb_graphics_3d_dev.h (right): http://codereview.chromium.org/5567004/diff/71001/ppapi/c/dev/ppb_graphics_3d_dev.h#newcode87 ppapi/c/dev/ppb_graphics_3d_dev.h:87: // - PP_GRAPHICS3DSTRING_CLIENT_APIS: describes which client rendering ...
10 years ago (2010-12-15 22:26:14 UTC) #15
alokp
9 years, 12 months ago (2010-12-28 18:10:41 UTC) #16

Powered by Google App Engine
This is Rietveld 408576698