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
*
Fix infinite matrix during an invert.
vmpstr
2015-06-30
*
A bunch of little SkMScalar-as-float build fixes.
mtklein
2015-06-09
*
SkMatrix44(const SkMatrix&) needs to initialize the type mask
fs
2014-12-16
*
SkMatrix44::preserves2dAxisAlignment()
tomhudson
2014-09-26
*
Revert of Use SkMScalar as intermediates in SkMatrix44::setConcat. (https://c...
commit-bot@chromium.org
2014-01-24
*
Use SkMScalar as intermediates in SkMatrix44::setConcat.
commit-bot@chromium.org
2014-01-24
*
Fix SkMatrix44::invert(...) for identity matrices and a NULL parameter
commit-bot@chromium.org
2013-11-20
*
Remove SkMatrix44 float conversions without precision loss
commit-bot@chromium.org
2013-10-29
*
Fix narrowing conversion errors from r11986
commit-bot@chromium.org
2013-10-28
*
Remove float/double conversions from SkMatrix44's map2_pf
commit-bot@chromium.org
2013-10-28
*
Make skia almost compile again with clang.
commit-bot@chromium.org
2013-10-07
*
Add perspective support to SkMatrix44 initializers.
commit-bot@chromium.org
2013-10-05
*
Revert "Add perspective support to SkMatrix44 initializers."
aelias@chromium.org
2013-10-04
*
Add perspective support to SkMatrix44 initializers.
commit-bot@chromium.org
2013-10-04
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-08-30
*
Revert determinant-based ScaleTranslate inverse.
commit-bot@chromium.org
2013-08-29
*
Remove sk_bzero usage from SkMatrix44 for improved performance.
shawnsingh@chromium.org
2013-08-28
*
Improve performance of matrix inversion.
shawnsingh@chromium.org
2013-08-22
*
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