1. 811a672 Make single ctor for SkGlyph and remove reset by Herb Derby · 6 years ago
  2. e72e773 remove SkTCast by Mike Klein · 6 years ago
  3. 8eaf64a Fix SkTCopyOnFirstWrite copy semantics by Florin Malita · 6 years ago
  4. e819e5f Update SkTLazy for move only types. by Ben Wagner · 7 years ago
  5. bf783b3 Fix SkTLazy(const T*) initialization by fmalita · 8 years ago
  6. 0cbe77c Add a SkTLazy copy assignment operator by fmalita · 8 years ago
  7. 5443f1b Fix typo in SkTLazy copy ctor. src is a reference, not a pointer. by mtklein · 8 years ago
  8. 32cdc32 SkTCopyOnFirstWrite-based SkPaintFilterCanvas API by fmalita · 9 years ago
  9. 221524d Start using <type_traits> and <utility> (C++11). by bungeman · 9 years ago
  10. f3c15b7 Move SkTemplates.h to private. by bungeman · 9 years ago
  11. 72440a3 Use forwarding with SkTLazy::init. by bungeman · 9 years ago
  12. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  13. b77c7ef Clean up Skia for Clang's -Wtautological-undefined-compare by Mike Klein · 10 years ago
  14. 40f6e3a add release-mode checks for null, at least for a while by commit-bot@chromium.org · 10 years ago
  15. 6f954b9 Use SkTLazy to hold path in SkClipStack::Element by commit-bot@chromium.org · 10 years ago
  16. 05a2ee0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  17. bb5c465 Trim the copy of the dst made for dst-reading effects using the clip and dev-bounds of draw. by commit-bot@chromium.org · 11 years ago
  18. 5ee708a Fix typo in SkTLazy.h's "operator delete" by robertphillips@google.com · 11 years ago
  19. c781888 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 11 years ago
  20. 67e7cde revert 8265-8264 (broke build) by reed@google.com · 11 years ago
  21. ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 11 years ago
  22. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  23. 45a15f5 Modifications to GrPatherRenderer(Chain) interfaces to support clip mask manager. by bsalomon@google.com · 12 years ago
  24. 5dc26b9 SkTCopyOnFirstWrite by bsalomon@google.com · 12 years ago
  25. 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
  26. cff323e Shutup strict aliasing warnings in SkTLazy by bsalomon@google.com · 13 years ago
  27. 8c2fe99 Fix some issues in gpu device with perspective. Add a gm that would have caught them. by bsalomon@google.com · 13 years ago
  28. b81be7a Include <new> required for placement new in SkTLazy. by bungeman@google.com · 13 years ago
  29. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  30. 2c8fc5a add init() to SkTLazy to create a default instance by mike@reedtribe.org · 13 years ago
  31. a076e9b use new template class SkTLazy for deferred paint initialization by reed@google.com · 13 years ago