1. 4429a4f re-precate SkMatrix44::SkMatrix44() by Mike Klein · 6 years ago
  2. f08d1d0 Stop using SkTSwap. by Ben Wagner · 6 years ago
  3. 9236b02 Revert "Revert "implement SkScalar versions in terms of float versions"" by Mike Reed · 6 years ago
  4. 2fda63a Fix argument names and documentation for SkMatrix44::set3x3() by Brian Osman · 6 years ago
  5. 271daba Make SkMatrix44:dump() print out a recognizable matrix. by Mike Klein · 8 years ago
  6. de68d6c Fix storage of gamut transform matrices in SkColorSpace by brianosman · 8 years ago
  7. c1a3e24 SkMatrix44 clarifications and clean-ups by msarett · 8 years ago
  8. 111a42d Enable flattening and unflattening of SkColorSpace by msarett · 8 years ago
  9. 50d3b57 return 4x4 matrix from SkColorSpace by reed · 8 years ago[Renamed (98%) from src/utils/SkMatrix44.cpp]
  10. a8d4559 Fix infinite matrix during an invert. by vmpstr · 9 years ago
  11. 1831f99 A bunch of little SkMScalar-as-float build fixes. by mtklein · 9 years ago
  12. 88640cf SkMatrix44(const SkMatrix&) needs to initialize the type mask by fs · 10 years ago
  13. faccb8e SkMatrix44::preserves2dAxisAlignment() by tomhudson · 10 years ago
  14. bde4ba2 Revert of Use SkMScalar as intermediates in SkMatrix44::setConcat. (https://codereview.chromium.org/146823002/) by commit-bot@chromium.org · 10 years ago
  15. 94ecb66 Use SkMScalar as intermediates in SkMatrix44::setConcat. by commit-bot@chromium.org · 10 years ago
  16. 178acd2 Fix SkMatrix44::invert(...) for identity matrices and a NULL parameter by commit-bot@chromium.org · 11 years ago
  17. 658e28b Remove SkMatrix44 float conversions without precision loss by commit-bot@chromium.org · 11 years ago
  18. 8ab77ea Fix narrowing conversion errors from r11986 by commit-bot@chromium.org · 11 years ago
  19. c01ba70 Remove float/double conversions from SkMatrix44's map2_pf by commit-bot@chromium.org · 11 years ago
  20. d532172 Make skia almost compile again with clang. by commit-bot@chromium.org · 11 years ago
  21. 722555b Add perspective support to SkMatrix44 initializers. by commit-bot@chromium.org · 11 years ago
  22. 851af07 Revert "Add perspective support to SkMatrix44 initializers." by aelias@chromium.org · 11 years ago
  23. 761f860 Add perspective support to SkMatrix44 initializers. by commit-bot@chromium.org · 11 years ago
  24. 772c4e6 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  25. c33d621 Revert determinant-based ScaleTranslate inverse. by commit-bot@chromium.org · 11 years ago
  26. 5a6cd35 Remove sk_bzero usage from SkMatrix44 for improved performance. by shawnsingh@chromium.org · 11 years ago
  27. b6823c1 Improve performance of matrix inversion. by shawnsingh@chromium.org · 11 years ago
  28. f02f078 Make SkMatrix44::invert() check for finite 1/det instead of magic value by commit-bot@chromium.org · 11 years ago
  29. 4271f79 Revert "Make SkMatrix44::invert() check for finite 1/det instead of magic value" by scroggo@google.com · 11 years ago
  30. 7a3eeac Make SkMatrix44::invert() check for finite 1/det instead of magic value by commit-bot@chromium.org · 11 years ago
  31. 2b16570 cherry-pick from 7241: speed-up matrix44::setconcat when both inputs are by reed@google.com · 11 years ago
  32. 7cfb9c7 Revert r7241, which broke tests on most platforms. by tomhudson@google.com · 11 years ago
  33. 21e4322 Add SSE2 multiplication for SkMatrix44 on some platforms. by tomhudson@google.com · 11 years ago
  34. d530253 To support alignment pragmas (for speed), we need to relax assumptions about by reed@google.com · 11 years ago
  35. f81f97e Optimized implementation of SkMatrix44::preScale by shawnsingh@chromium.org · 12 years ago
  36. 9973a8a Matrix inversion optimizations and benchmark; originally by whunt@google.com. by tomhudson@google.com · 12 years ago
  37. 1adad34 use new enum-constructors by reed@google.com · 12 years ago
  38. f8b1ebc add helpers for isTranslate and isScaleTranslate by mike@reedtribe.org · 12 years ago
  39. 0264fb4 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  40. 99b5c7f optimize translate and scale by reed@google.com · 12 years ago
  41. e659c2e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  42. 7d68335 add getTypes() to SkMatrix44, to cache how complex the matrix is. add bench by reed@google.com · 12 years ago
  43. 93f0332 Fixed remaining clang compiler warnings by robertphillips@google.com · 12 years ago
  44. deb4c16 Keep track of identity SkMatrix44s by jamesr@chromium.org · 12 years ago
  45. 631940c don't use bit-wise test for equality when using floats. by reed@google.com · 12 years ago
  46. f11cf9f Add SkMatrix44::setColMajord, etc. by vollick@chromium.org · 12 years ago
  47. 9b21c25 Add SkMatrix44::setTranspose by vollick@chromium.org · 12 years ago
  48. 5596a69 Add support for SK_MSCALAR_IS_FLOAT by vollick@chromium.org · 12 years ago
  49. 1ea95be add explicit mapScalars and mapMScalars entry-points, instead of just map() by reed@google.com · 12 years ago
  50. 3e05f29 remove one un-needed static initializer by digit@google.com · 13 years ago
  51. 72e49b8 warning fixes Review URL http://codereview.appspot.com/5328050/ by bsalomon@google.com · 13 years ago
  52. 9d12f5c Fix some VS2010 warnings Review URL: http://codereview.appspot.com/5155043 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. 9ac4a89 Change output format of dump() to make VS2008 happy. by tomhudson@google.com · 13 years ago
  55. da9fac0 add row/col major getters, plus unit-tests by reed@google.com · 13 years ago
  56. 8260a89 move into utils by reed@google.com · 13 years ago