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

Issue 7409003: Binding Graphics3D with Instance and OpenGLES2 interface. (Closed)

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

Description

Binding Graphics3D with Instance and OpenGLES2 interface. BUG=86370, 78087 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=93086

Patch Set 1 #

Total comments: 6

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1059 lines, -1935 lines) Patch
M gpu/command_buffer/build_gles2_cmd_buffer.py View 1 2 3 3 chunks +15 lines, -113 lines 0 comments Download
M ppapi/cpp/instance.h View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M ppapi/cpp/instance.cc View 1 2 3 2 chunks +8 lines, -0 lines 0 comments Download
M ppapi/ppapi_shared.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/proxy/ppb_context_3d_proxy.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/proxy/ppb_context_3d_proxy.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M ppapi/proxy/ppb_opengles2_proxy.h View 1 2 3 2 chunks +2 lines, -4 lines 0 comments Download
M ppapi/proxy/ppb_opengles2_proxy.cc View 1 2 3 2 chunks +2 lines, -889 lines 0 comments Download
A ppapi/shared_impl/opengles2_impl.h View 1 chunk +20 lines, -0 lines 0 comments Download
A ppapi/shared_impl/opengles2_impl.cc View 1 2 1 chunk +904 lines, -0 lines 0 comments Download
M ppapi/thunk/ppb_context_3d_api.h View 1 2 3 2 chunks +9 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/ppapi_plugin_instance.h View 1 2 3 2 chunks +8 lines, -2 lines 0 comments Download
M webkit/plugins/ppapi/ppapi_plugin_instance.cc View 1 2 3 11 chunks +67 lines, -38 lines 0 comments Download
M webkit/plugins/ppapi/ppb_context_3d_impl.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M webkit/plugins/ppapi/ppb_context_3d_impl.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/ppb_graphics_3d_impl.cc View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/ppb_opengles_impl.cc View 1 2 3 1 chunk +2 lines, -889 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
alokp
9 years, 5 months ago (2011-07-18 22:56:29 UTC) #1
piman
1 nit, but lgtm otherwise. http://codereview.chromium.org/7409003/diff/1/gpu/command_buffer/build_gles2_cmd_buffer.py File gpu/command_buffer/build_gles2_cmd_buffer.py (right): http://codereview.chromium.org/7409003/diff/1/gpu/command_buffer/build_gles2_cmd_buffer.py#newcode5749 gpu/command_buffer/build_gles2_cmd_buffer.py:5749: file.Write(" else {\n") Merge ...
9 years, 5 months ago (2011-07-18 23:04:19 UTC) #2
brettw
LGTM, I didn't check the details of the script and gles2_impl stuff, since Antoine knows ...
9 years, 5 months ago (2011-07-18 23:09:51 UTC) #3
alokp
http://codereview.chromium.org/7409003/diff/1/gpu/command_buffer/build_gles2_cmd_buffer.py File gpu/command_buffer/build_gles2_cmd_buffer.py (right): http://codereview.chromium.org/7409003/diff/1/gpu/command_buffer/build_gles2_cmd_buffer.py#newcode5749 gpu/command_buffer/build_gles2_cmd_buffer.py:5749: file.Write(" else {\n") On 2011/07/18 23:04:19, piman wrote: > ...
9 years, 5 months ago (2011-07-19 16:32:59 UTC) #4
piman
LGTM, thanks !
9 years, 5 months ago (2011-07-19 16:39:23 UTC) #5
commit-bot: I haz the power
9 years, 5 months ago (2011-07-19 20:26:20 UTC) #6
Presubmit check for 7409003-11005 failed and returned exit status 1.

Running presubmit commit checks ...

** Presubmit Messages **
If this change requires manual test instructions to QA team, add
TEST=[instructions].

** Presubmit Warnings **
Found lines longer than 80 characters (first 5 shown).
  gpu/command_buffer/build_gles2_cmd_buffer.py, line 5732, 96 chars \
  gpu/command_buffer/build_gles2_cmd_buffer.py, line 5734, 94 chars \
  gpu/command_buffer/build_gles2_cmd_buffer.py, line 5736, 96 chars

Presubmit checks took 1.1s to calculate.

Powered by Google App Engine
This is Rietveld 408576698