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

Issue 2026393005: Add SampleApp slide with animating lightmapped objects & transparency (Closed)

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

Description

Add SampleApp slide with animating lightmapped objects & transparency This is pulled out of the drawLitAtlas CL (may it someday land). It does nicely demonstrate animating normal mapped objects and normal maps combined with partially transparent diffuse textures. It is a crude Asteroids game. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2026393005 TBR=reed@google.com Committed: https://skia.googlesource.com/skia/+/adf5afa628adb62a0ad451d07ef1442381a0ee20

Patch Set 1 #

Patch Set 2 : Address compiler complaints #

Patch Set 3 : Add unnecessary hack to silence compilers #

Patch Set 4 : ... #

Total comments: 6

Patch Set 5 : Address code review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+469 lines, -2 lines) Patch
M gm/SkLinearBitmapPipelineGM.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M gyp/SampleApp.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M include/core/SkLights.h View 1 chunk +1 line, -1 line 0 comments Download
A samplecode/SampleLitAtlas.cpp View 1 2 3 4 1 chunk +467 lines, -0 lines 0 comments Download

Messages

Total messages: 39 (21 generated)
robertphillips
4 years, 6 months ago (2016-06-02 22:53:09 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2026393005/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2026393005/1
4 years, 6 months ago (2016-06-02 22:53:20 UTC) #6
commit-bot: I haz the power
Dry run: 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/8871) Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot on ...
4 years, 6 months ago (2016-06-02 22:56:15 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2026393005/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2026393005/20001
4 years, 6 months ago (2016-06-02 23:39:13 UTC) #10
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-Trybot on client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-Trybot/builds/3929)
4 years, 6 months ago (2016-06-02 23:41:41 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2026393005/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2026393005/40001
4 years, 6 months ago (2016-06-02 23:45:32 UTC) #14
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot on client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot/builds/8847)
4 years, 6 months ago (2016-06-02 23:48:21 UTC) #16
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2026393005/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2026393005/60001
4 years, 6 months ago (2016-06-03 00:02:58 UTC) #18
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-03 00:15:49 UTC) #20
robertphillips
ping
4 years, 6 months ago (2016-06-03 14:48:43 UTC) #21
egdaniel
lgtm with some nits and question on const removal https://codereview.chromium.org/2026393005/diff/60001/include/core/SkLights.h File include/core/SkLights.h (left): https://codereview.chromium.org/2026393005/diff/60001/include/core/SkLights.h#oldcode64 include/core/SkLights.h:64: ...
4 years, 6 months ago (2016-06-03 15:52:49 UTC) #22
robertphillips
https://codereview.chromium.org/2026393005/diff/60001/include/core/SkLights.h File include/core/SkLights.h (left): https://codereview.chromium.org/2026393005/diff/60001/include/core/SkLights.h#oldcode64 include/core/SkLights.h:64: const sk_sp<SkLights> finish() { On 2016/06/03 15:52:48, egdaniel wrote: ...
4 years, 6 months ago (2016-06-03 16:35:31 UTC) #23
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2026393005/80001
4 years, 6 months ago (2016-06-03 16:35:50 UTC) #25
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-03 16:55:01 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2026393005/80001
4 years, 6 months ago (2016-06-03 16:59:29 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: skia_presubmit-Trybot on client.skia.fyi (JOB_FAILED, http://build.chromium.org/p/client.skia.fyi/builders/skia_presubmit-Trybot/builds/10179)
4 years, 6 months ago (2016-06-03 17:01:37 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2026393005/80001
4 years, 6 months ago (2016-06-03 17:11:14 UTC) #36
commit-bot: I haz the power
4 years, 6 months ago (2016-06-03 17:12:12 UTC) #38
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://skia.googlesource.com/skia/+/adf5afa628adb62a0ad451d07ef1442381a0ee20

Powered by Google App Engine
This is Rietveld 408576698