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