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
*
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
*
Do not use GrBicubic effect when downscaling. Also, don't use glTexStorage as...
commit-bot@chromium.org
2013-12-09
*
I feel like my clang is especially sensitive to unused variables.
mtklein@google.com
2013-11-22
*
fix compiler error where SK_SCALAR_IS_FLOAT is not defined. (attempt 2)
djsollen@google.com
2013-11-21
*
fix compiler error where SK_SCALAR_IS_FLOAT is not defined.
djsollen@google.com
2013-11-21
*
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
*
SK_ONCE for SkData and SkPathRef
commit-bot@chromium.org
2013-10-23
*
Correct 32bit pointer assumption in assert in SkMatrix.
bungeman@google.com
2013-10-11
*
SK_ONCE for SkMatrix::I()
commit-bot@chromium.org
2013-10-10
*
Make skia almost compile again with clang.
commit-bot@chromium.org
2013-10-07
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-09-04
*
Fix Matrix44Test and double-to-float conversion in SVD code
jvanverth@google.com
2013-09-03
*
Revise SVD code to remove arctangents.
commit-bot@chromium.org
2013-09-03
*
Add homogeneous point mapping to Matrix
egdaniel@google.com
2013-08-15
*
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
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-07-30
*
Matrix decomposition cleanup: Add is_degenerate_2x2(), and fix some asserts
commit-bot@chromium.org
2013-07-29
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-07-25
*
Add basic SVD support to SkMatrix. Allows you to pull out the x- and y-scale ...
commit-bot@chromium.org
2013-07-24
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-04-10
*
First pass at Rect Effect
robertphillips@google.com
2013-04-09
*
Change random number generator for 'tests' to SkMWCRandom. Also removes some
jvanverth@google.com
2013-03-04
*
remove obsolete build flags:
reed@google.com
2013-02-22
*
return if we're invertible for the fast scale+trans case when we have no inverse
reed@google.com
2013-01-30
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
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
*
add SK_IGNORE_FAST_SCALEMATRIX_INVERT guard for new invert code
reed@google.com
2013-01-04
*
special-case matrix invert for translate and scale
reed@google.com
2013-01-04
[next]