1. 96e4e1c Add raw pixel serialization fallback for SkImages that cannot be encoded. by mtklein · 8 years ago
  2. 444f1ba Remove SkBitmapHeap and SkBitmapHeapReader. They're unused. by brianosman · 8 years ago
  3. 18f13f3 Remove (almost) unused read/writeFunctionPtr API. by brianosman · 8 years ago
  4. 57b4615 Remove unused encodedString API on SkWriteBuffer/SkReadBuffer by brianosman · 8 years ago
  5. a3b3b23 Enable flattening/unflattening with custom unflatten procs by msarett · 8 years ago
  6. 9ca06c4 Fix ImageFilter fuzzer issue by robertphillips · 8 years ago
  7. 6c71e0a Reverse dependency between SkScalar.h and SkFixed.h. by benjaminwagner · 8 years ago
  8. 3b37545 Revert of Delete SkFlattenable::Type (patchset #2 id:20001 of https://codereview.chromium.org/1834303003/ ) by mtklein · 8 years ago
  9. 99d9231 Delete SkFlattenable::Type by msarett · 8 years ago
  10. 60c9b58 change flattenable factory to return sk_sp by reed · 8 years ago
  11. d19d83c Remode dead code from SkReadBuffer by msarett · 8 years ago
  12. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  13. 7fb4f8b Revert "Revert of add Make variations to return SkImage by sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1778393002/ )" by reed · 9 years ago
  14. e683c56 Revert of add Make variations to return SkImage by sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1778393002/ ) by robertphillips · 9 years ago
  15. bd73ffb add Make variations to return SkImage by sk_sp by reed · 9 years ago
  16. 950fb1c Insert an empty image when we cannot decode by scroggo · 9 years ago
  17. b0d2546 detect bad/corrupt flattenable factory indices by reed · 9 years ago
  18. c752bad remove debug statement by caryclark · 9 years ago
  19. cd56f81 SkImageSource by fmalita · 9 years ago
  20. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  21. 88fd0fb Bump min picture version. by mtklein · 10 years ago
  22. 09a79d0 cleanup comments by reed · 10 years ago
  23. ac6a2f9 detect bad bitmaps during deserialization by reed · 10 years ago
  24. b3c9d1c SkCanvas::drawPatch param SkPoint[12] by dandov · 10 years ago
  25. 963137b Stopped skipping tests in dm of SkPatch by implementing the by dandov · 10 years ago
  26. 75e9e63 don't look at SK_SCALAR_IS_FLOAT -- it is true, but no longer defined by reed · 10 years ago
  27. 0951fe1 Fixing another clusterfuzz issue by sugoi · 10 years ago
  28. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  29. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  30. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  31. 851155c remove SK_SUPPORT_LEGACY_BITMAPFLATTEN code by commit-bot@chromium.org · 10 years ago
  32. 968edca stop calling SkBitmap::flatten by commit-bot@chromium.org · 10 years ago
  33. 83f23d8 Remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  34. 3339ac5 Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) (https://codereview.chromium.org/288343009/) by commit-bot@chromium.org · 10 years ago
  35. 4b8f802 Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  36. 7ed173b formalize named picture versions by commit-bot@chromium.org · 10 years ago
  37. e2b193c Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  38. ee0cac3 remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  39. f117781 fix size_t/int warnings by commit-bot@chromium.org · 10 years ago
  40. 0943f5f Thread picture version through to SkReadBuffer. by commit-bot@chromium.org · 10 years ago
  41. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago[Renamed (80%) from src/core/SkOrderedReadBuffer.cpp]
  42. 9ebcac5 add installPixels by reed@google.com · 11 years ago
  43. 0207683 Remove an assert that assumes too much. by scroggo@google.com · 11 years ago
  44. 0251288 Adding size parameter to read array functions by commit-bot@chromium.org · 11 years ago
  45. c0b7e10 Initial error handling code by commit-bot@chromium.org · 11 years ago
  46. 3534822 force readbuffer clients to use specialized readFoo for flattenables by reed@google.com · 11 years ago
  47. c6e5fcb Debugging statements to investigate a bug. by scroggo@google.com · 11 years ago
  48. 2d76d93 Read and write pixel offset when serializing bitmaps. by scroggo@google.com · 11 years ago
  49. 1b1bcc3 New API for encoding bitmaps during serialization. by scroggo@google.com · 11 years ago
  50. 7768751 Add buffer helper to read directly into SkString to avoid extra copying by djsollen@google.com · 11 years ago
  51. 719a373 Band-aid for subsetted bitmaps in SKPs. by scroggo@google.com · 11 years ago
  52. 2983ddd Revert "Allow supporting 1 older PICTURE_VERSION." by scroggo@google.com · 11 years ago
  53. 0cb7df9 Allow supporting 1 older PICTURE_VERSION. by scroggo@google.com · 11 years ago
  54. 74b7ffd Fixes for piping bitmaps with encoded data. by scroggo@google.com · 11 years ago
  55. 49ce11b Use SkError for a bitmap that could not be decoded. by scroggo@google.com · 11 years ago
  56. e5f4824 Fix a bunch of warnings, mainly around rowBytes. by scroggo@google.com · 12 years ago
  57. f8d7d27 Create SkLazyPixelRef which performs lazy decoding. by scroggo@google.com · 12 years ago
  58. 0e51577 fix warning from scalar --> int32 conversion by humper@google.com · 12 years ago
  59. ce65f38 Fixing refcount leak in SkBitmapHeap caused by collisions in SkFlatDictionary by junov@chromium.org · 12 years ago
  60. 5a7c6be Add the ability to provide function pointers to SkPicture serialization by scroggo@google.com · 12 years ago
  61. 21830d9 Refactor Bitmap Storage for SkPicture using SkPipe's design. by djsollen@google.com · 12 years ago
  62. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  63. 0c3e5fe Pipe factory names independently from the flattenables using them. by scroggo@google.com · 12 years ago
  64. 34342f6 export flags on the state of the world when a picture was serialized. by reed@google.com · 12 years ago
  65. 4bdfb8c Compiler complaints + some minor cleanup by robertphillips@google.com · 12 years ago
  66. 2b2ede3 Decouple the SkFlattenable from SkReader32/SkWriter32. by djsollen@google.com · 12 years ago