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

Issue 844913004: reorg filter quality cascade (Closed)

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

Description

reorg filter quality cascade BUG=skia: NOTREECHECKS=True Committed: https://skia.googlesource.com/skia/+/f7094c4ed01d500f31b993ed2620c2737093e383

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : add legacy compile guard #

Patch Set 4 : add suppression #

Total comments: 8

Patch Set 5 : fix spelling, use matrix directly instead of unit-vectors" #

Patch Set 6 : re-reverse skew X/Y #

Patch Set 7 : add dox #

Total comments: 5

Patch Set 8 : more misspelling #

Unified diffs Side-by-side diffs Delta from patch set Stats (+158 lines, -3 lines) Patch
M expectations/gm/ignored-tests.txt View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M src/core/SkBitmapProcState.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/core/SkBitmapProcState.cpp View 1 2 3 4 5 6 7 7 chunks +152 lines, -3 lines 0 comments Download

Messages

Total messages: 36 (16 generated)
reed1
WIP - will generate slight image differences.
5 years, 11 months ago (2015-01-14 22:33:25 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/844913004/1
5 years, 11 months ago (2015-01-14 22:33:35 UTC) #3
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
5 years, 11 months ago (2015-01-14 22:33:36 UTC) #4
reed1
- reorg for clarity - fix some quality bugs (e.g. subpixel position of HQ) - ...
5 years, 11 months ago (2015-01-14 22:39:25 UTC) #7
reed1
needs https://codereview.chromium.org/850323004/ for chrome
5 years, 11 months ago (2015-01-16 17:16:13 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/844913004/40001
5 years, 11 months ago (2015-01-16 17:17:06 UTC) #10
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
5 years, 11 months ago (2015-01-16 17:17:07 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/844913004/40001
5 years, 11 months ago (2015-01-16 17:26:06 UTC) #14
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
5 years, 11 months ago (2015-01-16 17:26:07 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/844913004/60001
5 years, 11 months ago (2015-01-16 17:35:06 UTC) #18
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
5 years, 11 months ago (2015-01-16 17:35:07 UTC) #19
robertphillips
lgtm + questions (and typos) https://codereview.chromium.org/844913004/diff/60001/src/core/SkBitmapProcState.cpp File src/core/SkBitmapProcState.cpp (right): https://codereview.chromium.org/844913004/diff/60001/src/core/SkBitmapProcState.cpp#newcode284 src/core/SkBitmapProcState.cpp:284: static bool extract_scale(const SkMatrix& ...
5 years, 11 months ago (2015-01-16 18:37:01 UTC) #21
reed1
https://codereview.chromium.org/844913004/diff/60001/src/core/SkBitmapProcState.cpp File src/core/SkBitmapProcState.cpp (right): https://codereview.chromium.org/844913004/diff/60001/src/core/SkBitmapProcState.cpp#newcode284 src/core/SkBitmapProcState.cpp:284: static bool extract_scale(const SkMatrix& matrix, SkVector* scale) { On ...
5 years, 11 months ago (2015-01-16 19:01:11 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/844913004/80001
5 years, 11 months ago (2015-01-16 19:02:47 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/844913004/120001
5 years, 11 months ago (2015-01-16 19:39:29 UTC) #27
robertphillips
lgtm + some typos https://codereview.chromium.org/844913004/diff/120001/src/core/SkBitmapProcState.cpp File src/core/SkBitmapProcState.cpp (right): https://codereview.chromium.org/844913004/diff/120001/src/core/SkBitmapProcState.cpp#newcode297 src/core/SkBitmapProcState.cpp:297: /* implemented https://codereview.chromium.org/844913004/diff/120001/src/core/SkBitmapProcState.cpp#newcode471 src/core/SkBitmapProcState.cpp:471: * ...
5 years, 11 months ago (2015-01-16 19:45:00 UTC) #28
reed1
https://codereview.chromium.org/844913004/diff/120001/src/core/SkBitmapProcState.cpp File src/core/SkBitmapProcState.cpp (right): https://codereview.chromium.org/844913004/diff/120001/src/core/SkBitmapProcState.cpp#newcode297 src/core/SkBitmapProcState.cpp:297: /* On 2015/01/16 19:45:00, robertphillips wrote: > implemented Done. ...
5 years, 11 months ago (2015-01-16 19:48:20 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/844913004/140001
5 years, 11 months ago (2015-01-16 19:49:14 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/844913004/140001
5 years, 11 months ago (2015-01-16 20:05:15 UTC) #35
commit-bot: I haz the power
5 years, 11 months ago (2015-01-16 20:05:23 UTC) #36
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as
https://skia.googlesource.com/skia/+/f7094c4ed01d500f31b993ed2620c2737093e383

Powered by Google App Engine
This is Rietveld 408576698