1. d2a3522 Add the method isOpaque() to SkImage by piotaixr · 10 years ago
  2. ea4673f SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. by halcanary · 10 years ago
  3. 78ee93f Revert of SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. (https://codereview.chromium.org/465823003/) by halcanary · 10 years ago
  4. 186f7b0 SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. by halcanary · 10 years ago
  5. 8572fc0 mark all SkImage methods const, so we can make it thread-safe by reed · 10 years ago
  6. 76d5b47 Now able to set the localMatrix when creating a SkShader from a SkImage by piotaixr · 10 years ago
  7. cef04f8 Deleted SkImage::newShaderClamp: not used, not implemented. by piotaixr · 10 years ago
  8. 5e0995e Revert of Revert "Serialization of SkPictureImageFilter" (https://codereview.chromium.org/153583007/) by commit-bot@chromium.org · 11 years ago
  9. 7713c38 Revert "Serialization of SkPictureImageFilter" by fmalita@google.com · 11 years ago
  10. c5acc6c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  11. 4f7c615 add ways to peer into an image to get its pixels by reed@google.com · 11 years ago
  12. 1a033fb remove (now dead code) for SK_SUPPORT_LEGACY_COLORTYPE and SK_SUPPORT_LEGACY_ALPHATYPE by reed@google.com · 11 years ago
  13. 9230ea2 make info real in SkPixelRef, and add bitmap::asImageInfo by reed@google.com · 11 years ago
  14. 3443fd8 move SkImageInfo into its own header by reed@google.com · 11 years ago
  15. 23be7a5 add colortable enum to SkImage to ease interop between it and SkBitmap::Config by reed@google.com · 11 years ago
  16. 6e3e422 Break up SkLazyPixelRef functionally into class hierarchy. by commit-bot@chromium.org · 11 years ago
  17. f54ad6f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  18. 2bd8b81 move SkImage::ColorType into SkColorType by reed@google.com · 11 years ago
  19. 485e1c0 Patch SkImage.h so Chrome will compile by robertphillips@google.com · 11 years ago
  20. b1b6a46 Remove SK_ENABLE_LEGACY_API_ALIASING from SkImage.h by robertphillips@google.com · 11 years ago
  21. 572a865 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  22. 94248f8 add trailing quote on #error by reed@google.com · 11 years ago
  23. d28ba80 promote SkImage::AlphaType to SkAlphaType by reed@google.com · 11 years ago
  24. 956b310 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  25. 4d24b74 Make SkImage_Gpu share it's pixelref with the surface to prevent premature return to scratch pool. by commit-bot@chromium.org · 11 years ago
  26. 7f1af50 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  27. dfec28d Add SkImage->draw() call with src and dst rects. by commit-bot@chromium.org · 11 years ago
  28. 1d241f1 Revert "Add SkImage->draw() call with src and dst rects." by fmalita@google.com · 11 years ago
  29. 1d91600 Add SkImage->draw() call with src and dst rects. by commit-bot@chromium.org · 11 years ago
  30. 7def5e1 Separate core and images project. by scroggo@google.com · 11 years ago
  31. 4b0757b add encodeData() to SkImageEncoder, and add encoding to SkImage by reed@google.com · 11 years ago
  32. da90474 Adding public API method on SkImage for extracting the GPU texture handle. by junov@chromium.org · 11 years ago
  33. 96447be Adding SK_API to export SkImage and SkSurface API classes by junov@chromium.org · 11 years ago
  34. b947625 remove unused (and undefined) SkColorSpace parameter. by mike@reedtribe.org · 12 years ago
  35. 72ba668 Fix for error in r6214 (missing pre-declaration) by robertphillips@google.com · 12 years ago
  36. 97b6b07 Fleshed out GPU portion of image/surface feature by robertphillips@google.com · 12 years ago
  37. a27096b Sanitizing source files in Skia_Nightly_House_Keeping by skia.committer@gmail.com · 12 years ago
  38. 7edfb49 need to declare INHERITED for the instcount macros by reed@google.com · 12 years ago
  39. fd875e8 re-enable inst counting by reed@google.com · 12 years ago
  40. 97af1a6 Add caching of the snapshot image form a surface by reed@google.com · 12 years ago
  41. 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
  42. a22e211 Extended Inst counting to find "unknown" leaked object (SkTMaskGamma) by robertphillips@google.com · 12 years ago
  43. 5d4ba88 check-point for gpu support in SkImage/SkSurface by reed@google.com · 12 years ago
  44. 889b09e check-point for surface experiment by reed@google.com · 12 years ago
  45. f6627b7 check-point for image experiment by reed@google.com · 12 years ago
  46. bba65d9 experimental only by reed@google.com · 12 years ago