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
*
fix mapRect to always return the same as rectStaysRect
Mike Reed
2017-10-18
*
convert mapHomogeneousPoints to SkPoint3
Cary Clark
2017-10-18
*
Revert "Revert "Make GPU backend triangulate rects such that they are rendere...
Brian Salomon
2017-10-18
*
Revert "Make GPU backend triangulate rects such that they are rendered as tri...
Brian Salomon
2017-10-17
*
Make GPU backend triangulate rects such that they are rendered as tri strips ...
Brian Salomon
2017-10-17
*
remove unused SkMatrix setIDiv
Cary Clark
2017-10-16
*
Revert "move SkMatrix anonymous affine enum to private"
Mike Reed
2017-10-13
*
move SkMatrix anonymous affine enum to private
Cary Clark
2017-10-12
*
Suppress float-cast-overflow for double-to-float in SkMatrix{,44}
Ben Wagner
2017-09-18
*
remove unreachable perspective code for imageshader
Mike Reed
2017-07-12
*
optimize intersect, use getType to utilize fast-case in preTranslate
Mike Reed
2017-03-07
*
Don't mark the matrix-type as dirty just be cause we translate it.
Mike Reed
2017-03-02
*
start removing uses of SkScalarMul
Mike Reed
2017-02-06
*
Continue making Ganesh use absolute texture coordinates - take 2
Robert Phillips
2017-01-20
*
Revert "Continue making Ganesh use absolute texture coordinates"
Joe Gregorio
2017-01-17
*
Continue making Ganesh use absolute texture coordinates
Robert Phillips
2017-01-17
*
add SkMatrixPriv for specialized helpers
reed
2016-08-22
*
Fast path translate() in SkCanvas and SkLiteDL.
mtklein
2016-08-19
*
Revert of Fast path translate() in SkCanvas and SkLiteDL. (patchset #5 id:800...
mtklein
2016-08-18
*
Fast path translate() in SkCanvas and SkLiteDL.
mtklein
2016-08-18
*
Revert of Change mapRectScaleTranslate to pass args/ret by value (patchset #2...
halcanary
2016-08-10
*
Change mapRectScaleTranslate to pass args/ret by value
reed
2016-08-10
*
Fix the assert and clamping in SkMatrix::get*Scale[s]().
kolczyk
2016-07-19
*
Guard SkMatrix::get*Scale[s]() against negative nearly-zero values.
kolczyk
2016-07-16
*
Revert of change mapRectScaleTranslate to pass args/ret by value (patchset #1...
reed
2016-07-10
*
change mapRectScaleTranslate to pass args/ret by value
reed
2016-07-10
*
speed up maprect for scale+trans case
reed
2016-06-30
*
Graduate matrix map-point procs out of SkOpts.
mtklein
2016-04-14
*
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
[next]