index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
core
/
SkMatrix.h
Commit message (
Expand
)
Author
Age
*
Remove SkCanvas matrix ops return value.
commit-bot@chromium.org
2014-03-18
*
Allow toString capability to be toggled independent of developer mode.
commit-bot@chromium.org
2014-03-13
*
remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats
reed@google.com
2013-12-17
*
Do not use GrBicubic effect when downscaling. Also, don't use glTexStorage as...
commit-bot@chromium.org
2013-12-09
*
Checking structure sizes before reading them from memory to avoid overflowing...
commit-bot@chromium.org
2013-11-05
*
Revert "Checking structure sizes before reading them from memory to avoid ove...
reed@google.com
2013-11-04
*
Checking structure sizes before reading them from memory to avoid overflowing...
sugoi@google.com
2013-11-04
*
Revert r12114 due to https://code.google.com/p/skia/issues/detail?id=1794 ('A...
epoger@google.com
2013-11-04
*
Checking structure sizes before reading them from memory to avoid overflowing...
sugoi@google.com
2013-11-04
*
Add homogeneous point mapping to Matrix
egdaniel@google.com
2013-08-15
*
Add blend optimization helpers and use to convert rect draws to clears.
commit-bot@chromium.org
2013-08-14
*
Revert r10659: Add a map homogenous points to SkMatrix
jvanverth@google.com
2013-08-09
*
Add a map homogenous points to SkMatrix
egdaniel@google.com
2013-08-09
*
Revert "Add blend optimization helpers and use to convert rect draws to clears."
bsalomon@google.com
2013-08-07
*
Add blend optimization helpers and use to convert rect draws to clears.
commit-bot@chromium.org
2013-08-06
*
Revert "Add blend optimization helpers and use to convert rect draws to clears."
bsalomon@google.com
2013-08-05
*
Add blend optimization helpers and use to convert rect draws to clears.
commit-bot@chromium.org
2013-08-05
*
First pass at Rect Effect
robertphillips@google.com
2013-04-09
*
Add GPU support for axis-aligned ovals:
jvanverth@google.com
2013-01-22
*
Added print out of SkShader information to debugger
robertphillips@google.com
2013-01-15
*
Some improvements to reduce the number of pixels touched in generating alpha ...
bsalomon@google.com
2012-11-07
*
Shortcut inverting the identity matrix.
bsalomon@google.com
2012-10-31
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Fix SkMatrix.h line endings (LF) [change 4592 fixed the cpp]
bsalomon@google.com
2012-07-13
*
Fixing bad assertion test that was trippin-up debug buildbots
junov@chromium.org
2012-07-12
*
Fixing type mask computation in SkMatrix to make it faster and make it so tha...
junov@chromium.org
2012-07-12
*
Rename the existing flatten(void*) methods.
djsollen@google.com
2012-06-08
*
misc fixes
bsalomon@google.com
2012-04-10
*
Warn when ignoring result of SkMatrix::invert.
bungeman@google.com
2012-04-09
*
fix compilation bug in fixed pt
bsalomon@google.com
2012-03-26
*
Add SkMatrix::cheapEqualTo, use in Gr code
bsalomon@google.com
2012-03-26
*
Expand SkMatrix type mask from uint8 to uint32, aligning the struct
tomhudson@google.com
2012-03-15
*
Setting perspective in fixed point.
bungeman@google.com
2011-10-07
*
[gpu] Remove getMaxStretch for perspective, use mapRadius for perspective pat...
bsalomon@google.com
2011-09-09
*
Improve gpu path subdiv with perspective, remove tolerance scale, fix comment
bsalomon@google.com
2011-09-07
*
Add SkMatrix::getPerspectiveTypeMaskOnly() and SkMatrix::isTriviallyIdentity().
tomhudson@google.com
2011-08-30
*
Core skia changes to prepare for Gr AA Hairline renderer
bsalomon@google.com
2011-08-23
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
Use texture cache for writePixels temp
bsalomon@google.com
2011-07-18
*
Change pdfTransform to asAffine.
bungeman@google.com
2011-07-13
*
New benchmark for SkMatrix::computeType().
tomhudson@google.com
2011-06-24
*
speed-up SkMatrix::preScale by 3x, by special-casing it instead of just calling
reed@google.com
2011-06-01
*
Make GrMatrix an alias of SkMatrix. Add new methods to SkMatrix.
bsalomon@google.com
2011-05-10
*
Add code needed to build skia as a windows dll within the chromium project.
ctguil@chromium.org
2011-03-15
*
Cleanup/unify matrix transform for PDF backend.
vandebo@chromium.org
2010-10-26
*
convert matrix <--> matrix44
reed@android.com
2010-03-01
*
add unittest for matrix::flatten
reed@android.com
2009-06-29
*
add shape flatten so they work properly in pictures
reed@android.com
2009-06-29
*
add initial unittest framework (tests)
reed@android.com
2009-02-27
*
grab from latest android
reed@android.com
2008-12-17