1. 1fcc404 SkEncodeImage: no more link-time registration by Hal Canary · 8 years ago
  2. db68301 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  3. a2b4bdc Revert 248ff023 & 2cb6cb72 by Hal Canary · 8 years ago
  4. e8eed32 remove SkPixelRef::refEncodedData() by Hal Canary · 8 years ago
  5. 248ff02 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  6. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  7. b8e0960 Make is_ktx safer by scroggo · 8 years ago
  8. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  9. c1d0312 Rename encoders to Sk*ImageEncoder by msarett · 8 years ago[Renamed from src/images/SkImageDecoder_ktx.cpp]
  10. e8597a4 Delete SkImageDecoder by msarett · 8 years ago
  11. 910f7ec Revert of Delete SkImageDecoder (patchset #9 id:150001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  12. f037fde Delete SkImageDecoder by msarett · 8 years ago
  13. 041c870 Revert of Delete SkImageDecoder (patchset #8 id:130001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  14. 5b6e73e Delete SkImageDecoder by msarett · 8 years ago
  15. 39b5495 Revert of Delete SkImageDecoder (patchset #7 id:110001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  16. f799706 Delete SkImageDecoder by msarett · 8 years ago
  17. fde0511 Make sp variants for SkData by reed · 9 years ago
  18. 82709da Delete KTX tests to fix Android build by msarett · 9 years ago
  19. 8715d47 Make SkPicture/SkImageGenerator default to SkCodec by msarett · 9 years ago
  20. 1de415f Revert of Make SkPicture/SkImageGenerator default to SkCodec (patchset #7 id:120001 of https://codereview.chromium.org/1671193002/ ) by kjlubick · 9 years ago
  21. 026388a Make SkPicture/SkImageGenerator default to SkCodec by scroggo · 9 years ago
  22. 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
  23. 13f48dc change pixel-serializer to support reencoding existing data by reed · 9 years ago
  24. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  25. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  26. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  27. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  28. 2d73d80 remove dead SK_SUPPORT_LEGACY_IMAGEDECODER_CHOOSER code by reed · 10 years ago
  29. 2a12080 Qualify the return value of SkImageDecoder::decode by scroggo · 10 years ago
  30. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  31. 86bc124 Add support for compressed alpha ktx files by krajcevski · 10 years ago
  32. 40a1e11 Add support for all compressed formats in KTX file format by krajcevski · 10 years ago
  33. c2dcf4a Check pixelRef before attempting to ktx encode. by scroggo · 10 years ago
  34. 67ec1f8 Switch SkPDFStream's internal storage from SkStream to SkData by halcanary · 10 years ago
  35. 5926b86 hide SkImageDecoder::Chooser by reed · 10 years ago
  36. 3b570c6 Do a better job of enforcing the semantics of the setRequireUnpremultipliedColors flag by krajcevski · 10 years ago
  37. 6c22573 hide SkBitmap::setConfig by reed · 10 years ago
  38. c250d2e Initial KTX encoder by krajcevski · 10 years ago
  39. 99ffe24 Initial KTX file decoder by krajcevski · 10 years ago