1. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  2. d2a3522 Add the method isOpaque() to SkImage by piotaixr · 10 years ago
  3. ea4673f SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. by halcanary · 10 years ago
  4. 78ee93f Revert of SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. (https://codereview.chromium.org/465823003/) by halcanary · 10 years ago
  5. 186f7b0 SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. by halcanary · 10 years ago
  6. b2edec2 Revert of SkImage_Codec is Lazy (https://codereview.chromium.org/460823002/) by halcanary · 10 years ago
  7. e36f499 SkImage_Codec is Lazy by halcanary · 10 years ago
  8. 8572fc0 mark all SkImage methods const, so we can make it thread-safe by reed · 10 years ago
  9. 76d5b47 Now able to set the localMatrix when creating a SkShader from a SkImage by piotaixr · 10 years ago
  10. cef04f8 Deleted SkImage::newShaderClamp: not used, not implemented. by piotaixr · 10 years ago
  11. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  12. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  13. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  14. 00f8d6c Revert "Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)" by commit-bot@chromium.org · 10 years ago
  15. 466f5f3 remove SkBitmap::asImageInfo by commit-bot@chromium.org · 10 years ago
  16. 8a2ad3c add new copyTo version to SkBitmap, which takes SkColorType by commit-bot@chromium.org · 11 years ago
  17. 2776e01 return NULL not false for a void* failure by reed@google.com · 11 years ago
  18. 4f7c615 add ways to peer into an image to get its pixels by reed@google.com · 11 years ago
  19. 999da9c fix refcounting in SkImage::NewRasterData by reed@google.com · 11 years ago
  20. e13af71 Revert of https://codereview.chromium.org/132643007/ by commit-bot@chromium.org · 11 years ago
  21. f0b56e7 Revert "Revert of https://codereview.chromium.org/129423002/" by reed@google.com · 11 years ago
  22. 9b06ba4 Revert of https://codereview.chromium.org/129423002/ by commit-bot@chromium.org · 11 years ago
  23. dd9ea92 add SkBitmap::installPixelRef() by reed@google.com · 11 years ago
  24. f190178 use SkImageInfo directly, instead of convert to Config by commit-bot@chromium.org · 11 years ago
  25. 672588b change offset to xy for pixelref subsetting by reed@google.com · 11 years ago
  26. 1bed687 Add a release procedure to SkMallocPixelRef; remove SkDataPixelRef by halcanary@google.com · 11 years ago
  27. bf79023 Update all callsites to use info for pixelrefs by reed@google.com · 11 years ago
  28. 0daa1ad Reverting r12665 & r12666 (Remove duplicate impl for SkImageInfo flattening) due to Chromium/Blink compilation errors by robertphillips@google.com · 11 years ago
  29. 93b4059 Remvoe duplicate impl for SkImageInfo flattening Add onNewLockPixels by reed@google.com · 11 years ago
  30. 398337b Revert "remvoe duplicate impl for SkImageInfo flattening" by reed@google.com · 11 years ago
  31. f3aead2 remvoe duplicate impl for SkImageInfo flattening by reed@google.com · 11 years ago
  32. 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
  33. 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
  34. 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
  35. 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
  36. 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
  37. 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
  38. 2bd8b81 move SkImage::ColorType into SkColorType by reed@google.com · 11 years ago
  39. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
  40. d28ba80 promote SkImage::AlphaType to SkAlphaType by reed@google.com · 11 years ago
  41. dfec28d Add SkImage->draw() call with src and dst rects. by commit-bot@chromium.org · 11 years ago
  42. 1d241f1 Revert "Add SkImage->draw() call with src and dst rects." by fmalita@google.com · 11 years ago
  43. 1d91600 Add SkImage->draw() call with src and dst rects. by commit-bot@chromium.org · 11 years ago
  44. 4b0757b add encodeData() to SkImageEncoder, and add encoding to SkImage by reed@google.com · 11 years ago
  45. af05835 Fixed bug with SkImage leaving canvas backing store in an immutable state after destroy. by junov@chromium.org · 11 years ago
  46. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  47. b947625 remove unused (and undefined) SkColorSpace parameter. by mike@reedtribe.org · 12 years ago
  48. d9e0181 Linux warning fixes by bsalomon@google.com · 12 years ago
  49. 97af1a6 Add caching of the snapshot image form a surface by reed@google.com · 12 years ago
  50. 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
  51. 58b21ec expand internal subclasses into separate files by reed@google.com · 12 years ago