index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
utils
/
SkMatrix44.cpp
Commit message (
Expand
)
Author
Age
*
Make SkMatrix44::invert() check for finite 1/det instead of magic value
commit-bot@chromium.org
2013-08-20
*
Revert "Make SkMatrix44::invert() check for finite 1/det instead of magic value"
scroggo@google.com
2013-08-15
*
Make SkMatrix44::invert() check for finite 1/det instead of magic value
commit-bot@chromium.org
2013-08-15
*
cherry-pick from 7241: speed-up matrix44::setconcat when both inputs are
reed@google.com
2013-01-17
*
Revert r7241, which broke tests on most platforms.
tomhudson@google.com
2013-01-17
*
Add SSE2 multiplication for SkMatrix44 on some platforms.
tomhudson@google.com
2013-01-17
*
To support alignment pragmas (for speed), we need to relax assumptions about
reed@google.com
2013-01-15
*
Optimized implementation of SkMatrix44::preScale
shawnsingh@chromium.org
2012-12-13
*
Matrix inversion optimizations and benchmark; originally by whunt@google.com.
tomhudson@google.com
2012-12-13
*
use new enum-constructors
reed@google.com
2012-12-10
*
add helpers for isTranslate and isScaleTranslate
mike@reedtribe.org
2012-12-10
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-12-06
*
optimize translate and scale
reed@google.com
2012-12-05
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-12-04
*
add getTypes() to SkMatrix44, to cache how complex the matrix is.
reed@google.com
2012-12-03
*
Fixed remaining clang compiler warnings
robertphillips@google.com
2012-12-03
*
Keep track of identity SkMatrix44s
jamesr@chromium.org
2012-11-29
*
don't use bit-wise test for equality when using floats.
reed@google.com
2012-11-27
*
Add SkMatrix44::setColMajord, etc.
vollick@chromium.org
2012-11-19
*
Add SkMatrix44::setTranspose
vollick@chromium.org
2012-11-14
*
Add support for SK_MSCALAR_IS_FLOAT
vollick@chromium.org
2012-11-13
*
add explicit mapScalars and mapMScalars entry-points, instead of just map()
reed@google.com
2012-11-09
*
remove one un-needed static initializer
digit@google.com
2012-01-10
*
warning fixes
bsalomon@google.com
2011-10-27
*
Fix some VS2010 warnings
bsalomon@google.com
2011-09-29
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
Change output format of dump() to make VS2008 happy.
tomhudson@google.com
2011-06-28
*
add row/col major getters, plus unit-tests
reed@google.com
2011-06-13
*
move into utils
reed@google.com
2011-06-13