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