aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkMatrix.h
Commit message (Expand)AuthorAge
* 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
* [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
* Add SkMatrix::getPerspectiveTypeMaskOnly() and SkMatrix::isTriviallyIdentity().Gravatar tomhudson@google.com2011-08-30
* Core skia changes to prepare for Gr AA Hairline rendererGravatar bsalomon@google.com2011-08-23
* 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
* New benchmark for SkMatrix::computeType().Gravatar tomhudson@google.com2011-06-24
* 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
* Add code needed to build skia as a windows dll within the chromium project.Gravatar ctguil@chromium.org2011-03-15
* Cleanup/unify matrix transform for PDF backend.Gravatar vandebo@chromium.org2010-10-26
* convert matrix <--> matrix44Gravatar reed@android.com2010-03-01
* add unittest for matrix::flattenGravatar reed@android.com2009-06-29
* add shape flatten so they work properly in picturesGravatar reed@android.com2009-06-29
* add initial unittest framework (tests)Gravatar reed@android.com2009-02-27
* grab from latest androidGravatar reed@android.com2008-12-17