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

Issue 2016593002: Add NV12 texture conversion support. (Closed)

Created:
4 years, 7 months ago by jbauman
Modified:
4 years, 6 months ago
Reviewers:
bsalomon
CC:
reviews_skia.org
Base URL:
https://chromium.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Add NV12 texture conversion support. If textures 1 and 2 passed into MakeFromYUVTexturesCopy are the same, then treat the input as NV12 and sample from the g component of texture 2. BUG=skia:5209 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2016593002 Committed: https://skia.googlesource.com/skia/+/b445a57e6c36cce86580b618701b5af708a6f271

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+209 lines, -62 lines) Patch
M gm/yuvtorgbeffect.cpp View 1 2 3 4 2 chunks +112 lines, -6 lines 0 comments Download
M include/core/SkImage.h View 1 2 3 4 1 chunk +9 lines, -0 lines 0 comments Download
M src/gpu/GrYUVProvider.cpp View 1 2 3 4 1 chunk +3 lines, -5 lines 0 comments Download
M src/gpu/effects/GrYUVEffect.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/effects/GrYUVEffect.cpp View 1 2 3 4 7 chunks +37 lines, -26 lines 0 comments Download
M src/image/SkImage_Gpu.cpp View 1 2 3 4 4 chunks +47 lines, -24 lines 0 comments Download

Messages

Total messages: 39 (17 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2016593002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2016593002/1
4 years, 7 months ago (2016-05-26 00:34:03 UTC) #3
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Ubuntu-Clang-x86_64-Debug-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu-Clang-x86_64-Debug-Trybot/builds/8716)
4 years, 7 months ago (2016-05-26 00:37:34 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2016593002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2016593002/20001
4 years, 7 months ago (2016-05-27 00:37:33 UTC) #7
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-27 00:50:44 UTC) #9
commit-bot: I haz the power
Dry run: None
4 years, 7 months ago (2016-05-27 00:50:55 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2016593002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2016593002/40001
4 years, 7 months ago (2016-05-27 01:08:18 UTC) #12
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-27 01:22:29 UTC) #14
commit-bot: I haz the power
Dry run: None
4 years, 7 months ago (2016-05-27 01:22:37 UTC) #15
jbauman
I'm not very familiar with skia's code or coding style, so let me know how ...
4 years, 7 months ago (2016-05-27 01:27:24 UTC) #17
bsalomon
This seems ok, but the inferred nature of the API is pretty subtle. Could we ...
4 years, 6 months ago (2016-05-31 13:52:20 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2016593002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2016593002/60001
4 years, 6 months ago (2016-05-31 22:53:26 UTC) #20
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Ubuntu-GCC-x86_64-Release-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu-GCC-x86_64-Release-Trybot/builds/8823)
4 years, 6 months ago (2016-05-31 22:57:55 UTC) #22
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2016593002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2016593002/60001
4 years, 6 months ago (2016-06-01 21:10:18 UTC) #24
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-01 21:18:31 UTC) #26
jbauman
On 2016/05/31 13:52:20, bsalomon wrote: > This seems ok, but the inferred nature of the ...
4 years, 6 months ago (2016-06-01 21:37:08 UTC) #27
jbauman
On 2016/06/01 21:37:08, jbauman wrote: > On 2016/05/31 13:52:20, bsalomon wrote: > > This seems ...
4 years, 6 months ago (2016-06-08 21:54:49 UTC) #28
bsalomon
On 2016/06/08 21:54:49, jbauman wrote: > On 2016/06/01 21:37:08, jbauman wrote: > > On 2016/05/31 ...
4 years, 6 months ago (2016-06-09 12:35:53 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2016593002/60001
4 years, 6 months ago (2016-06-09 18:28:02 UTC) #31
commit-bot: I haz the power
Try jobs failed on following builders: Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot on client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/builds/9012) Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot on client.skia (JOB_FAILED, ...
4 years, 6 months ago (2016-06-09 18:29:30 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2016593002/80001
4 years, 6 months ago (2016-06-09 19:54:07 UTC) #36
commit-bot: I haz the power
Committed patchset #5 (id:80001) as https://skia.googlesource.com/skia/+/b445a57e6c36cce86580b618701b5af708a6f271
4 years, 6 months ago (2016-06-09 20:24:51 UTC) #38
bsalomon
4 years, 6 months ago (2016-06-10 17:08:46 UTC) #39
Message was sent while issue was closed.
On 2016/06/09 20:24:51, commit-bot: I haz the power wrote:
> Committed patchset #5 (id:80001) as
> https://skia.googlesource.com/skia/+/b445a57e6c36cce86580b618701b5af708a6f271

Hey John, could you triage the new images:
https://gold.skia.org/search?query=source_type%3Dgm%26name%3Dyuv_nv12_to_rgb_...

If they look right to you, just click the check boxes below the images.

Powered by Google App Engine
This is Rietveld 408576698