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

Issue 6080012: Expose Map/UnmapTexSubImage2DCHROMIUM to pepper plugins (Closed)

Created:
9 years, 11 months ago by piman
Modified:
9 years, 7 months ago
CC:
chromium-reviews, Aaron Boodman, Erik does not do reviews, pam+watch_chromium.org, darin-cc_chromium.org, alokp
Visibility:
Public.

Description

Expose Map/UnmapTexSubImage2DCHROMIUM to pepper plugins This is done as a separate interface, but similar to PPB_OpenGLES2_Dev BUG=none TEST=With Flash Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=70706

Patch Set 1 #

Total comments: 8

Patch Set 2 : naming, style nits #

Patch Set 3 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+122 lines, -0 lines) Patch
A ppapi/c/dev/ppb_gles_chromium_texture_mapping_dev.h View 1 1 chunk +41 lines, -0 lines 0 comments Download
M webkit/glue/webkit_glue.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/plugin_module.cc View 1 2 3 chunks +4 lines, -0 lines 0 comments Download
A webkit/plugins/ppapi/ppb_gles_chromium_texture_mapping_impl.h View 1 1 chunk +22 lines, -0 lines 0 comments Download
A webkit/plugins/ppapi/ppb_gles_chromium_texture_mapping_impl.cc View 1 1 chunk +53 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
piman
I don't have a good name for the interface... Open to anything.
9 years, 11 months ago (2011-01-06 03:58:22 UTC) #1
apatrick
Drive by... http://codereview.chromium.org/6080012/diff/1/ppapi/c/dev/ppb_gles_chromium_extension_dev.h File ppapi/c/dev/ppb_gles_chromium_extension_dev.h (right): http://codereview.chromium.org/6080012/diff/1/ppapi/c/dev/ppb_gles_chromium_extension_dev.h#newcode13 ppapi/c/dev/ppb_gles_chromium_extension_dev.h:13: struct PPB_GLESChromiumExtension_Dev { There will be other ...
9 years, 11 months ago (2011-01-06 16:50:29 UTC) #2
brettw
http://codereview.chromium.org/6080012/diff/1/ppapi/c/dev/ppb_gles_chromium_extension_dev.h File ppapi/c/dev/ppb_gles_chromium_extension_dev.h (right): http://codereview.chromium.org/6080012/diff/1/ppapi/c/dev/ppb_gles_chromium_extension_dev.h#newcode14 ppapi/c/dev/ppb_gles_chromium_extension_dev.h:14: void* (*MapTexSubImage2DCHROMIUM)( I don't quite get the naming convention. ...
9 years, 11 months ago (2011-01-06 17:58:23 UTC) #3
piman
http://codereview.chromium.org/6080012/diff/1/ppapi/c/dev/ppb_gles_chromium_extension_dev.h File ppapi/c/dev/ppb_gles_chromium_extension_dev.h (right): http://codereview.chromium.org/6080012/diff/1/ppapi/c/dev/ppb_gles_chromium_extension_dev.h#newcode13 ppapi/c/dev/ppb_gles_chromium_extension_dev.h:13: struct PPB_GLESChromiumExtension_Dev { On 2011/01/06 16:50:30, apatrick wrote: > ...
9 years, 11 months ago (2011-01-06 22:31:12 UTC) #4
apatrick_chromium
LGTM for my part.
9 years, 11 months ago (2011-01-06 22:41:53 UTC) #5
brettw
9 years, 11 months ago (2011-01-07 18:32:38 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698