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

Issue 1760123003: Add support for new bitmapshader context (patchset #5 id:80001 of https://codereview.chromium.org/1… (Closed)

Created:
4 years, 9 months ago by reed1
Modified:
4 years, 9 months ago
Reviewers:
herb_g, f(malita), mtklein
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Add support for new bitmapshader context (patchset #5 id:80001 of https://codereview.chromium.org/1757993002/ )" This reverts commit cd660e1c07371d9cf97824245639b1c0b5ac92fc. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1760123003 Committed: https://skia.googlesource.com/skia/+/d8829015768a1cf989ffb13e6e632c8f21d339db

Patch Set 1 #

Patch Set 2 : fix stack allocation size #

Patch Set 3 : manual rebase #

Patch Set 4 : #

Total comments: 3

Patch Set 5 : add dox #

Unified diffs Side-by-side diffs Delta from patch set Stats (+127 lines, -26 lines) Patch
M bench/SkLinearBitmapPipelineBench.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M gm/SkLinearBitmapPipelineGM.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkBitmapProcShader.h View 1 2 3 chunks +6 lines, -5 lines 0 comments Download
M src/core/SkBitmapProcShader.cpp View 1 2 3 4 5 chunks +117 lines, -17 lines 0 comments Download
M src/image/SkImageShader.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tests/SkColor4fTest.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 15 (7 generated)
reed1
*should* be correct with its new alignment scheme
4 years, 9 months ago (2016-03-04 16:21:16 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1760123003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1760123003/60001
4 years, 9 months ago (2016-03-04 16:22:17 UTC) #5
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-04 16:34:55 UTC) #7
herb_g
lgtm
4 years, 9 months ago (2016-03-04 16:39:46 UTC) #8
f(malita)
lgtm https://codereview.chromium.org/1760123003/diff/60001/src/core/SkBitmapProcShader.cpp File src/core/SkBitmapProcShader.cpp (right): https://codereview.chromium.org/1760123003/diff/60001/src/core/SkBitmapProcShader.cpp#newcode133 src/core/SkBitmapProcShader.cpp:133: sk_sp<SkXfermode> xfer(SkXfermode::Create(SkXfermode::kSrc_Mode)); w00t! https://codereview.chromium.org/1760123003/diff/60001/src/core/SkBitmapProcShader.cpp#newcode216 src/core/SkBitmapProcShader.cpp:216: if (SkShader::kMirror_TileMode == ...
4 years, 9 months ago (2016-03-04 16:52:29 UTC) #9
reed1
https://codereview.chromium.org/1760123003/diff/60001/src/core/SkBitmapProcShader.cpp File src/core/SkBitmapProcShader.cpp (right): https://codereview.chromium.org/1760123003/diff/60001/src/core/SkBitmapProcShader.cpp#newcode216 src/core/SkBitmapProcShader.cpp:216: if (SkShader::kMirror_TileMode == tmx || SkShader::kMirror_TileMode == tmy) { ...
4 years, 9 months ago (2016-03-04 18:49:42 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1760123003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1760123003/80001
4 years, 9 months ago (2016-03-04 18:50:00 UTC) #13
commit-bot: I haz the power
4 years, 9 months ago (2016-03-04 19:07:47 UTC) #15
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://skia.googlesource.com/skia/+/d8829015768a1cf989ffb13e6e632c8f21d339db

Powered by Google App Engine
This is Rietveld 408576698