index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkMatrix.cpp
Commit message (
Expand
)
Author
Age
*
Change SkMatrix::fixedStepInX to return SkVector (of SkScalar) rather than Sk...
benjaminwagner
2016-02-16
*
Delete 2 legacy flags
fmalita
2016-01-25
*
SkTreatAsSprite should take AA into account
fmalita
2016-01-07
*
Revert of SkTreatAsSprite should take AA into account (patchset #5 id:80001 o...
reed
2016-01-07
*
SkTreatAsSprite should take AA into account
fmalita
2016-01-07
*
Make SkMatrix::get*Scale[s]() fail on NaN
bsalomon
2015-12-17
*
SkMatrix::preScale() is too conservative
fmalita
2015-12-17
*
Fix up signed-integer-overflow warnings
tomhudson
2015-12-07
*
Port SkMatrix opts to SkOpts.
mtklein
2015-09-10
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Remove SK_OFFSETOF from SkTypes, clean up offsetof usage.
bungeman
2015-08-25
*
Use static_assert instead of SK_COMPILE_ASSERT.
bungeman
2015-08-20
*
Fix up SkMatrix::isFinite call
robertphillips
2015-07-06
*
implement drawAtlas natively on gpu-device
reed
2015-06-25
*
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
*
Remove SK_SUPPORT_LEGACY_SCALAR_MAPPOINTS
fmalita
2015-04-09
*
Refactor Sk2x<T> + Sk4x<T> into SkNf<N,T> and SkNi<N,T>
mtklein
2015-03-30
*
use Sk4f for matrix math
reed
2015-03-29
*
use table of procs (and unrolling) to speed up mapPts
reed
2015-03-27
*
remove meaningless matrix benches, add mapPts() and add new benches
reed
2015-03-23
*
add SkMatrix::decomposeScale
reed
2015-03-19
*
Fix overlap test for 64-bit pointers in SkMatrix
qiankun.miao
2015-01-12
*
add get9 and set9 to matrix, to aid in making keys
reed
2014-12-13
*
don't normalize after perspective concat
reed
2014-11-18
*
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
*
update to accommodate latest clang in chrome toolchain
caryclark
2014-09-18
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Fix matrix similarity test on arm64
jvanverth
2014-09-02
*
Compile-time initialize special SkMatrices.
mtklein
2014-06-02
*
Port most uses of SkOnce to SkLazyPtr.
mtklein
2014-06-02
*
Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium...
commit-bot@chromium.org
2014-05-31
*
Port most uses of SkOnce to SkLazyPtr.
commit-bot@chromium.org
2014-05-30
*
Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium...
commit-bot@chromium.org
2014-05-30
*
Port most uses of SkOnce to SkLazyPtr.
commit-bot@chromium.org
2014-05-30
*
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
*
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 (unnecessary) SkScalarMul and SkScalarMulAdd macros from SkMatrix.cpp.
commit-bot@chromium.org
2014-01-30
*
remove remaining references to Sk64 (obsolete)
reed@google.com
2014-01-13
*
remove last remnant of SK_SCALAR_IS_FIXED code
reed@google.com
2013-12-18
*
move SkScalarMean into its only caller, reducing out public API exposure
reed@google.com
2013-12-18
*
remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats
reed@google.com
2013-12-17
*
remove SkFP.h and replace SkFP with SkScalar stop respecting SK_SOFTWARE_FLOA...
reed@google.com
2013-12-16
*
remove SkScalarCompare type and header
reed@google.com
2013-12-13
[next]