1. 67d71c8 stop calling SkScalarDiv by reed · 9 years ago
  2. f57546e Remove SK_SUPPORT_LEGACY_SCALAR_MAPPOINTS by fmalita · 9 years ago
  3. 7da1901 use Sk4f for matrix math by reed · 9 years ago
  4. d8b34c2 use table of procs (and unrolling) to speed up mapPts by reed · 9 years ago
  5. 1d24b8d Add matrix constructing helpers to SkMatrix by robertphillips · 9 years ago
  6. 8010632 remove meaningless matrix benches, add mapPts() and add new benches by reed · 9 years ago
  7. adf9990 add SkMatrix::decomposeScale by reed · 9 years ago
  8. 11fa224 some utils for rect and matrix by reed · 10 years ago
  9. 3f43f8a remove dead SkPersp macros by reed · 10 years ago
  10. 451e822 add get9 and set9 to matrix, to aid in making keys by reed · 10 years ago
  11. af57903 Force SkMatrix type while recording too. by mtklein · 10 years ago
  12. 9f2251c Crop the fast path dashed lines to the cull rect by robertphillips · 10 years ago
  13. ed53742 Add SK_API to global scope operators of SkMatrix by junov · 10 years ago
  14. 2cc22b8 make SkMatrix::dump always available by reed · 10 years ago
  15. d1f0ebd specialize setConcat for scale+translate by reed · 10 years ago
  16. 2a382f5 Revert of specialize setConcat for scale+translate (patchset #1 id:1 of https://codereview.chromium.org/620433002/) by robertphillips · 10 years ago
  17. e8db3ef specialize setConcat for scale+translate, helps drawText perf by reed · 10 years ago
  18. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  19. 17a845f Fix matrix similarity test on arm64 by jvanverth · 10 years ago
  20. 0b544ae Add SkRacy by mtklein · 10 years ago
  21. d3f3e58 Revert of Add SkRacy (https://codereview.chromium.org/371363004/) by mtklein · 10 years ago
  22. d5e3e6a Add SkRacy by mtklein · 10 years ago
  23. 29de433 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  24. 311a3cd Add function to get both min and max scale factors from matrix by commit-bot@chromium.org · 10 years ago
  25. 1878651 Rename SkMatrix::get(Max|Min)Stretch to get(Min|Max)Scale by commit-bot@chromium.org · 10 years ago
  26. 99bd7d8 Try out SkMatrix::Concat. by commit-bot@chromium.org · 10 years ago
  27. 9236238 Remove SkCanvas matrix ops return value. by commit-bot@chromium.org · 11 years ago
  28. 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 11 years ago
  29. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  30. 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
  31. 4faa869 Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream. by commit-bot@chromium.org · 11 years ago
  32. 12a2386 Revert "Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream." by reed@google.com · 11 years ago
  33. b48a59a Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream. by sugoi@google.com · 11 years ago
  34. 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
  35. 305f78e Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream. by sugoi@google.com · 11 years ago
  36. 259fbaf Add homogeneous point mapping to Matrix by egdaniel@google.com · 11 years ago
  37. 24ab3b0 Add blend optimization helpers and use to convert rect draws to clears. by commit-bot@chromium.org · 11 years ago
  38. f6ad1e8 Revert r10659: Add a map homogenous points to SkMatrix by jvanverth@google.com · 11 years ago
  39. 2fae54d Add a map homogenous points to SkMatrix by egdaniel@google.com · 11 years ago
  40. 75796db Revert "Add blend optimization helpers and use to convert rect draws to clears." by bsalomon@google.com · 11 years ago
  41. c1cdf21 Add blend optimization helpers and use to convert rect draws to clears. by commit-bot@chromium.org · 11 years ago
  42. 9b6a185 Revert "Add blend optimization helpers and use to convert rect draws to clears." by bsalomon@google.com · 11 years ago
  43. 66017f6 Add blend optimization helpers and use to convert rect draws to clears. by commit-bot@chromium.org · 11 years ago
  44. df3695e First pass at Rect Effect by robertphillips@google.com · 11 years ago
  45. 46d3d39 Add GPU support for axis-aligned ovals: by jvanverth@google.com · 12 years ago
  46. 76f9e93 Added print out of SkShader information to debugger by robertphillips@google.com · 12 years ago
  47. 7b7cdd1 Some improvements to reduce the number of pixels touched in generating alpha clip masks by bsalomon@google.com · 12 years ago
  48. 683c3c7 Shortcut inverting the identity matrix. by bsalomon@google.com · 12 years ago
  49. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  50. fd4c00e Fix SkMatrix.h line endings (LF) [change 4592 fixed the cpp] by bsalomon@google.com · 12 years ago
  51. 02662b7 Fixing bad assertion test that was trippin-up debug buildbots by junov@chromium.org · 12 years ago
  52. 6fc5699 Fixing type mask computation in SkMatrix to make it faster and make it so that matrices have the same type masks as their inverses. by junov@chromium.org · 12 years ago
  53. 94e75ee Rename the existing flatten(void*) methods. by djsollen@google.com · 12 years ago
  54. 0e5104c misc fixes by bsalomon@google.com · 12 years ago
  55. 363a4c2 Warn when ignoring result of SkMatrix::invert. by bungeman@google.com · 12 years ago
  56. fdf6eb7 fix compilation bug in fixed pt by bsalomon@google.com · 12 years ago
  57. 8fe84b5 Add SkMatrix::cheapEqualTo, use in Gr code by bsalomon@google.com · 12 years ago
  58. 601d312 Expand SkMatrix type mask from uint8 to uint32, aligning the struct by tomhudson@google.com · 13 years ago
  59. 07faed1 Setting perspective in fixed point. http://codereview.appspot.com/5088043/ by bungeman@google.com · 13 years ago
  60. 3839632 [gpu] Remove getMaxStretch for perspective, use mapRadius for perspective path subdiv tol, add test by bsalomon@google.com · 13 years ago
  61. 181e9bd Improve gpu path subdiv with perspective, remove tolerance scale, fix comment by bsalomon@google.com · 13 years ago
  62. dd5f744 Add SkMatrix::getPerspectiveTypeMaskOnly() and SkMatrix::isTriviallyIdentity(). by tomhudson@google.com · 13 years ago
  63. 647a804 Core skia changes to prepare for Gr AA Hairline renderer by bsalomon@google.com · 13 years ago
  64. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  65. 5c63865 Use texture cache for writePixels temp by bsalomon@google.com · 13 years ago
  66. 1ddd7c3 Change pdfTransform to asAffine. http://codereview.appspot.com/4704044/ by bungeman@google.com · 13 years ago
  67. 317d540 New benchmark for SkMatrix::computeType(). by tomhudson@google.com · 13 years ago
  68. 3fb5187 speed-up SkMatrix::preScale by 3x, by special-casing it instead of just calling by reed@google.com · 13 years ago
  69. cc4dac3 Make GrMatrix an alias of SkMatrix. Add new methods to SkMatrix. by bsalomon@google.com · 13 years ago
  70. 7ffb1b2 Add code needed to build skia as a windows dll within the chromium project. by ctguil@chromium.org · 14 years ago
  71. ddbbd80 Cleanup/unify matrix transform for PDF backend. by vandebo@chromium.org · 14 years ago
  72. d055c1f convert matrix <--> matrix44 add glyphrec to bounder by reed@android.com · 15 years ago
  73. 4b7577b add unittest for matrix::flatten by reed@android.com · 15 years ago
  74. 0ad336f add shape flatten so they work properly in pictures by reed@android.com · 15 years ago
  75. ed67331 add initial unittest framework (tests) by reed@android.com · 16 years ago
  76. 8a1c16f grab from latest android by reed@android.com · 16 years ago