aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkMatrix.cpp
Commit message (Expand)AuthorAge
* remove (unnecessary) SkScalarMul and SkScalarMulAdd macros from SkMatrix.cpp.Gravatar commit-bot@chromium.org2014-01-30
* remove remaining references to Sk64 (obsolete)Gravatar reed@google.com2014-01-13
* remove last remnant of SK_SCALAR_IS_FIXED codeGravatar reed@google.com2013-12-18
* move SkScalarMean into its only caller, reducing out public API exposureGravatar reed@google.com2013-12-18
* remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsGravatar reed@google.com2013-12-17
* remove SkFP.h and replace SkFP with SkScalar stop respecting SK_SOFTWARE_FLOA...Gravatar reed@google.com2013-12-16
* remove SkScalarCompare type and headerGravatar reed@google.com2013-12-13
* Do not use GrBicubic effect when downscaling. Also, don't use glTexStorage as...Gravatar commit-bot@chromium.org2013-12-09
* I feel like my clang is especially sensitive to unused variables.Gravatar mtklein@google.com2013-11-22
* fix compiler error where SK_SCALAR_IS_FLOAT is not defined. (attempt 2)Gravatar djsollen@google.com2013-11-21
* fix compiler error where SK_SCALAR_IS_FLOAT is not defined.Gravatar djsollen@google.com2013-11-21
* Checking structure sizes before reading them from memory to avoid overflowing...Gravatar commit-bot@chromium.org2013-11-05
* Revert "Checking structure sizes before reading them from memory to avoid ove...Gravatar reed@google.com2013-11-04
* Checking structure sizes before reading them from memory to avoid overflowing...Gravatar sugoi@google.com2013-11-04
* Revert r12114 due to https://code.google.com/p/skia/issues/detail?id=1794 ('A...Gravatar epoger@google.com2013-11-04
* Checking structure sizes before reading them from memory to avoid overflowing...Gravatar sugoi@google.com2013-11-04
* 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