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