index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
MatrixTest.cpp
Commit message (
Expand
)
Author
Age
*
GOOGLE3 -> SK_BUILD_FOR_GOOGLE3
Mike Klein
2017-12-19
*
make matrix serialization private
Cary Clark
2017-10-20
*
convert mapHomogeneousPoints to SkPoint3
Cary Clark
2017-10-18
*
Revert "move SkMatrix anonymous affine enum to private"
Mike Reed
2017-10-13
*
move SkMatrix anonymous affine enum to private
Cary Clark
2017-10-12
*
Remove trailing whitespace.
Ben Wagner
2017-10-09
*
s/invertable/invertible
bungeman
2016-08-24
*
Revert of Change mapRectScaleTranslate to pass args/ret by value (patchset #2...
halcanary
2016-08-10
*
Change mapRectScaleTranslate to pass args/ret by value
reed
2016-08-10
*
Guard SkMatrix::get*Scale[s]() against negative nearly-zero values.
kolczyk
2016-07-16
*
Revert of change mapRectScaleTranslate to pass args/ret by value (patchset #1...
reed
2016-07-10
*
change mapRectScaleTranslate to pass args/ret by value
reed
2016-07-10
*
make setScaleTranslate public
reed
2016-07-05
*
speed up maprect for scale+trans case
reed
2016-06-30
*
gyp (third_party) warning changes for ccache
halcanary
2016-05-20
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Make SkMatrix::get*Scale[s]() fail on NaN
bsalomon
2015-12-17
*
Modifications to get 'blaze build -c opt //third_party/skia/HEAD/...' to work.
benjaminwagner
2015-10-19
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Added check for ill-conditioned invert
robertphillips
2015-06-19
*
Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://cod...
reed
2015-05-12
*
Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://coderevie...
reed
2015-05-12
*
stop calling SkScalarDiv
reed
2015-05-12
*
use Sk4f for matrix math
reed
2015-03-29
*
remove meaningless matrix benches, add mapPts() and add new benches
reed
2015-03-23
*
add SkMatrix::decomposeScale
reed
2015-03-19
*
remove dead SkPersp macros
reed
2015-01-20
*
add get9 and set9 to matrix, to aid in making keys
reed
2014-12-13
*
Fix matrix similarity test on arm64
jvanverth
2014-09-02
*
Temporarily adjust Matrix.isSimilarity test tolerance on 64-bit ARM devices
djsollen
2014-08-21
*
Add function to get both min and max scale factors from matrix
commit-bot@chromium.org
2014-05-20
*
Rename SkMatrix::get(Max|Min)Stretch to get(Min|Max)Scale
commit-bot@chromium.org
2014-05-20
*
Try out SkMatrix::Concat.
commit-bot@chromium.org
2014-05-19
*
Cleanup: Sanitize the order of includes under tests/
tfarina@chromium.org
2014-01-24
*
Move macros from TestClassDef.h to Test.h
commit-bot@chromium.org
2014-01-14
*
remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats
reed@google.com
2013-12-17
*
Use DEFINE_TESTCLASS_SHORT macro in tests.
tfarina@chromium.org
2013-12-12
*
Do not use GrBicubic effect when downscaling. Also, don't use glTexStorage as...
commit-bot@chromium.org
2013-12-09
*
Checking structure sizes before reading them from memory to avoid overflowing...
commit-bot@chromium.org
2013-11-05
*
Revert "Checking structure sizes before reading them from memory to avoid ove...
reed@google.com
2013-11-04
*
Checking structure sizes before reading them from memory to avoid overflowing...
sugoi@google.com
2013-11-04
*
Revert r12114 due to https://code.google.com/p/skia/issues/detail?id=1794 ('A...
epoger@google.com
2013-11-04
*
Checking structure sizes before reading them from memory to avoid overflowing...
sugoi@google.com
2013-11-04
*
Clean up SkTypes.h.
bungeman@google.com
2013-10-11
*
Change old PRG to be SkLCGRandom; change new one to SkRandom
commit-bot@chromium.org
2013-09-09
*
Switch out random number generator for tests, benches, samples.
commit-bot@chromium.org
2013-09-06
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-09-04
*
Revise SVD code to remove arctangents.
commit-bot@chromium.org
2013-09-03
*
Add homogeneous point mapping to Matrix
egdaniel@google.com
2013-08-15
*
Revert r10659: Add a map homogenous points to SkMatrix
jvanverth@google.com
2013-08-09
[next]