index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
utils
/
SkMatrix44.h
Commit message (
Expand
)
Author
Age
*
check for self-assignment in operator=
reed@google.com
2013-02-06
*
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
*
mark default constructor for SkMatrix44 as deprecated, since it calls setIden...
reed@google.com
2013-01-16
*
To support alignment pragmas (for speed), we need to relax assumptions about
reed@google.com
2013-01-15
*
Add SkMatrix44 constructor that allows user to control the initialization
vollick@chromium.org
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
*
Keep track of identity SkMatrix44s
jamesr@chromium.org
2012-11-29
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-28
*
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
*
Changing the visibility of SkMatrix44::determinant().
vollick@chromium.org
2012-11-13
*
add const to src parameter for mapMScalars()
reed@google.com
2012-11-12
*
add explicit mapScalars and mapMScalars entry-points, instead of just map()
reed@google.com
2012-11-09
*
simplify macros, since we no longer support scalar == fixed
reed@google.com
2012-11-09
*
warning fixes
bsalomon@google.com
2011-10-27
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
add SK_API to SkMatrix44
reed@google.com
2011-07-05
*
add row/col major getters, plus unit-tests
reed@google.com
2011-06-13
*
move into utils
reed@google.com
2011-06-13