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
*
Add SK_BEGIN_REQUIRE_DENSE / SK_END_REQUIRE_DENSE.
mtklein
2015-11-24
*
api helpers inspired by blink use-cases
reed
2015-08-09
*
Fix up SkMatrix::isFinite call
robertphillips
2015-07-06
*
add SkCanvas::drawAtlas
reed
2015-06-24
*
Fix precision error in https://codereview.chromium.org/1188433011/
robertphillips
2015-06-19
*
Added check for ill-conditioned invert
robertphillips
2015-06-19
*
Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://cod...
reed
2015-05-12
*
Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://coderevie...
reed
2015-05-12
*
stop calling SkScalarDiv
reed
2015-05-12
*
Remove SK_SUPPORT_LEGACY_SCALAR_MAPPOINTS
fmalita
2015-04-09
*
use Sk4f for matrix math
reed
2015-03-29
*
use table of procs (and unrolling) to speed up mapPts
reed
2015-03-27
*
Add matrix constructing helpers to SkMatrix
robertphillips
2015-03-26
*
remove meaningless matrix benches, add mapPts() and add new benches
reed
2015-03-23
*
add SkMatrix::decomposeScale
reed
2015-03-19
*
some utils for rect and matrix
reed
2015-03-13
*
remove dead SkPersp macros
reed
2015-01-20
*
add get9 and set9 to matrix, to aid in making keys
reed
2014-12-13
*
Force SkMatrix type while recording too.
mtklein
2014-12-01
*
Crop the fast path dashed lines to the cull rect
robertphillips
2014-11-04
*
Add SK_API to global scope operators of SkMatrix
junov
2014-10-28
*
make SkMatrix::dump always available
reed
2014-10-02
*
specialize setConcat for scale+translate
reed
2014-10-02
*
Revert of specialize setConcat for scale+translate (patchset #1 id:1 of https...
robertphillips
2014-10-02
*
specialize setConcat for scale+translate, helps drawText perf
reed
2014-09-30
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Fix matrix similarity test on arm64
jvanverth
2014-09-02
*
Add SkRacy
mtklein
2014-07-08
*
Revert of Add SkRacy (https://codereview.chromium.org/371363004/)
mtklein
2014-07-08
*
Add SkRacy
mtklein
2014-07-08
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-05-21
*
Add function to get both min and max scale factors from matrix
commit-bot@chromium.org
2014-05-20
*
Rename SkMatrix::get(Max|Min)Stretch to get(Min|Max)Scale
commit-bot@chromium.org
2014-05-20
*
Try out SkMatrix::Concat.
commit-bot@chromium.org
2014-05-19
*
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
[next]