index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkMatrix.cpp
Commit message (
Expand
)
Author
Age
*
[gpu] Remove getMaxStretch for perspective, use mapRadius for perspective pat...
bsalomon@google.com
2011-09-09
*
Improve gpu path subdiv with perspective, remove tolerance scale, fix comment
bsalomon@google.com
2011-09-07
*
detect when scale is really 1.0, and don't mis-mark our flags to kScale
reed@google.com
2011-09-06
*
Add SkMatrix::getPerspectiveTypeMaskOnly() and SkMatrix::isTriviallyIdentity().
tomhudson@google.com
2011-08-30
*
Fix bug in SkMatrix::invert where typemask is not set on inverse when a matri...
bsalomon@google.com
2011-08-01
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
Use texture cache for writePixels temp
bsalomon@google.com
2011-07-18
*
Change pdfTransform to asAffine.
bungeman@google.com
2011-07-13
*
Increase use of SkMatrix::hasPerspective(), merge in has_perspective().
tomhudson@google.com
2011-06-06
*
Attempt to correct issue with fixed point from SkMatrix changes in r1512.
tomhudson@google.com
2011-06-06
*
Benchmarking suggests that replacing some of the conversions from float to int
tomhudson@google.com
2011-06-06
*
speed-up SkMatrix::preScale by 3x, by special-casing it instead of just calling
reed@google.com
2011-06-01
*
Make GrMatrix an alias of SkMatrix. Add new methods to SkMatrix.
bsalomon@google.com
2011-05-10
*
merge with changes for GPU backend
reed@android.com
2010-12-20
*
Cleanup/unify matrix transform for PDF backend.
vandebo@chromium.org
2010-10-26
*
Fix for SkMatrix::invert() for large coordinate values.
senorblanco@chromium.org
2010-07-20
*
more float/double precision tweaks
reed@android.com
2009-09-18
*
use doubles in matrix.invert() to keep more precision, needed for subtle
reed@android.com
2009-09-16
*
use scalarcomparetype in matrix tests, so we don't do anything tricky
reed@android.com
2009-07-08
*
use sk_bzero instead of bzero, since it isn't always available.
reed@android.com
2009-06-29
*
add shape flatten so they work properly in pictures
reed@android.com
2009-06-29
*
add initial unittest framework (tests)
reed@android.com
2009-02-27
*
grab from latest android
reed@android.com
2008-12-17