1. 6c71e0a Reverse dependency between SkScalar.h and SkFixed.h. by benjaminwagner · 8 years ago
  2. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  3. 6b28017 SkPixelSerializer: support indexed pixels by halcanary · 9 years ago
  4. c9e190d Revert of change pixel-serializer to support reencoding existing data (patchset #5 id:80001 of https://codereview.chromium.org/1373683003/ ) by reed · 9 years ago
  5. 13f48dc change pixel-serializer to support reencoding existing data by reed · 9 years ago
  6. c347034 Handle zero-length encoded images gracefully during deserialization by fmalita · 9 years ago
  7. 2be7125 Add a SkPixelSerializer SkImage encode variant by fmalita · 9 years ago
  8. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  9. 871872f change old picture serialization to really handle images by reed · 9 years ago
  10. 92fc2ae add SkPixmap and external locking to bitmaps by reed · 9 years ago
  11. 895c43b Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  12. 3030445 Revert of Replace EncodeBitmap with an interface. (patchset #12 id:210001 of https://codereview.chromium.org/784643002/) by scroggo · 10 years ago
  13. 02b217f Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  14. c0708cb Revert of Replace EncodeBitmap with an interface. (patchset #11 id:190001 of https://codereview.chromium.org/784643002/) by robertphillips · 10 years ago
  15. 0c4aba6 Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  16. 0b17d6c Cleanup public includes directory. by djsollen · 10 years ago
  17. 968edca stop calling SkBitmap::flatten by commit-bot@chromium.org · 10 years ago
  18. 210a6aa getFactory() must return a factory. by commit-bot@chromium.org · 10 years ago
  19. 536ac5e Templetized SkWriter32 readTAt() & overwriteTAt() by commit-bot@chromium.org · 11 years ago
  20. 6fcd28b fix samplefuzz, fix some 32/64bit warnings by reed@google.com · 11 years ago
  21. 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
  22. a2bd2d1 Set write buffer flags only in SkWriteBuffer and SkFlatController constructors. by commit-bot@chromium.org · 11 years ago
  23. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago[Renamed (77%) from src/core/SkOrderedWriteBuffer.cpp]
  24. 1938242 Convert SkWriter32 to use an SkTDArray for its internal storage. by commit-bot@chromium.org · 11 years ago
  25. 672588b change offset to xy for pixelref subsetting by reed@google.com · 11 years ago
  26. 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
  27. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  28. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  29. c0b7e10 Initial error handling code by commit-bot@chromium.org · 11 years ago
  30. c2eae47 Reverting revert of r11862 (Constify SkFlattenable::getFactory()) or reverting r11871. by robertphillips@google.com · 11 years ago
  31. b5e3910 Reverted due to Chromium compilation failures. Please see: by robertphillips@google.com · 11 years ago
  32. 575604d Constify SkFlattenable::getFactory(). by commit-bot@chromium.org · 11 years ago
  33. 24ddde9 Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  34. ba6e954 Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on changes in r11247) by robertphillips@google.com · 11 years ago
  35. 478884f Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  36. 558d5d3 Warnings as errors fix by robertphillips@google.com · 11 years ago
  37. 5792cde Initial error handling code by commit-bot@chromium.org · 11 years ago
  38. 2d76d93 Read and write pixel offset when serializing bitmaps. by scroggo@google.com · 11 years ago
  39. 1b1bcc3 New API for encoding bitmaps during serialization. by scroggo@google.com · 11 years ago
  40. 74b7ffd Fixes for piping bitmaps with encoded data. by scroggo@google.com · 11 years ago
  41. 32ef131 Remove SkSerializationHelpers. by scroggo@google.com · 12 years ago
  42. e782f5e Ensure that streams written using SkFlattenableBuffer's can be read with readByteArray(...) by djsollen@google.com · 12 years ago
  43. 7c9d539 In SKP serialization, use existing encoded data. by scroggo@google.com · 12 years ago
  44. ce65f38 Fixing refcount leak in SkBitmapHeap caused by collisions in SkFlatDictionary by junov@chromium.org · 12 years ago
  45. 5a7c6be Add the ability to provide function pointers to SkPicture serialization by scroggo@google.com · 12 years ago
  46. d8a6cc8 Make texteffects gm work through serialization and pipe. by scroggo@google.com · 12 years ago
  47. 227b516 refactor some subclasses in SkFlattenable.h into SkPtrRecorder.h, in preparation for by mike@reedtribe.org · 12 years ago
  48. 21830d9 Refactor Bitmap Storage for SkPicture using SkPipe's design. by djsollen@google.com · 12 years ago
  49. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  50. 0c3e5fe Pipe factory names independently from the flattenables using them. by scroggo@google.com · 12 years ago
  51. 34342f6 export flags on the state of the world when a picture was serialized. by reed@google.com · 12 years ago
  52. 4bdfb8c Compiler complaints + some minor cleanup by robertphillips@google.com · 12 years ago
  53. 778e163 change gm to use concat instead of setMatrix, so we don't trash the caller if by reed@google.com · 12 years ago
  54. e49aca9 add optional storage parameter to SkWriter32 by reed@google.com · 12 years ago
  55. 2b2ede3 Decouple the SkFlattenable from SkReader32/SkWriter32. by djsollen@google.com · 12 years ago