1. 968edca stop calling SkBitmap::flatten by commit-bot@chromium.org · 10 years ago
  2. 210a6aa getFactory() must return a factory. by commit-bot@chromium.org · 10 years ago
  3. 536ac5e Templetized SkWriter32 readTAt() & overwriteTAt() by commit-bot@chromium.org · 10 years ago
  4. 6fcd28b fix samplefuzz, fix some 32/64bit warnings by reed@google.com · 10 years ago
  5. c6d3c44 Have peek32 return uint32_t& to make it harder to look at more than 4 bytes. by commit-bot@chromium.org · 10 years ago
  6. a2bd2d1 Set write buffer flags only in SkWriteBuffer and SkFlatController constructors. by commit-bot@chromium.org · 10 years ago
  7. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 10 years ago[Renamed (77%) from src/core/SkOrderedWriteBuffer.cpp]
  8. 1938242 Convert SkWriter32 to use an SkTDArray for its internal storage. by commit-bot@chromium.org · 11 years ago
  9. 672588b change offset to xy for pixelref subsetting by reed@google.com · 11 years ago
  10. 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
  11. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  12. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  13. c0b7e10 Initial error handling code by commit-bot@chromium.org · 11 years ago
  14. c2eae47 Reverting revert of r11862 (Constify SkFlattenable::getFactory()) or reverting r11871. by robertphillips@google.com · 11 years ago
  15. b5e3910 Reverted due to Chromium compilation failures. Please see: by robertphillips@google.com · 11 years ago
  16. 575604d Constify SkFlattenable::getFactory(). by commit-bot@chromium.org · 11 years ago
  17. 24ddde9 Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  18. ba6e954 Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on changes in r11247) by robertphillips@google.com · 11 years ago
  19. 478884f Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  20. 558d5d3 Warnings as errors fix by robertphillips@google.com · 11 years ago
  21. 5792cde Initial error handling code by commit-bot@chromium.org · 11 years ago
  22. 2d76d93 Read and write pixel offset when serializing bitmaps. by scroggo@google.com · 11 years ago
  23. 1b1bcc3 New API for encoding bitmaps during serialization. by scroggo@google.com · 11 years ago
  24. 74b7ffd Fixes for piping bitmaps with encoded data. by scroggo@google.com · 11 years ago
  25. 32ef131 Remove SkSerializationHelpers. by scroggo@google.com · 11 years ago
  26. e782f5e Ensure that streams written using SkFlattenableBuffer's can be read with readByteArray(...) by djsollen@google.com · 12 years ago
  27. 7c9d539 In SKP serialization, use existing encoded data. by scroggo@google.com · 12 years ago
  28. ce65f38 Fixing refcount leak in SkBitmapHeap caused by collisions in SkFlatDictionary by junov@chromium.org · 12 years ago
  29. 5a7c6be Add the ability to provide function pointers to SkPicture serialization by scroggo@google.com · 12 years ago
  30. d8a6cc8 Make texteffects gm work through serialization and pipe. by scroggo@google.com · 12 years ago
  31. 227b516 refactor some subclasses in SkFlattenable.h into SkPtrRecorder.h, in preparation for by mike@reedtribe.org · 12 years ago
  32. 21830d9 Refactor Bitmap Storage for SkPicture using SkPipe's design. by djsollen@google.com · 12 years ago
  33. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  34. 0c3e5fe Pipe factory names independently from the flattenables using them. by scroggo@google.com · 12 years ago
  35. 34342f6 export flags on the state of the world when a picture was serialized. by reed@google.com · 12 years ago
  36. 4bdfb8c Compiler complaints + some minor cleanup by robertphillips@google.com · 12 years ago
  37. 778e163 change gm to use concat instead of setMatrix, so we don't trash the caller if by reed@google.com · 12 years ago
  38. e49aca9 add optional storage parameter to SkWriter32 by reed@google.com · 12 years ago
  39. 2b2ede3 Decouple the SkFlattenable from SkReader32/SkWriter32. by djsollen@google.com · 12 years ago