1. 4c97814 Fix SKP serialization when SK_DISABLE_EFFECT_SERIALIZATION is defined by Brian Osman · 4 years, 2 months ago
  2. 8c7ecc1 Revert "Revert "Never share pixels when we make a subset image"" by Mike Reed · 4 years, 2 months ago
  3. 39d1c1e Revert "Never share pixels when we make a subset image" by Mike Reed · 4 years, 2 months ago
  4. 3eff245 Never share pixels when we make a subset image by Mike Reed · 4 years, 2 months ago
  5. 6d0ab95 read/write m44 by Mike Reed · 4 years, 2 months ago
  6. fd6f709 Revert "Revert "Serialize mipmaps"" by Mike Reed · 4 years, 2 months ago
  7. 442d424 Revert "Serialize mipmaps" by Mike Reed · 4 years, 2 months ago
  8. ab5b845 Serialize mipmaps by Mike Reed · 4 years, 2 months ago
  9. 8f45e4d use type name as identifier instead of factory by Mike Klein · 4 years, 3 months ago
  10. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  11. ea24140 Add writePoint3() to SkWriteBuffer interface. by Michael Ludwig · 6 years ago
  12. abdba8f lookup sent types using factory pointer by Mike Klein · 6 years ago
  13. 4c683fc remove unused SkReadBuffer features by Mike Klein · 6 years ago
  14. 41ba826 (Almost) no one needs to know about SkPixelRef by Brian Osman · 6 years ago
  15. 48fb8d8 consolidate SkBinaryWriteBuffers by Mike Klein · 6 years ago
  16. 02ca49f Move SkWriteBuffer to smart pointers. by Ben Wagner · 6 years ago
  17. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  18. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  19. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  20. f2c7364 support image-subsets in serialization by Mike Reed · 6 years ago
  21. c402b77 Remove sk_64_isS32 and sk_64_asS32 by Herb Derby · 7 years ago
  22. 2532584 add explicit API to know if the writebuffer is using its external storage by Mike Reed · 7 years ago
  23. 061c278 fix writeImage when encode step fails, since data is null by Mike Reed · 7 years ago
  24. 60ca867 make paint flatten unflatten private by Cary Clark · 7 years ago
  25. d07e4a2 Change behavior of custom image serial/deserial by Mike Reed · 7 years ago
  26. 75ae421 IWYU -- SkShader.h by Mike Reed · 7 years ago
  27. d1c65d6 remove unneeded readbuffer flags by Mike Reed · 7 years ago
  28. 8e74cbc Revert "Revert "use serialprocs for typefaces"" by Mike Reed · 7 years ago
  29. 64f7376 return data instead of bool by Mike Reed · 7 years ago
  30. 1a104bc Revert "use serialprocs for typefaces" by Mike Reed · 7 years ago
  31. b681972 use serialprocs for typefaces by Mike Reed · 7 years ago
  32. 60691a5 add serial procs to pictures by Mike Reed · 7 years ago
  33. efe7c49 remove read/write rawpixels by Mike Reed · 7 years ago
  34. d395596 remove writeBitmap from SkWriteBuffer -- unused by Mike Reed · 7 years ago
  35. 6409f84 Revert "Revert "Change image encode api to return sk_sp"" by Mike Reed · 7 years ago
  36. 64778d9 Revert "Change image encode api to return sk_sp" by Mike Reed · 7 years ago
  37. dc79955 Change image encode api to return sk_sp by Mike Reed · 7 years ago
  38. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 7 years ago
  39. e8eed32 remove SkPixelRef::refEncodedData() by Hal Canary · 8 years ago
  40. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  41. 97bbf82 Add SkColor4f serialization by brianosman · 8 years ago
  42. 54dc487 add pipecanvas by reed · 8 years ago
  43. ffae30d Convert SkAutoTUnref<SkData> to sk_sp<SkData>. by bungeman · 8 years ago
  44. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  45. 96e4e1c Add raw pixel serialization fallback for SkImages that cannot be encoded. by mtklein · 8 years ago
  46. fad9856 Prototype code that turns any/every flattenable into JSON by brianosman · 8 years ago
  47. 444f1ba Remove SkBitmapHeap and SkBitmapHeapReader. They're unused. by brianosman · 8 years ago
  48. 57b4615 Remove unused encodedString API on SkWriteBuffer/SkReadBuffer by brianosman · 8 years ago
  49. b4c899d remove SkWriteBuffer::getWriter32(). by mtklein · 8 years ago
  50. a3b3b23 Enable flattening/unflattening with custom unflatten procs by msarett · 8 years ago
  51. be991ef Delete unused fNamedFactorySet from SkWriteBuffer by msarett · 8 years ago
  52. 6c71e0a Reverse dependency between SkScalar.h and SkFixed.h. by benjaminwagner · 8 years ago
  53. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  54. 6b28017 SkPixelSerializer: support indexed pixels by halcanary · 9 years ago
  55. 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
  56. 13f48dc change pixel-serializer to support reencoding existing data by reed · 9 years ago
  57. c347034 Handle zero-length encoded images gracefully during deserialization by fmalita · 9 years ago
  58. 2be7125 Add a SkPixelSerializer SkImage encode variant by fmalita · 9 years ago
  59. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  60. 871872f change old picture serialization to really handle images by reed · 9 years ago
  61. 92fc2ae add SkPixmap and external locking to bitmaps by reed · 9 years ago
  62. 895c43b Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  63. 3030445 Revert of Replace EncodeBitmap with an interface. (patchset #12 id:210001 of https://codereview.chromium.org/784643002/) by scroggo · 10 years ago
  64. 02b217f Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  65. c0708cb Revert of Replace EncodeBitmap with an interface. (patchset #11 id:190001 of https://codereview.chromium.org/784643002/) by robertphillips · 10 years ago
  66. 0c4aba6 Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  67. 0b17d6c Cleanup public includes directory. by djsollen · 10 years ago
  68. 968edca stop calling SkBitmap::flatten by commit-bot@chromium.org · 10 years ago
  69. 210a6aa getFactory() must return a factory. by commit-bot@chromium.org · 11 years ago
  70. 536ac5e Templetized SkWriter32 readTAt() & overwriteTAt() by commit-bot@chromium.org · 11 years ago
  71. 6fcd28b fix samplefuzz, fix some 32/64bit warnings by reed@google.com · 11 years ago
  72. 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
  73. a2bd2d1 Set write buffer flags only in SkWriteBuffer and SkFlatController constructors. by commit-bot@chromium.org · 11 years ago
  74. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago[Renamed (77%) from src/core/SkOrderedWriteBuffer.cpp]
  75. 1938242 Convert SkWriter32 to use an SkTDArray for its internal storage. by commit-bot@chromium.org · 11 years ago
  76. 672588b change offset to xy for pixelref subsetting by reed@google.com · 11 years ago
  77. 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
  78. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  79. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  80. c0b7e10 Initial error handling code by commit-bot@chromium.org · 11 years ago
  81. c2eae47 Reverting revert of r11862 (Constify SkFlattenable::getFactory()) or reverting r11871. by robertphillips@google.com · 11 years ago
  82. b5e3910 Reverted due to Chromium compilation failures. Please see: by robertphillips@google.com · 11 years ago
  83. 575604d Constify SkFlattenable::getFactory(). by commit-bot@chromium.org · 11 years ago
  84. 24ddde9 Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  85. ba6e954 Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on changes in r11247) by robertphillips@google.com · 11 years ago
  86. 478884f Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  87. 558d5d3 Warnings as errors fix by robertphillips@google.com · 11 years ago
  88. 5792cde Initial error handling code by commit-bot@chromium.org · 11 years ago
  89. 2d76d93 Read and write pixel offset when serializing bitmaps. by scroggo@google.com · 11 years ago
  90. 1b1bcc3 New API for encoding bitmaps during serialization. by scroggo@google.com · 11 years ago
  91. 74b7ffd Fixes for piping bitmaps with encoded data. by scroggo@google.com · 11 years ago
  92. 32ef131 Remove SkSerializationHelpers. by scroggo@google.com · 12 years ago
  93. e782f5e Ensure that streams written using SkFlattenableBuffer's can be read with readByteArray(...) by djsollen@google.com · 12 years ago
  94. 7c9d539 In SKP serialization, use existing encoded data. by scroggo@google.com · 12 years ago
  95. ce65f38 Fixing refcount leak in SkBitmapHeap caused by collisions in SkFlatDictionary by junov@chromium.org · 12 years ago
  96. 5a7c6be Add the ability to provide function pointers to SkPicture serialization by scroggo@google.com · 12 years ago
  97. d8a6cc8 Make texteffects gm work through serialization and pipe. by scroggo@google.com · 12 years ago
  98. 227b516 refactor some subclasses in SkFlattenable.h into SkPtrRecorder.h, in preparation for by mike@reedtribe.org · 12 years ago
  99. 21830d9 Refactor Bitmap Storage for SkPicture using SkPipe's design. by djsollen@google.com · 12 years ago
  100. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago