aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils/SkMatrix44.cpp
Commit message (Expand)AuthorAge
* cherry-pick from 7241: speed-up matrix44::setconcat when both inputs areGravatar reed@google.com2013-01-17
* Revert r7241, which broke tests on most platforms.Gravatar tomhudson@google.com2013-01-17
* Add SSE2 multiplication for SkMatrix44 on some platforms.Gravatar tomhudson@google.com2013-01-17
* To support alignment pragmas (for speed), we need to relax assumptions aboutGravatar reed@google.com2013-01-15
* Optimized implementation of SkMatrix44::preScaleGravatar shawnsingh@chromium.org2012-12-13
* Matrix inversion optimizations and benchmark; originally by whunt@google.com.Gravatar tomhudson@google.com2012-12-13
* use new enum-constructorsGravatar reed@google.com2012-12-10
* add helpers for isTranslate and isScaleTranslateGravatar mike@reedtribe.org2012-12-10
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-06
* optimize translate and scaleGravatar reed@google.com2012-12-05
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-04
* add getTypes() to SkMatrix44, to cache how complex the matrix is.Gravatar reed@google.com2012-12-03
* Fixed remaining clang compiler warningsGravatar robertphillips@google.com2012-12-03
* Keep track of identity SkMatrix44sGravatar jamesr@chromium.org2012-11-29
* don't use bit-wise test for equality when using floats.Gravatar reed@google.com2012-11-27
* Add SkMatrix44::setColMajord, etc.Gravatar vollick@chromium.org2012-11-19
* Add SkMatrix44::setTransposeGravatar vollick@chromium.org2012-11-14
* Add support for SK_MSCALAR_IS_FLOATGravatar vollick@chromium.org2012-11-13
* add explicit mapScalars and mapMScalars entry-points, instead of just map()Gravatar reed@google.com2012-11-09
* remove one un-needed static initializerGravatar digit@google.com2012-01-10
* warning fixesGravatar bsalomon@google.com2011-10-27
* Fix some VS2010 warningsGravatar bsalomon@google.com2011-09-29
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Change output format of dump() to make VS2008 happy.Gravatar tomhudson@google.com2011-06-28
* add row/col major getters, plus unit-testsGravatar reed@google.com2011-06-13
* move into utilsGravatar reed@google.com2011-06-13