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

Issue 1327513003: Merge to M46 for BUG=510252 (Closed)

Created:
5 years, 3 months ago by ccameron
Modified:
5 years, 3 months ago
Reviewers:
no sievers
CC:
chromium-reviews, piman+watch_chromium.org, feature-media-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@2490
Target Ref:
refs/pending/branch-heads/2490
Project:
chromium
Visibility:
Public.

Description

Merge to M46 for BUG=510252 Add ycbcr_422 support in image factory. BUG=524582 TBR=sievers@chromium.org Review URL: https://codereview.chromium.org/1308643003 Cr-Commit-Position: refs/heads/master@{#345959} (cherry picked from commit 3055ce7afdf11650d499378cb62ede310dc16f94) media: Remove SkCanvasVideoRenderer cache invalidation. When VideoFrame carries one native texture, with a GL_TEXTURE_2D target, we assumed we could avoid caching the created SkImage, since we just used the texture directly for drawing. Unfortunately if we're drawing to a software canvas we need to read the pixels back from the texture, and that is expensive. Keeping the same SkImage allows Skia to cache the expensive operation. BUG=521531 Review URL: https://codereview.chromium.org/1320613003 Cr-Commit-Position: refs/heads/master@{#345799} (cherry picked from commit 771b5cf7667def96ba3de5cb4a4bf38cff12c3b4) BUG=510252 Committed: https://chromium.googlesource.com/chromium/src/+/034ad53c4f45c36e1e912131daa4de7324d89a9b

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -12 lines) Patch
M gpu/command_buffer/service/image_factory.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M media/blink/skcanvas_video_renderer.cc View 2 chunks +0 lines, -9 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
ccameron
5 years, 3 months ago (2015-09-09 19:32:37 UTC) #1
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
034ad53c4f45c36e1e912131daa4de7324d89a9b.

Powered by Google App Engine
This is Rietveld 408576698