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

Issue 10354004: Move gles2 extensions out of dev. (Closed)

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

Description

Move gles2 extensions out of dev. BUG=none TEST=simple usage test in nacl Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=135735

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 6

Patch Set 5 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+191 lines, -181 lines) Patch
M gpu/command_buffer/build_gles2_cmd_buffer.py View 1 2 3 1 chunk +6 lines, -6 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M ppapi/c/dev/ppb_gles_chromium_texture_mapping_dev.h View 1 2 3 4 1 chunk +8 lines, -2 lines 0 comments Download
M ppapi/c/dev/ppb_opengles2ext_dev.h View 1 2 3 1 chunk +0 lines, -71 lines 0 comments Download
M ppapi/c/ppb_opengles2.h View 1 2 3 1 chunk +71 lines, -0 lines 0 comments Download
M ppapi/lib/gl/gles2/gl2ext_ppapi.h View 1 2 3 1 chunk +6 lines, -6 lines 0 comments Download
M ppapi/lib/gl/gles2/gl2ext_ppapi.c View 1 2 3 3 chunks +18 lines, -18 lines 0 comments Download
M ppapi/lib/gl/gles2/gles2.c View 1 2 3 10 chunks +17 lines, -17 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/browser_globals.cc View 1 2 3 1 chunk +6 lines, -6 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/plugin_opengles.cc View 1 2 3 2 chunks +12 lines, -12 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc View 1 2 3 1 chunk +6 lines, -6 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_3d.h View 1 2 3 1 chunk +6 lines, -6 lines 0 comments Download
M ppapi/proxy/interface_list.cc View 1 2 3 4 1 chunk +7 lines, -5 lines 0 comments Download
M ppapi/shared_impl/ppb_opengles2_shared.h View 1 2 3 1 chunk +6 lines, -6 lines 0 comments Download
M ppapi/shared_impl/ppb_opengles2_shared.cc View 1 2 3 2 chunks +12 lines, -12 lines 0 comments Download
M webkit/plugins/ppapi/plugin_module.cc View 1 2 3 4 1 chunk +8 lines, -6 lines 1 comment Download

Messages

Total messages: 11 (0 generated)
nfullagar
8 years, 7 months ago (2012-05-03 22:56:25 UTC) #1
jbauman
lgtm
8 years, 7 months ago (2012-05-04 21:25:23 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nfullagar@google.com/10354004/15006
8 years, 7 months ago (2012-05-04 21:28:02 UTC) #3
commit-bot: I haz the power
Presubmit check for 10354004-15006 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 7 months ago (2012-05-04 21:28:17 UTC) #4
dmichael (off chromium)
lgtm
8 years, 7 months ago (2012-05-05 00:31:29 UTC) #5
nfullagar
8 years, 7 months ago (2012-05-07 20:31:39 UTC) #6
viettrungluu
http://codereview.chromium.org/10354004/diff/17009/ppapi/c/dev/ppb_opengles2ext_dev.h File ppapi/c/dev/ppb_opengles2ext_dev.h (right): http://codereview.chromium.org/10354004/diff/17009/ppapi/c/dev/ppb_opengles2ext_dev.h#newcode15 ppapi/c/dev/ppb_opengles2ext_dev.h:15: Why exactly is this file being kept around? http://codereview.chromium.org/10354004/diff/17009/ppapi/lib/gl/gles2/gl2ext_ppapi.c ...
8 years, 7 months ago (2012-05-07 20:47:46 UTC) #7
nfullagar
#define added for depericated dev interface. PTAL, thx! http://codereview.chromium.org/10354004/diff/17009/ppapi/c/dev/ppb_opengles2ext_dev.h File ppapi/c/dev/ppb_opengles2ext_dev.h (right): http://codereview.chromium.org/10354004/diff/17009/ppapi/c/dev/ppb_opengles2ext_dev.h#newcode15 ppapi/c/dev/ppb_opengles2ext_dev.h:15: On ...
8 years, 7 months ago (2012-05-07 21:13:57 UTC) #8
viettrungluu
lgtm
8 years, 7 months ago (2012-05-07 21:54:32 UTC) #9
nfullagar
thx, Committed revision 135735.
8 years, 7 months ago (2012-05-07 23:06:00 UTC) #10
Wez
8 years, 7 months ago (2012-05-14 22:33:13 UTC) #11
https://chromiumcodereview.appspot.com/10354004/diff/25008/webkit/plugins/ppa...
File webkit/plugins/ppapi/plugin_module.cc (right):

https://chromiumcodereview.appspot.com/10354004/diff/25008/webkit/plugins/ppa...
webkit/plugins/ppapi/plugin_module.cc:324: if (strcmp(name,
PPB_OPENGLES2_INTERFACE) == 0)
This and the rest of the non-dev PPB_OPENGLES2_<foo> interface cases should use
the versioned macros.

Powered by Google App Engine
This is Rietveld 408576698