1. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years ago
  2. ff7bee9 Remove SkReader32, and some API from SkWriter32 by Brian Osman · 4 years, 3 months ago
  3. b1b1452 Remove some SK_API from src/ by Brian Osman · 4 years, 10 months ago
  4. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  5. 2d9e543 some SkAtomics cleanup by Mike Klein · 6 years ago
  6. 252756e remove deprecated SkWriter32::size() by Mike Klein · 6 years ago
  7. 475c5e9 turn on alignment sanitizer by Mike Klein · 6 years ago
  8. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  9. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  10. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  11. c4ec816 replace size-alignment assert with round-down by Mike Reed · 6 years ago
  12. 2532584 add explicit API to know if the writebuffer is using its external storage by Mike Reed · 6 years ago
  13. 2796430 move SkWriter32.h to src by Mike Reed · 7 years ago[Renamed from include/core/SkWriter32.h]
  14. 6d6d603 make matrix serialization private by Cary Clark · 7 years ago
  15. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  16. 4123d0f Add serialization support for drawShadowRec by Jim Van Verth · 7 years ago
  17. 4d9ff62 Remove SkWriter32::contiguousArray(). by mtklein · 8 years ago
  18. fde0511 Make sp variants for SkData by reed · 9 years ago
  19. f70b531 Move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ )" by reed · 9 years ago
  20. 1610835 Revert of move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ ) by reed · 9 years ago
  21. 0eda258 move annotations to canvas virtual by reed · 9 years ago
  22. cff15aa yet another memcpy -> sk_careful_memcpy by mtklein · 9 years ago
  23. e0021c0 another memcpy -> sk_careful_memcpy by mtklein · 9 years ago
  24. f3c15b7 Move SkTemplates.h to private. by bungeman · 9 years ago
  25. 4f358fc Make SkWriter32::snapshotAsData() a dumb copy. by mtklein · 10 years ago
  26. b3c9d1c SkCanvas::drawPatch param SkPoint[12] by dandov · 10 years ago
  27. 963137b Stopped skipping tests in dm of SkPatch by implementing the by dandov · 10 years ago
  28. 3f547cb Add SK_API to SkWriter32 by bsalomon · 10 years ago
  29. c30dcb9 Add capture snapshot as data to SkWriter32, use it to optimise record->playback. by commit-bot@chromium.org · 11 years ago
  30. ca21a00 SkWriter32: throw in the SkTDArray towel. by commit-bot@chromium.org · 11 years ago
  31. 536ac5e Templetized SkWriter32 readTAt() & overwriteTAt() by commit-bot@chromium.org · 11 years ago
  32. a87b21c Reland SkWriter32 growth change with build fixes. by commit-bot@chromium.org · 11 years ago
  33. 046f1f6 Cleaner external buffer handling in SkWriter32 by commit-bot@chromium.org · 11 years ago
  34. c6d3c44 Have peek32 return uint32_t& to make it harder to look at more than 4 bytes. by commit-bot@chromium.org · 11 years ago
  35. a8c7f77 fix (some) 64bit warnings -- size_t -> int by commit-bot@chromium.org · 11 years ago
  36. 1938242 Convert SkWriter32 to use an SkTDArray for its internal storage. by commit-bot@chromium.org · 11 years ago
  37. 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
  38. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  39. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  40. adacc70 Start cleaning up 64bit Win warnings by robertphillips@google.com · 11 years ago
  41. 5587ac0 Create a semi-stable API for capturing the state of an SkCanvas and reconstructing that state across different versions of Skia. by djsollen@google.com · 11 years ago
  42. 16b86ce Revert "Create a semi-stable API for capturing the state of an SkCanvas and reconstructing that state across different versions of Skia." by djsollen@google.com · 11 years ago
  43. 2ce9fce Create a semi-stable API for capturing the state of an SkCanvas and reconstructing that state across different versions of Skia. by djsollen@google.com · 11 years ago
  44. 0038c12 Write NULL as "" so readString() always returns a non-NULL string. by mtklein@google.com · 11 years ago
  45. ff36a1d Start from scratch on a faster SkFlatDictionary. by commit-bot@chromium.org · 11 years ago
  46. 5174286 Revert "Start from scratch on a faster SkFlatDictionary." by mtklein@google.com · 11 years ago
  47. cae5d8d Start from scratch on a faster SkFlatDictionary. by commit-bot@chromium.org · 11 years ago
  48. f6100c8 fix compiler warnings: by mike@reedtribe.org · 12 years ago
  49. b89a03c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  50. 5595af1 unify how we handle externally-provided storage in SkWriter32, with the goal by reed@google.com · 12 years ago
  51. 306ab9d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  52. 4ed0fb7 revert 6766, thereby re-landing 6762-6763 now that the bots are ready by reed@google.com · 12 years ago
  53. 25c1408 revert 6762-6763, since those require new skps to be generated, and we can't by reed@google.com · 12 years ago
  54. 9b0fd9a part of prev CL for rrect by reed@google.com · 12 years ago
  55. f56225c speedup peek32() when the offset is in the last block (fTail) by reed@google.com · 12 years ago
  56. 5a7c6be Add the ability to provide function pointers to SkPicture serialization by scroggo@google.com · 12 years ago
  57. a27096b Sanitizing source files in Skia_Nightly_House_Keeping by skia.committer@gmail.com · 12 years ago
  58. 1cf58d0 add SkWriter32::rewindToOffset() -- used for peephole edits in picture recording by reed@google.com · 12 years ago
  59. 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
  60. 51c62a6 add readPtr and writePtr to SkReader32 and SkWriter32 by reed@google.com · 12 years ago
  61. 94e75ee Rename the existing flatten(void*) methods. by djsollen@google.com · 12 years ago
  62. e49aca9 add optional storage parameter to SkWriter32 by reed@google.com · 12 years ago
  63. 2b2ede3 Decouple the SkFlattenable from SkReader32/SkWriter32. by djsollen@google.com · 12 years ago
  64. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  65. e1bc274 Fix a batch of coverity defects, uninitialized class fields. by vandebo@chromium.org · 13 years ago
  66. dde0956 add cross-process option to gpipe add unittests for reader32 and writer32 by reed@google.com · 13 years ago
  67. acd471f updated pipe by reed@google.com · 13 years ago
  68. 5b3d534 add helper available() by reed@google.com · 13 years ago
  69. 8a1c16f grab from latest android by reed@android.com · 16 years ago