1. 68e4e20 Add unit test to cover incorrect image filter layer bounds bug by Michael Ludwig · 3 years, 1 month ago
  2. 9765973 Fix cases of variable shadowing in /tests/. by John Stiles · 3 years, 1 month ago
  3. 2ac6ce8 Simplify common case for recttorect by Mike Reed · 3 years, 8 months ago
  4. d4867c9 Add `rc` accessor method to SkMatrix. by John Stiles · 4 years ago
  5. 1f60733 Revert "Revert "move onto new factories for SkMatrix"" by Mike Reed · 4 years, 4 months ago
  6. c80ee45 Revert "move onto new factories for SkMatrix" by Mike Reed · 4 years, 4 months ago
  7. 046c2b7 move onto new factories for SkMatrix by Mike Reed · 4 years, 4 months ago
  8. 2c38315 hide/remove obsolete/tricky SkMatrix methods by Mike Reed · 4 years, 9 months ago
  9. 190b82d Add clipping for perspective triangles by Mike Reed · 4 years, 9 months ago
  10. 92b3335 more rect api simplifications by Mike Reed · 5 years ago
  11. aa861a1 Change SkMatrix::decomposeScale to use preScale by Michael Ludwig · 5 years ago
  12. 9724582 return self from matrix setters to allow chaining by Mike Reed · 5 years ago
  13. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  14. e0eeda5 add constexpr constructor to SkMatrix by Mike Klein · 5 years ago
  15. c100d48 Expand testing of SkMatrix::decomposeScale by Robert Phillips · 6 years ago
  16. e72e773 remove SkTCast by Mike Klein · 6 years ago
  17. c06754b mapRect should not fiddle with nonfinite values. by Cary Clark · 6 years ago
  18. 6613cc5 GOOGLE3 -> SK_BUILD_FOR_GOOGLE3 by Mike Klein · 7 years ago
  19. 6d6d603 make matrix serialization private by Cary Clark · 7 years ago
  20. e4442cb convert mapHomogeneousPoints to SkPoint3 by Cary Clark · 7 years ago
  21. f0cb7a0 Revert "move SkMatrix anonymous affine enum to private" by Mike Reed · 7 years ago
  22. 708ec81 move SkMatrix anonymous affine enum to private by Cary Clark · 7 years ago
  23. 63fd760 Remove trailing whitespace. by Ben Wagner · 7 years ago
  24. e55131c s/invertable/invertible by bungeman · 8 years ago
  25. c5769b2 Revert of Change mapRectScaleTranslate to pass args/ret by value (patchset #2 id:20001 of https://codereview.chromium.org/2138943002/ ) by halcanary · 8 years ago
  26. 1bd13ca Change mapRectScaleTranslate to pass args/ret by value by reed · 8 years ago
  27. cea22ae Guard SkMatrix::get*Scale[s]() against negative nearly-zero values. by kolczyk · 8 years ago
  28. 6092b6e Revert of change mapRectScaleTranslate to pass args/ret by value (patchset #1 id:1 of https://codereview.chromium.org/2137853002/ ) by reed · 8 years ago
  29. 14dce6e change mapRectScaleTranslate to pass args/ret by value by reed · 8 years ago
  30. 2dcb615 make setScaleTranslate public by reed · 8 years ago
  31. 47df89e speed up maprect for scale+trans case by reed · 8 years ago
  32. e76ca8b gyp (third_party) warning changes for ccache by halcanary · 8 years ago
  33. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  34. ef2c7c7 Make SkMatrix::get*Scale[s]() fail on NaN by bsalomon · 9 years ago
  35. 7d974f5 Modifications to get 'blaze build -c opt //third_party/skia/HEAD/...' to work. by benjaminwagner · 9 years ago
  36. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  37. 20eee3f Added check for ill-conditioned invert by robertphillips · 9 years ago
  38. 80ea19c Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://codereview.chromium.org/1138263002/) by reed · 9 years ago
  39. 2629697 Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://codereview.chromium.org/1135053002/) by reed · 9 years ago
  40. 67d71c8 stop calling SkScalarDiv by reed · 9 years ago
  41. 7da1901 use Sk4f for matrix math by reed · 9 years ago
  42. 8010632 remove meaningless matrix benches, add mapPts() and add new benches by reed · 9 years ago
  43. adf9990 add SkMatrix::decomposeScale by reed · 10 years ago
  44. 3f43f8a remove dead SkPersp macros by reed · 10 years ago
  45. 451e822 add get9 and set9 to matrix, to aid in making keys by reed · 10 years ago
  46. 17a845f Fix matrix similarity test on arm64 by jvanverth · 10 years ago
  47. a8d2c4a Temporarily adjust Matrix.isSimilarity test tolerance on 64-bit ARM devices by djsollen · 10 years ago
  48. 311a3cd Add function to get both min and max scale factors from matrix by commit-bot@chromium.org · 10 years ago
  49. 1878651 Rename SkMatrix::get(Max|Min)Stretch to get(Min|Max)Scale by commit-bot@chromium.org · 10 years ago
  50. 99bd7d8 Try out SkMatrix::Concat. by commit-bot@chromium.org · 10 years ago
  51. 8f6884a Cleanup: Sanitize the order of includes under tests/ by tfarina@chromium.org · 11 years ago
  52. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  53. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  54. e4fafb1 Use DEFINE_TESTCLASS_SHORT macro in tests. by tfarina@chromium.org · 11 years ago
  55. cea9abb Do not use GrBicubic effect when downscaling. Also, don't use glTexStorage as it interferes with deleyed mipmap generation. by commit-bot@chromium.org · 11 years ago
  56. 4faa869 Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream. by commit-bot@chromium.org · 11 years ago
  57. 12a2386 Revert "Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream." by reed@google.com · 11 years ago
  58. b48a59a Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream. by sugoi@google.com · 11 years ago
  59. eb22126 Revert r12114 due to https://code.google.com/p/skia/issues/detail?id=1794 ('Assertion failures on various buildbots as of r12114') by epoger@google.com · 11 years ago
  60. 305f78e Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream. by sugoi@google.com · 11 years ago
  61. fab44db Clean up SkTypes.h. by bungeman@google.com · 11 years ago
  62. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  63. 6485b0b Switch out random number generator for tests, benches, samples. by commit-bot@chromium.org · 11 years ago
  64. 85092f0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  65. 5b2e264 Revise SVD code to remove arctangents. by commit-bot@chromium.org · 11 years ago
  66. 259fbaf Add homogeneous point mapping to Matrix by egdaniel@google.com · 11 years ago
  67. f6ad1e8 Revert r10659: Add a map homogenous points to SkMatrix by jvanverth@google.com · 11 years ago
  68. 2fae54d Add a map homogenous points to SkMatrix by egdaniel@google.com · 11 years ago
  69. 5c561cb Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  70. 588f3d3 Change double constants to floats. by jvanverth@google.com · 11 years ago
  71. 08284e4 Add basic SVD support to SkMatrix. Allows you to pull out the x- and y-scale factors, sandwiched by two rotations. by commit-bot@chromium.org · 11 years ago
  72. 4bd2bdb Upstream changes from Android. by djsollen@google.com · 12 years ago
  73. c490f80 Change random number generator for 'tests' to SkMWCRandom. Also removes some by jvanverth@google.com · 12 years ago
  74. e40591d return if we're invertible for the fast scale+trans case when we have no inverse by reed@google.com · 12 years ago
  75. 46d3d39 Add GPU support for axis-aligned ovals: by jvanverth@google.com · 12 years ago
  76. 2fb96cc special-case matrix invert for translate and scale by reed@google.com · 12 years ago
  77. e659c2e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  78. 93f0332 Fixed remaining clang compiler warnings by robertphillips@google.com · 12 years ago
  79. f57c01b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  80. 97cd69c Fix matrix type in setRectToRect by reed@google.com · 12 years ago
  81. 373ebc6 Suppress some warnings on linux. by bsalomon@google.com · 12 years ago
  82. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  83. 94e75ee Rename the existing flatten(void*) methods. by djsollen@google.com · 12 years ago
  84. 42639cd fix warnings on Mac in tests by caryclark@google.com · 12 years ago
  85. 69afee1 add isSimilarityTransform() and some tests by bsalomon@google.com · 12 years ago
  86. 5bfa55b fix unused-return-result-warning for invert/getPosTan by reed@google.com · 12 years ago
  87. d0b9589 Revert r3681 due to fixed point failures in tests. by bsalomon@google.com · 12 years ago
  88. 8d75bf6 add isSimilarityTransform() and some tests by bsalomon@google.com · 12 years ago
  89. 39d4f3a restore line accidentally deleted in MatrixTest.cpp in r3491 by bsalomon@google.com · 12 years ago
  90. 9ed2ecd Another fix for fixed point (nan == nan in fixed pt) by bsalomon@google.com · 12 years ago
  91. 8fe84b5 Add SkMatrix::cheapEqualTo, use in Gr code by bsalomon@google.com · 12 years ago
  92. 83a4446 Remove warnings (trailing \, signed vs unsigned, parenthesization). by tomhudson@google.com · 13 years ago
  93. 07faed1 Setting perspective in fixed point. http://codereview.appspot.com/5088043/ by bungeman@google.com · 13 years ago
  94. 889bd8b Make SkMath.h less visible in public header files. by tomhudson@google.com · 13 years ago
  95. 3839632 [gpu] Remove getMaxStretch for perspective, use mapRadius for perspective path subdiv tol, add test by bsalomon@google.com · 13 years ago
  96. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  97. ba7983e Fix build break from 1851. by bungeman@google.com · 13 years ago
  98. 1ddd7c3 Change pdfTransform to asAffine. http://codereview.appspot.com/4704044/ by bungeman@google.com · 13 years ago
  99. 2047f00 get tests closer to passing for SKIA_SCALAR=fixed by epoger@google.com · 13 years ago
  100. d413445 update to work correctly for scalar == fixed or float by reed@android.com · 14 years ago