1. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 7 years ago
  2. efdfd51 switch maskfilters to sk_sp by reed · 8 years ago
  3. e8f3062 switch surface to sk_sp by reed · 8 years ago
  4. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  5. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  6. e47829b flag to use const& instead of const* for src-rect by reed · 9 years ago
  7. 84984ef Revert[2] of guard to remove DrawBitmapRectFlags by reed · 9 years ago
  8. 9111019 Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://codereview.chromium.org/1235393003/) by scroggo · 9 years ago
  9. 6fb0b67 guard to remove DrawBitmapRectFlags by reed · 9 years ago
  10. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 9 years ago
  11. b5fae93 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  12. 2456b76 Revert of SkCanvas::drawImage is the new way for drawing an SkImage to a Canvas (patchset #9 id:160001 of https://codereview.chromium.org/583453002/) by borenet · 10 years ago
  13. 4327899 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  14. e396455 move common blur types into central header by commit-bot@chromium.org · 10 years ago
  15. a8c1831 use SkColorType instead of SkBitmap::Config in samplecode by commit-bot@chromium.org · 10 years ago
  16. 76f10a3 remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurface by reed@google.com · 10 years ago
  17. 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
  18. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  19. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  20. ab13167 Removes uses of unnamed namespace from samplecode. by commit-bot@chromium.org · 11 years ago
  21. b706117 Push sigma-based blur interface into our GMs/benches/tests/samplecode by robertphillips@google.com · 11 years ago
  22. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  23. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  24. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  25. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  26. f7b62d6 Remove unused variable. by vandebo@chromium.org · 12 years ago
  27. d96d17b Remove SkRefPtr by vandebo@chromium.org · 12 years ago
  28. 077b899 samplecode: Remove executable bit from SampleTextureDomain.cpp by tfarina@chromium.org · 12 years ago
  29. ae933ce Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  30. 1d32978 Fixing the ignore transform flag in Ganesh with mask filter and drawBitmap by junov@google.com · 13 years ago
  31. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  32. 9ef2d83 Reverting r1775 at Mike and Brian's request by epoger@google.com · 13 years ago
  33. 22c8bb8 Fixing several issues with rendering blurred bitmaps with Ganesh by junov@google.com · 13 years ago
  34. d935cfb Adding support for shadows when drawing bitmaps with skia gpu device by junov@google.com · 13 years ago
  35. e97f085 Add createNewCompatibleDevice. Allow devices to have a NULL factory and saveLayer will fall back on createNewCompatibleDevice. by bsalomon@google.com · 13 years ago
  36. af951c9 make SkDevice constructors explicit between offscreen and on/direct by reed@google.com · 13 years ago
  37. 76b8274 Correction of texture domain calculation. Review=http://codereview.appspot.com/4517126 by twiz@google.com · 13 years ago
  38. 869d6d9 Adding a test to sampleapp for texture domain by junov@google.com · 13 years ago