1. 6b9cd05 remove unused variants in imagefilter factories by Mike Reed · 7 years ago
  2. 1119dc3 Remove discard from GrRenderTarget & force it to always go through a RenderTargetContext by Robert Phillips · 7 years ago
  3. d1e67e7 Use SkBlendMode_Name rather than one-off tables by Brian Osman · 7 years ago
  4. 89cb821 Separate SkArithmeticImageFilter from SkXfermodeImageFilter. by Brian Salomon · 8 years ago
  5. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  6. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  7. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  8. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  9. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  10. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  11. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  12. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  13. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  14. 403d154 Revert "Revert "replace Arithmetic xfermode with imagefilter"" by Mike Reed · 8 years ago
  15. 10ff5bf Revert "replace Arithmetic xfermode with imagefilter" by Mike Reed · 8 years ago
  16. 0530c88 replace Arithmetic xfermode with imagefilter by Mike Reed · 8 years ago
  17. dbfd7ab Replace a lot of 'static const' with 'constexpr' or 'const'. by mtklein · 8 years ago
  18. 8c0326d Update SkXfermodeImageFilter to sk_sp by robertphillips · 8 years ago
  19. b591c77 Revert of Update SkXfermodeImageFilter to sk_sp (patchset #4 id:60001 of https://codereview.chromium.org/1852123002/ ) by robertphillips · 8 years ago
  20. 3bc9692 Update SkXfermodeImageFilter to sk_sp by robertphillips · 8 years ago
  21. 549c899 Update SkImageSource to sk_sp by robertphillips · 8 years ago
  22. 51a315e Update SkOffsetImageFilter to sk_sp by robertphillips · 8 years ago
  23. 9db0427 Image filters: fix crop rect application in SkXfermodeImageFilter. by senorblanco · 8 years ago
  24. cfb6bdf switch xfermodes over to sk_sp by reed · 8 years ago
  25. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  26. 06d54ad Fix SkXfermodeImageFilter GPU fast path for differing sizes. by senorblanco · 9 years ago
  27. 5598b63 Convert unit tests, GMs from SkBitmapSource to SkImagesource by fmalita · 9 years ago
  28. 943a462 Minor code cleanup (left over from prior CL) by robertphillips · 9 years ago
  29. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  30. 1818acb rename portable_typeface_always to portable_typeface by caryclark · 9 years ago
  31. 4ec1ac6 make xfermode* portable by caryclark · 9 years ago
  32. 16b254a Change some more GMs to clear to opaque black, not transparent black. by senorblanco · 9 years ago
  33. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  34. b0cce2c s/sk_tools::DrawCheckerboard/sk_tool_utils::draw_checkerboard/ by halcanary · 9 years ago
  35. 878fa02 Factor out checkerboard function in gm and sampleapp into tools. by halcanary · 9 years ago
  36. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  37. 992c7b0 Add standard fonts to all GMs. by Cary Clark · 10 years ago
  38. f539318 Cleanup: Get rid of make_isize() function from gm.h. by tfarina · 10 years ago
  39. cac5fd5 Factory methods for heap-allocated SkImageFilter objects. by commit-bot@chromium.org · 10 years ago
  40. c3bd8af add peekPixels to SkCanvas and SkSurface by commit-bot@chromium.org · 10 years ago
  41. bda591c Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromium.org/161733002/) by commit-bot@chromium.org · 10 years ago
  42. b2d93a9 add peekPixels to SkCanvas and SkSurface by mike@reedtribe.org · 10 years ago
  43. eb9a46c add legacy/helper allocN32Pixels, and convert gm to use it by reed@google.com · 10 years ago
  44. e93e1db Implement srcRect and dstRect functionality in SkBitmapSource. This is required for the "preserveAspectRatio" options of SVG's feImage. Covered by new GM "bitmapsource". by senorblanco@chromium.org · 11 years ago
  45. 4075770 Reverting 12528 & 12533 (Implement srcRect and dstRect functionality in SkBitmapSource) due to image differences on N4 by robertphillips@google.com · 11 years ago
  46. 86b8276 Fix Windows compiler warnings/errors by robertphillips@google.com · 11 years ago
  47. 094147d Implement srcRect and dstRect functionality in SkBitmapSource. This is required for the "preserveAspectRatio" options of SVG's feImage. Covered by new GM "bitmapsource". by commit-bot@chromium.org · 11 years ago
  48. 8b66abb Remove support for SK_CROP_RECT_IS_INT, now that it is no longer used in Blink or Chrome. by senorblanco@chromium.org · 11 years ago
  49. b295fb6 Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing an SkRect and flags indicating which parameters are set. by senorblanco@chromium.org · 11 years ago
  50. 1a4fb70 Moving 4 SkImageFilter derived classes from blink to skia by commit-bot@chromium.org · 11 years ago
  51. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  52. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  53. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  54. de2e4e8 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  55. 31a40ef Win7/8 compiler warnings/errors fix for r9980 by robertphillips@google.com · 11 years ago
  56. 7b32070 Implement offset for GPU filter path. Although we can't yet use this in Blink for FEOffset, due to SVG semantics, we can use it to support crop rect (upcoming patch). by commit-bot@chromium.org · 11 years ago
  57. 86fc266 Implement SkXfermode image filter. This required changing the signature of SkXfermode::asNewEffectOrCoeffs(), to add an optional background texture. by senorblanco@chromium.org · 11 years ago