aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkMatrix.cpp
Commit message (Expand)AuthorAge
* SK_ONCE for SkData and SkPathRefGravatar commit-bot@chromium.org2013-10-23
* Correct 32bit pointer assumption in assert in SkMatrix.Gravatar bungeman@google.com2013-10-11
* SK_ONCE for SkMatrix::I()Gravatar commit-bot@chromium.org2013-10-10
* Make skia almost compile again with clang.Gravatar commit-bot@chromium.org2013-10-07
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-09-04
* Fix Matrix44Test and double-to-float conversion in SVD codeGravatar jvanverth@google.com2013-09-03
* Revise SVD code to remove arctangents. Gravatar commit-bot@chromium.org2013-09-03
* Add homogeneous point mapping to MatrixGravatar egdaniel@google.com2013-08-15
* Revert r10659: Add a map homogenous points to SkMatrixGravatar jvanverth@google.com2013-08-09
* Add a map homogenous points to SkMatrixGravatar egdaniel@google.com2013-08-09
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-30
* Matrix decomposition cleanup: Add is_degenerate_2x2(), and fix some assertsGravatar commit-bot@chromium.org2013-07-29
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-25
* Add basic SVD support to SkMatrix. Allows you to pull out the x- and y-scale ...Gravatar commit-bot@chromium.org2013-07-24
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-10
* First pass at Rect EffectGravatar robertphillips@google.com2013-04-09
* Change random number generator for 'tests' to SkMWCRandom. Also removes some Gravatar jvanverth@google.com2013-03-04
* remove obsolete build flags:Gravatar reed@google.com2013-02-22
* return if we're invertible for the fast scale+trans case when we have no inverseGravatar reed@google.com2013-01-30
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Add GPU support for axis-aligned ovals:Gravatar jvanverth@google.com2013-01-22
* Added print out of SkShader information to debuggerGravatar robertphillips@google.com2013-01-15
* add SK_IGNORE_FAST_SCALEMATRIX_INVERT guard for new invert codeGravatar reed@google.com2013-01-04
* special-case matrix invert for translate and scaleGravatar reed@google.com2013-01-04
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-04
* use SkTreatAsSprite in SkDraw (with guard for chrome if needed)Gravatar reed@google.com2013-01-03
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-03
* add unittest for SkTreatAsSpriteGravatar reed@google.com2013-01-02
* Shortcut inverting the identity matrix.Gravatar bsalomon@google.com2012-10-31
* Fix matrix type in setRectToRectGravatar reed@google.com2012-10-12
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* remove unused local var (warning fix)Gravatar reed@google.com2012-08-09
* Fix SkMatrix line endings (LF)Gravatar bsalomon@google.com2012-07-13
* Fixing type mask computation in SkMatrix to make it faster and make it so tha...Gravatar junov@chromium.org2012-07-12
* remove SK_CAN_USE_FLOAT (deprecated)Gravatar reed@google.com2012-06-11
* Rename the existing flatten(void*) methods.Gravatar djsollen@google.com2012-06-08
* Punctuation cleanup to satisfy idiosyncracies of OpenBSD gcc 4.2.1.Gravatar tomhudson@google.com2012-06-01
* [gpu] Remove getMaxStretch for perspective, use mapRadius for perspective pat...Gravatar bsalomon@google.com2011-09-09
* Improve gpu path subdiv with perspective, remove tolerance scale, fix commentGravatar bsalomon@google.com2011-09-07
* detect when scale is really 1.0, and don't mis-mark our flags to kScaleGravatar reed@google.com2011-09-06
* Add SkMatrix::getPerspectiveTypeMaskOnly() and SkMatrix::isTriviallyIdentity().Gravatar tomhudson@google.com2011-08-30
* Fix bug in SkMatrix::invert where typemask is not set on inverse when a matri...Gravatar bsalomon@google.com2011-08-01
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Use texture cache for writePixels tempGravatar bsalomon@google.com2011-07-18
* Change pdfTransform to asAffine.Gravatar bungeman@google.com2011-07-13
* Increase use of SkMatrix::hasPerspective(), merge in has_perspective().Gravatar tomhudson@google.com2011-06-06
* Attempt to correct issue with fixed point from SkMatrix changes in r1512.Gravatar tomhudson@google.com2011-06-06
* Benchmarking suggests that replacing some of the conversions from float to intGravatar tomhudson@google.com2011-06-06
* speed-up SkMatrix::preScale by 3x, by special-casing it instead of just callingGravatar reed@google.com2011-06-01
* Make GrMatrix an alias of SkMatrix. Add new methods to SkMatrix.Gravatar bsalomon@google.com2011-05-10