History log of /external/skia/include/core/SkMatrix44.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
afe7a5f84890b88dbb61a3ba53b3d66d679f92d7 01-Mar-2017 Mike Klein <mtklein@chromium.org> Add some thread safety notes.

These are the main problems we tend to hit with multithreaded drawing.

Change-Id: I63dc56f38a533eb839d36833e865af5fcc700d3b
Reviewed-on: https://skia-review.googlesource.com/9100
Commit-Queue: Mike Klein <mtklein@chromium.org>
Reviewed-by: Mike Reed <reed@google.com>
/external/skia/include/core/SkMatrix44.h
e151bdb357c21b833718b369fe8fbd7fd57ae474 04-Jan-2017 Matt Sarett <msarett@google.com> Fix color space matrix hashing to avoid hashing the typemask

BUG=skia:

Change-Id: I8d4594fcf0eeebf598871bfe9203ed52460c98ce
Reviewed-on: https://skia-review.googlesource.com/6558
Reviewed-by: Mike Klein <mtklein@chromium.org>
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Matt Sarett <msarett@google.com>
/external/skia/include/core/SkMatrix44.h
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/include/core/SkMatrix44.h
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/include/core/SkMatrix44.h
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/include/core/SkMatrix44.h
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/include/core/SkMatrix44.h