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
*
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
*
Add a map homogenous points to SkMatrix
egdaniel@google.com
2013-08-09
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-07-25
*
Change double constants to floats.
jvanverth@google.com
2013-07-24
*
Add basic SVD support to SkMatrix. Allows you to pull out the x- and y-scale ...
commit-bot@chromium.org
2013-07-24
*
Upstream changes from Android.
djsollen@google.com
2013-03-08
*
Change random number generator for 'tests' to SkMWCRandom. Also removes some
jvanverth@google.com
2013-03-04
*
return if we're invertible for the fast scale+trans case when we have no inverse
reed@google.com
2013-01-30
*
Add GPU support for axis-aligned ovals:
jvanverth@google.com
2013-01-22
*
special-case matrix invert for translate and scale
reed@google.com
2013-01-04
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-12-04
*
Fixed remaining clang compiler warnings
robertphillips@google.com
2012-12-03
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-10-13
*
Fix matrix type in setRectToRect
reed@google.com
2012-10-12
*
Suppress some warnings on linux.
bsalomon@google.com
2012-09-26
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Rename the existing flatten(void*) methods.
djsollen@google.com
2012-06-08
*
fix warnings on Mac in tests
caryclark@google.com
2012-06-06
[next]