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

Issue 2610853005: Modify Copy{Sub}TextureCHROMIUM entry point to add level argument (Closed)

Created:
3 years, 11 months ago by qiankun
Modified:
3 years, 11 months ago
CC:
ajuma+watch-canvas_chromium.org, ajuma+watch_chromium.org, avayvod+watch_chromium.org, blink-reviews, blink-reviews-platform-graphics_chromium.org, Rik, cc-bugs_chromium.org, chromium-reviews, danakj+watch_chromium.org, darin-cc_chromium.org, dshwang, drott+blinkwatch_chromium.org, krit, feature-media-reviews_chromium.org, f(malita), jam, jbroman, Justin Novosad, kinuko+watch, mcasas+watch+vc_chromium.org, mlamouri+watch-media_chromium.org, mlamouri+watch-content_chromium.org, pdr+graphicswatchlist_chromium.org, piman+watch_chromium.org, posciak+watch_chromium.org, rwlbuis, Stephen Chennney, Yang Gu
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Modify Copy{Sub}TextureCHROMIUM entry point to add level argument This CL is just to add level argument and only allow level == 0 currently. Level > 0 support will be implemented in a separate CL. BUG=612542 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel Review-Url: https://codereview.chromium.org/2610853005 Cr-Commit-Position: refs/heads/master@{#442232} Committed: https://chromium.googlesource.com/chromium/src/+/7ff451867f332a745a18fde712f091cb80e18548

Patch Set 1 #

Patch Set 2 : autogen code #

Total comments: 4

Patch Set 3 : rebase and fix nits #

Patch Set 4 : fix chromeos #

Unified diffs Side-by-side diffs Delta from patch set Stats (+338 lines, -220 lines) Patch
M cc/raster/one_copy_raster_buffer_provider.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/video_resource_updater.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M components/exo/buffer.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media/android/webmediaplayer_android.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M gpu/GLES2/gl2extchromium.h View 1 2 2 chunks +28 lines, -20 lines 0 comments Download
M gpu/command_buffer/client/gles2_c_lib_autogen.h View 1 2 chunks +9 lines, -4 lines 0 comments Download
M gpu/command_buffer/client/gles2_cmd_helper_autogen.h View 1 3 chunks +10 lines, -4 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_autogen.h View 1 2 chunks +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_impl_autogen.h View 1 4 chunks +20 lines, -14 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_unittest_autogen.h View 1 2 chunks +5 lines, -4 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_autogen.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_stub_autogen.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h View 1 2 chunks +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_trace_implementation_autogen.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h View 1 2 chunks +10 lines, -5 lines 0 comments Download
M gpu/command_buffer/cmd_buffer_functions.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_autogen.h View 1 9 chunks +70 lines, -44 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_test_autogen.h View 1 2 chunks +31 lines, -26 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 6 chunks +18 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_autogen.h View 1 4 chunks +10 lines, -6 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doer_prototypes.h View 1 chunk +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doers.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_passthrough_handlers_autogen.cc View 1 4 chunks +9 lines, -4 lines 0 comments Download
M gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc View 1 2 19 chunks +69 lines, -68 lines 0 comments Download
M media/renderers/skcanvas_video_renderer.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/AcceleratedStaticBitmapImage.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/ImageBuffer.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp View 1 2 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 32 (19 generated)
qiankun
Preliminary work to support level > 0 for CopyTextureCHROMIUM extension. This CL just adds level ...
3 years, 11 months ago (2017-01-05 14:57:27 UTC) #6
chcunningham
+liberato@ for media (GL stuff)
3 years, 11 months ago (2017-01-05 19:10:37 UTC) #8
liberato (no reviews please)
On 2017/01/05 19:10:37, chcunningham wrote: > +liberato@ for media (GL stuff) media bits lgtm.
3 years, 11 months ago (2017-01-05 19:23:09 UTC) #9
Zhenyao Mo
lgtm with nits https://codereview.chromium.org/2610853005/diff/20001/gpu/GLES2/gl2extchromium.h File gpu/GLES2/gl2extchromium.h (right): https://codereview.chromium.org/2610853005/diff/20001/gpu/GLES2/gl2extchromium.h#newcode392 gpu/GLES2/gl2extchromium.h:392: GLenum source_id, You also need to ...
3 years, 11 months ago (2017-01-05 21:30:14 UTC) #10
Ken Russell (switch to Gerrit)
third_party/WebKit/Source/platform/graphics/ LGTM.
3 years, 11 months ago (2017-01-05 23:52:08 UTC) #11
qinmin
lgtm
3 years, 11 months ago (2017-01-06 22:09:46 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2610853005/40001
3 years, 11 months ago (2017-01-09 08:05:48 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/337210)
3 years, 11 months ago (2017-01-09 08:13:05 UTC) #17
qiankun
enne, danakj, vmpstr, can you do owner review for cc/? https://codereview.chromium.org/2610853005/diff/20001/gpu/GLES2/gl2extchromium.h File gpu/GLES2/gl2extchromium.h (right): https://codereview.chromium.org/2610853005/diff/20001/gpu/GLES2/gl2extchromium.h#newcode392 ...
3 years, 11 months ago (2017-01-09 08:16:27 UTC) #19
qiankun
reveman, can you do owner review for components/exo/?
3 years, 11 months ago (2017-01-09 10:13:24 UTC) #23
reveman
cc/ and components/exo/ lgtm
3 years, 11 months ago (2017-01-09 11:11:36 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2610853005/60001
3 years, 11 months ago (2017-01-09 11:25:20 UTC) #29
commit-bot: I haz the power
3 years, 11 months ago (2017-01-09 11:29:57 UTC) #32
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/7ff451867f332a745a18fde712f0...

Powered by Google App Engine
This is Rietveld 408576698