History log of /external/skia/src/core/SkLinearBitmapPipeline_tile.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0bd8f36309293720b44af92f113f6ebe96d54779 27-Jan-2017 Florin Malita <fmalita@chromium.org> Add missing nextafter() clamping to SkLinearBitmapPipeline tile procs

Fixes the asserts trigered in
https://skia-review.googlesource.com/c/7615

Change-Id: I7e1802bc699becf85396445fe0df4cb110ab69c4
Reviewed-on: https://skia-review.googlesource.com/7720
Commit-Queue: Florin Malita <fmalita@chromium.org>
Reviewed-by: Herb Derby <herb@google.com>
/external/skia/src/core/SkLinearBitmapPipeline_tile.h
ace343286d900446737a027739dafb05c646c417 19-Dec-2016 Herb Derby <herb@google.com> Fix, cleanup and document the clamp tiler better.

* Fix by making the bounds where the bounds of the edge effect starts to be .5 pixels all around the border.
* Sample from the center of the pixel. This was wrong on the left edge.


GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=5127

Change-Id: I39af942644fa58f0ee8dc7027481fef85b9488fe
Reviewed-on: https://skia-review.googlesource.com/5127
Commit-Queue: Herb Derby <herb@google.com>
Reviewed-by: Florin Malita <fmalita@chromium.org>
/external/skia/src/core/SkLinearBitmapPipeline_tile.h
93b0650084285400102f2d65d5c4411185111085 08-Nov-2016 herb <herb@google.com> Change code to not store Sk4* in data structures.

This allows the SkLinearBitmapPipeline system to avoid problems with alignment. This allows it to naturally fit with the rest of the system, and simplifies surrounding code.

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2486523002

Review-Url: https://codereview.chromium.org/2486523002
/external/skia/src/core/SkLinearBitmapPipeline_tile.h
fc6c37b981daeece7474ce61070c707c37eefa62 27-Sep-2016 Mike Klein <mtklein@chromium.org> Remove stray semicolons.

Turns out function declarations don't end in semicolons...

BUG=skia:

GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2720

No public API changes.
TBR=reed@google.com

Change-Id: I72b56d52e1ff7fa6e89c295b0de8c46599791ebb
Reviewed-on: https://skia-review.googlesource.com/2720
Reviewed-by: Mike Klein <mtklein@chromium.org>
Commit-Queue: Mike Klein <mtklein@chromium.org>
/external/skia/src/core/SkLinearBitmapPipeline_tile.h
494c2b6fa125d85d99fb6e9b479f21f4f76c32bb 14-Jul-2016 herb <herb@google.com> Fix a bug in the Clamp in X direction tiling.
The code mixed up which end of the span was cut and preserved in the
sequence of span breaks.

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2145193002

Review-Url: https://codereview.chromium.org/2145193002
/external/skia/src/core/SkLinearBitmapPipeline_tile.h
871a0484305e9c051e2d78b62e1f2a5fa4bdb3a4 03-May-2016 herb <herb@google.com> Add 8888 fast SrcOver mode.

The SkLinearBitmapPipeline_tile change is an edge case fix.

This will not function until gDefaultProfileSRGB in SkImageInfo is set to true.

The srcover implementation is not the fastest, and I'm working on a better version.

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1886233006

Review-Url: https://codereview.chromium.org/1886233006
/external/skia/src/core/SkLinearBitmapPipeline_tile.h
303c979b82368c8cb0fddc56845e47ec44a69d85 07-Apr-2016 herb <herb@google.com> Use a faster repeat tiler when translate only matrix.

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1861253003

Review URL: https://codereview.chromium.org/1861253003
/external/skia/src/core/SkLinearBitmapPipeline_tile.h
ca9206e10fbbee0e8f8d2df76743ffe3a38cef71 31-Mar-2016 robertphillips <robertphillips@google.com> Revert of Add unit repeat tiler (patchset #4 id:60001 of https://codereview.chromium.org/1837893004/ )

Reason for revert:
ASAN bot failures

Original issue's description:
> Add unit repeat tiler.
>
> BUG=skia:
> GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1837893004
>
> Committed: https://skia.googlesource.com/skia/+/865a289bfec169cb19970c734e9aa855c267f060

TBR=mtklein@google.com,fmalita@chromium.org,herb@google.com
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=skia:

Review URL: https://codereview.chromium.org/1844713005
/external/skia/src/core/SkLinearBitmapPipeline_tile.h
865a289bfec169cb19970c734e9aa855c267f060 31-Mar-2016 herb <herb@google.com> Add unit repeat tiler.

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1837893004

Review URL: https://codereview.chromium.org/1837893004
/external/skia/src/core/SkLinearBitmapPipeline_tile.h
6eff52afb458bf6702a715d88611fd571544ef73 23-Mar-2016 herb <herb@google.com> WIP: experimental bilerp pipeline.

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1775963002

Review URL: https://codereview.chromium.org/1775963002
/external/skia/src/core/SkLinearBitmapPipeline_tile.h
c60fee0f15c73137c4e335de04e9ca06e131b110 07-Mar-2016 herb <herb@google.com> Rework files and add test cases.

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1757193002

Review URL: https://codereview.chromium.org/1757193002
/external/skia/src/core/SkLinearBitmapPipeline_tile.h
490d30fff698bf24c89d59060ada82d52672b31f 04-Mar-2016 herb <herb@google.com> break out the tile and matrix strategies

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1765953002

Review URL: https://codereview.chromium.org/1765953002
/external/skia/src/core/SkLinearBitmapPipeline_tile.h