1. 479bb60 Remove SkImageRef and related functionality. by Hal Canary · 10 years ago
  2. 29239a0 Move SkDecodingImageGenerator.h to include/ by commit-bot@chromium.org · 10 years ago
  3. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 10 years ago
  4. d0419b1 Revert "Revert "Revert "Revert of https://codereview.chromium.org/110593003/""" by reed@google.com · 11 years ago
  5. ba82bd1 Revert "Revert "Revert of https://codereview.chromium.org/110593003/"" by reed@google.com · 11 years ago
  6. 9271389 Revert "Revert of https://codereview.chromium.org/110593003/" by reed@google.com · 11 years ago
  7. 27f8902 Revert of https://codereview.chromium.org/110593003/ by commit-bot@chromium.org · 11 years ago
  8. f1ce052 Add onNewLockPixels, that returns rowbytes and relies on info in pixelref by reed@google.com · 11 years ago
  9. bf79023 Update all callsites to use info for pixelrefs by reed@google.com · 11 years ago
  10. 0daa1ad Reverting r12665 & r12666 (Remove duplicate impl for SkImageInfo flattening) due to Chromium/Blink compilation errors by robertphillips@google.com · 11 years ago
  11. 93b4059 Remvoe duplicate impl for SkImageInfo flattening Add onNewLockPixels by reed@google.com · 11 years ago
  12. 398337b Revert "remvoe duplicate impl for SkImageInfo flattening" by reed@google.com · 11 years ago
  13. a0d183d Revert "Revert of https://codereview.chromium.org/108773003/" by reed@google.com · 11 years ago
  14. ff9c6c9 Revert of https://codereview.chromium.org/108773003/ by commit-bot@chromium.org · 11 years ago
  15. f3aead2 remvoe duplicate impl for SkImageInfo flattening by reed@google.com · 11 years ago
  16. 6a32add Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap.""""" by reed@google.com · 11 years ago
  17. 6965a0a PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap."""" by reed@google.com · 11 years ago
  18. 2ebc10d Revert "Revert "Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap.""" by reed@google.com · 11 years ago
  19. 473f0aa Revert "Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap."" by reed@google.com · 11 years ago
  20. 5b132b2 Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap." by reed@google.com · 11 years ago
  21. 3e89524 PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap. by reed@google.com · 11 years ago
  22. b5571b3 Change SkImageDecoders to take an SkStreamRewindable. by scroggo@google.com · 11 years ago
  23. d4c3565 Fixes for JPEG subset decoding. by scroggo@google.com · 11 years ago
  24. 7def5e1 Separate core and images project. by scroggo@google.com · 11 years ago
  25. 4b0757b add encodeData() to SkImageEncoder, and add encoding to SkImage by reed@google.com · 11 years ago
  26. f98118e Provide a function to print the name of a Format. by scroggo@google.com · 11 years ago
  27. 7e6fcee Test region decoding in skimage, plus fixes. by scroggo@google.com · 11 years ago
  28. 39edf4c Updates to skimage tool to use it for testing. by scroggo@google.com · 11 years ago
  29. 8c6a4f2 ARGB image encoder for checksums. https://codereview.chromium.org/14267031/ by bungeman@google.com · 11 years ago
  30. 4c6adf9 Updates to images project. by scroggo@google.com · 11 years ago
  31. 1139940 Upstream changes from Android for decoding jpeg images. by djsollen@google.com · 11 years ago
  32. a4ecab0 Remove unused declaration by djsollen@google.com · 11 years ago
  33. bff83f6 fix window's build errors by commit-bot@chromium.org · 11 years ago
  34. a936e37 Upstream Android modifications to the image encoders/decoders. by commit-bot@chromium.org · 11 years ago
  35. f8d7d27 Create SkLazyPixelRef which performs lazy decoding. by scroggo@google.com · 11 years ago
  36. 528a556 Fix android errors when unflattening an SkImageRef_ashmem object. by djsollen@google.com · 11 years ago
  37. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  38. 4c1f091 kill unused SkFlipPixelRef Review URL: https://codereview.appspot.com/6949043 by reed@google.com · 12 years ago
  39. 9f686f3 Create a factory to decode an SkBitmap from an SkData. by scroggo@google.com · 12 years ago
  40. 4ce738b Extract transform_scanline_XXXX functions into transform_scanline.h for code-sharing by epoger@google.com · 12 years ago
  41. 5a7c6be Add the ability to provide function pointers to SkPicture serialization by scroggo@google.com · 12 years ago
  42. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  43. 15e9d3e Expanded distribution of instance counting by robertphillips@google.com · 12 years ago
  44. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  45. 5370cd9 Consolidate PixelRef flattables with the standard impl by djsollen@google.com · 12 years ago
  46. ec51cb8 Improved codec link-forcing system by adding Encoder/Decoder creation entry points by robertphillips@google.com · 12 years ago
  47. d26147a add optional manual global initialization by caryclark@google.com · 13 years ago
  48. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  49. 57f4969 merge from android tree: by djsollen@google.com · 13 years ago
  50. 3f1f06a add optional pref-config table to codecs by reed@android.com · 14 years ago
  51. 6f59815 refactor helper functions out of libjpeg wrapper by reed@android.com · 15 years ago
  52. bb9aea9 record dither setting so we can replay it when we (re)decode by reed@android.com · 15 years ago
  53. 31d1c64 ws fixes by reed@android.com · 15 years ago
  54. b3ade9d add optional Format* parameter to decoder helper functions. by reed@android.com · 15 years ago
  55. 25e9834 Honor pref config in image decoding whenever possible. by weita@google.com · 15 years ago
  56. a14ea0e Simplify font-chaining (fallbacks) to have fonthost just return the next by reed@android.com · 15 years ago
  57. 1337a7b see prev. checkin (missed these files). Change ownership rule for streams to the by reed@android.com · 15 years ago
  58. 00bf85a pull from android: use registry to build up list of image codecs by reed@android.com · 16 years ago
  59. b08eb2b separate image encode and decode remove obsolete build-flag for encode by reed@android.com · 16 years ago
  60. 8a1c16f grab from latest android by reed@android.com · 16 years ago