aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkMatrix.h
Commit message (Expand)AuthorAge
* add get9 and set9 to matrix, to aid in making keysGravatar reed2014-12-13
* Force SkMatrix type while recording too.Gravatar mtklein2014-12-01
* Crop the fast path dashed lines to the cull rectGravatar robertphillips2014-11-04
* Add SK_API to global scope operators of SkMatrixGravatar junov2014-10-28
* make SkMatrix::dump always availableGravatar reed2014-10-02
* specialize setConcat for scale+translateGravatar reed2014-10-02
* Revert of specialize setConcat for scale+translate (patchset #1 id:1 of https...Gravatar robertphillips2014-10-02
* specialize setConcat for scale+translate, helps drawText perfGravatar reed2014-09-30
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Fix matrix similarity test on arm64Gravatar jvanverth2014-09-02
* Add SkRacyGravatar mtklein2014-07-08
* Revert of Add SkRacy (https://codereview.chromium.org/371363004/)Gravatar mtklein2014-07-08
* Add SkRacyGravatar mtklein2014-07-08
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-05-21
* Add function to get both min and max scale factors from matrixGravatar commit-bot@chromium.org2014-05-20
* Rename SkMatrix::get(Max|Min)Stretch to get(Min|Max)ScaleGravatar commit-bot@chromium.org2014-05-20
* Try out SkMatrix::Concat.Gravatar commit-bot@chromium.org2014-05-19
* Remove SkCanvas matrix ops return value.Gravatar commit-bot@chromium.org2014-03-18
* Allow toString capability to be toggled independent of developer mode.Gravatar commit-bot@chromium.org2014-03-13
* remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsGravatar reed@google.com2013-12-17
* Do not use GrBicubic effect when downscaling. Also, don't use glTexStorage as...Gravatar commit-bot@chromium.org2013-12-09
* 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
* Add homogeneous point mapping to MatrixGravatar egdaniel@google.com2013-08-15
* Add blend optimization helpers and use to convert rect draws to clears.Gravatar commit-bot@chromium.org2013-08-14
* 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
* Revert "Add blend optimization helpers and use to convert rect draws to clears."Gravatar bsalomon@google.com2013-08-07
* Add blend optimization helpers and use to convert rect draws to clears.Gravatar commit-bot@chromium.org2013-08-06
* Revert "Add blend optimization helpers and use to convert rect draws to clears."Gravatar bsalomon@google.com2013-08-05
* Add blend optimization helpers and use to convert rect draws to clears.Gravatar commit-bot@chromium.org2013-08-05
* First pass at Rect EffectGravatar robertphillips@google.com2013-04-09
* 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
* Some improvements to reduce the number of pixels touched in generating alpha ...Gravatar bsalomon@google.com2012-11-07
* Shortcut inverting the identity matrix.Gravatar bsalomon@google.com2012-10-31
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Fix SkMatrix.h line endings (LF) [change 4592 fixed the cpp]Gravatar bsalomon@google.com2012-07-13
* Fixing bad assertion test that was trippin-up debug buildbotsGravatar junov@chromium.org2012-07-12
* Fixing type mask computation in SkMatrix to make it faster and make it so tha...Gravatar junov@chromium.org2012-07-12
* Rename the existing flatten(void*) methods.Gravatar djsollen@google.com2012-06-08
* misc fixesGravatar bsalomon@google.com2012-04-10
* Warn when ignoring result of SkMatrix::invert.Gravatar bungeman@google.com2012-04-09
* fix compilation bug in fixed ptGravatar bsalomon@google.com2012-03-26
* Add SkMatrix::cheapEqualTo, use in Gr codeGravatar bsalomon@google.com2012-03-26
* Expand SkMatrix type mask from uint8 to uint32, aligning the structGravatar tomhudson@google.com2012-03-15
* Setting perspective in fixed point.Gravatar bungeman@google.com2011-10-07