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

Issue 1893393002: Adding support for playback to L32/S32/F16 canvas. (Closed)

Created:
4 years, 8 months ago by Brian Osman
Modified:
4 years, 8 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Adding support for playback to L32/S32/F16 canvas. Playback of my test GM works correctly on both raster and GPU, in all three modes. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1893393002 Committed: https://skia.googlesource.com/skia/+/7831295c63b57efca6e4331b9d66df66985ca805

Patch Set 1 #

Patch Set 2 : Rebase #

Total comments: 5

Patch Set 3 : Set raster surface props, check scanf result #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -24 lines) Patch
M gyp/skiaserve.gyp View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M tools/skiaserve/Request.h View 2 chunks +2 lines, -0 lines 0 comments Download
M tools/skiaserve/Request.cpp View 1 2 3 8 chunks +52 lines, -17 lines 0 comments Download
M tools/skiaserve/skiaserve.cpp View 1 chunk +1 line, -0 lines 0 comments Download
A + tools/skiaserve/urlhandlers/ColorModeHandler.cpp View 1 2 2 chunks +9 lines, -7 lines 0 comments Download
M tools/skiaserve/urlhandlers/UrlHandler.h View 1 chunk +13 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (8 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/1893393002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1893393002/1
4 years, 8 months ago (2016-04-18 16:00:27 UTC) #3
Brian Osman
Including Mike because of the F16 -> RGBA conversion stuff when massaging the output for ...
4 years, 8 months ago (2016-04-18 16:17:03 UTC) #5
jcgregorio
https://codereview.chromium.org/1893393002/diff/20001/tools/skiaserve/urlhandlers/ColorModeHandler.cpp File tools/skiaserve/urlhandlers/ColorModeHandler.cpp (right): https://codereview.chromium.org/1893393002/diff/20001/tools/skiaserve/urlhandlers/ColorModeHandler.cpp#newcode33 tools/skiaserve/urlhandlers/ColorModeHandler.cpp:33: sscanf(commands[1].c_str(), "%d", &mode); Maybe check the return from sscanf? ...
4 years, 8 months ago (2016-04-18 16:39:30 UTC) #6
mtklein
https://codereview.chromium.org/1893393002/diff/20001/tools/skiaserve/Request.cpp File tools/skiaserve/Request.cpp (right): https://codereview.chromium.org/1893393002/diff/20001/tools/skiaserve/Request.cpp#newcode46 tools/skiaserve/Request.cpp:46: if (kRGBA_F16_SkColorType == canvas->imageInfo().colorType()) { On 2016/04/18 at 16:17:03, ...
4 years, 8 months ago (2016-04-18 17:40:48 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1893393002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1893393002/60001
4 years, 8 months ago (2016-04-19 16:21:56 UTC) #10
Brian Osman
Updated to use the code from DM (that is now shared in picture_utils). Fixes all ...
4 years, 8 months ago (2016-04-19 16:22:58 UTC) #11
jcgregorio
lgtm
4 years, 8 months ago (2016-04-19 16:24:54 UTC) #12
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-19 16:31:49 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1893393002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1893393002/60001
4 years, 8 months ago (2016-04-19 17:15:57 UTC) #16
commit-bot: I haz the power
4 years, 8 months ago (2016-04-19 17:16:56 UTC) #18
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://skia.googlesource.com/skia/+/7831295c63b57efca6e4331b9d66df66985ca805

Powered by Google App Engine
This is Rietveld 408576698