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