1. 741d726 Trim gEntries down from 24K to 3K. by Mike Klein · 7 years ago
  2. 3b37545 Revert of Delete SkFlattenable::Type (patchset #2 id:20001 of https://codereview.chromium.org/1834303003/ ) by mtklein · 8 years ago
  3. 99d9231 Delete SkFlattenable::Type by msarett · 8 years ago
  4. 00d6e51 Eliminate some clutter in SkFlattenable by mdempsky · 9 years ago
  5. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  6. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  7. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  8. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  9. 88fd0fb Bump min picture version. by mtklein · 10 years ago
  10. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  11. 9fa60da Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc). by reed · 10 years ago
  12. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  13. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  14. c0b7e10 Initial error handling code by commit-bot@chromium.org · 11 years ago
  15. a0c2bc2 Make flattenables no longer depend on global static initializers. by scroggo@google.com · 12 years ago
  16. 227b516 refactor some subclasses in SkFlattenable.h into SkPtrRecorder.h, in preparation for by mike@reedtribe.org · 12 years ago
  17. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  18. 0c3e5fe Pipe factory names independently from the flattenables using them. by scroggo@google.com · 12 years ago
  19. 488379e Bump max flattenable from 64 to 1024. Ran into limit on Mac. by bungeman@google.com · 12 years ago
  20. 34342f6 export flags on the state of the world when a picture was serialized. by reed@google.com · 12 years ago
  21. 15e9d3e Expanded distribution of instance counting by robertphillips@google.com · 12 years ago
  22. 2b2ede3 Decouple the SkFlattenable from SkReader32/SkWriter32. by djsollen@google.com · 12 years ago
  23. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  24. a2ca41e Cleanup Macros arround static initializers for SkFlattenable. by djsollen@google.com · 12 years ago
  25. 9245498 fix debug comment by caryclark@google.com · 13 years ago
  26. d26147a add optional manual global initialization by caryclark@google.com · 13 years ago
  27. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  28. 13649ce fix sign/unsigned warnings by reed@google.com · 13 years ago
  29. 6bac947 Add option in flattening to write factory names inline, as we are recording. by reed@google.com · 13 years ago
  30. f2eb5ab fix bug where we wrote uninitialized data to the flatten stream for shaders. by reed@google.com · 13 years ago
  31. e9e08cc rename SkPtrRecorder and related wrappers to SkPtrSet, since that is the pattern by mike@reedtribe.org · 13 years ago
  32. 82065d6 remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with by reed@google.com · 14 years ago
  33. 8a1c16f grab from latest android by reed@android.com · 16 years ago