History log of /external/skia/src/core/SkMatrix44.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
271dabaeb246ffbad88c87072432a6670751c7a8 01-Dec-2016 Mike Klein <mtklein@chromium.org> Make SkMatrix44:dump() print out a recognizable matrix.

Change-Id: I7b64d8aee335eef39924ab65f46f196892ea2a39
Reviewed-on: https://skia-review.googlesource.com/5465
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Mike Klein <mtklein@chromium.org>
/external/skia/src/core/SkMatrix44.cpp
de68d6c4616d86621373d88100002ddfdb9c08e3 09-Sep-2016 brianosman <brianosman@google.com> Fix storage of gamut transform matrices in SkColorSpace

We were effectively storing the transpose, which made all of our
operations on individual colors, and our concatenation of matrices
awkward and backwards.

I'm planning to push this further into Ganesh, where I had incorrectly
adjusted to the previous layout, treating colors as row vectors in the
shaders.

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

Review-Url: https://codereview.chromium.org/2324843003
/external/skia/src/core/SkMatrix44.cpp
c1a3e24918f99fc0b975111afb39dca38c50eb5c 23-Jun-2016 msarett <msarett@google.com> SkMatrix44 clarifications and clean-ups

Fixed row/col major bug and added comments to the
header.

Made SkMatrix::I() thread safe using constexpr.

Added a test set3x3RowMajorf().

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

Review-Url: https://codereview.chromium.org/2098583002
/external/skia/src/core/SkMatrix44.cpp
111a42d9cebf0bb8844c5d24f67fac57cc619d29 22-Jun-2016 msarett <msarett@google.com> Enable flattening and unflattening of SkColorSpace

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

Review-Url: https://codereview.chromium.org/2085653003
/external/skia/src/core/SkMatrix44.cpp
50d3b57c8aaa0f026b981101c45ea30361382940 03-May-2016 reed <reed@google.com> return 4x4 matrix from SkColorSpace
move SkMatrix44 into core (with alias in utils to transition chrome)

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

Review-Url: https://codereview.chromium.org/1943833002
/external/skia/src/core/SkMatrix44.cpp