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
*
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
*
add isSimilarityTransform() and some tests
bsalomon@google.com
2012-04-25
*
fix unused-return-result-warning for invert/getPosTan
reed@google.com
2012-04-19
*
Revert r3681 due to fixed point failures in tests.
bsalomon@google.com
2012-04-16
*
add isSimilarityTransform() and some tests
bsalomon@google.com
2012-04-16
*
restore line accidentally deleted in MatrixTest.cpp in r3491
bsalomon@google.com
2012-03-26
*
Another fix for fixed point (nan == nan in fixed pt)
bsalomon@google.com
2012-03-26
*
Add SkMatrix::cheapEqualTo, use in Gr code
bsalomon@google.com
2012-03-26
*
Remove warnings (trailing \, signed vs unsigned, parenthesization).
tomhudson@google.com
2011-10-27
*
Setting perspective in fixed point.
bungeman@google.com
2011-10-07
*
Make SkMath.h less visible in public header files.
tomhudson@google.com
2011-09-27
*
[gpu] Remove getMaxStretch for perspective, use mapRadius for perspective pat...
bsalomon@google.com
2011-09-09
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
Fix build break from 1851.
bungeman@google.com
2011-07-13
*
Change pdfTransform to asAffine.
bungeman@google.com
2011-07-13
*
get tests closer to passing for SKIA_SCALAR=fixed
epoger@google.com
2011-05-17
*
update to work correctly for scalar == fixed or float
reed@android.com
2011-02-09
[next]