1. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  2. c8bea7d New factories for SkShaders by Mike Reed · 5 years ago
  3. fae8fce Use SkTileMode instead of nested enum by Mike Reed · 5 years ago
  4. dfc0e91 add decal tilemode to shaders by Mike Reed · 6 years ago
  5. d1aedde Remove SkLinearGradient::kForce4fContext_PrivateFlag by Florin Malita · 7 years ago
  6. 0301308 Fix SkATan2_255 fuzzer crash by Florin Malita · 7 years ago
  7. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 7 years ago
  8. d956966 Fix int64 overflow in SkClampRange::init() by Florin Malita · 7 years ago
  9. 3d1a6bc [4fGradient] Relax interval checks for SkGradientShaderBase also by Florin Malita · 7 years ago
  10. e659c7f [4fGradient] Relax interval checks by Florin Malita · 7 years ago
  11. 44e91c9 LinearGradientContext::shade4_clamp: fix div by 0 by James Zern · 8 years ago
  12. 342b7ac tests: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  13. 5122967 Add a gradient edge optimization test by fmalita · 8 years ago
  14. c523104 Prevent degenerate linear gradient instantiation by fmalita · 8 years ago
  15. 7b38e3c Fix int32 overflow in LinearGradientContext::shade4_dx_clamp by fmalita · 8 years ago
  16. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  17. e8f3062 switch surface to sk_sp by reed · 8 years ago
  18. 1a9b964 Reland of "more shader-->sp conversions (patchset #5 id:80001 of https://codereview.chromium.org/1789633002/ )" by reed · 8 years ago
  19. 9283d20 Revert of more shader-->sp conversions (patchset #5 id:80001 of https://codereview.chromium.org/1789633002/ ) by reed · 8 years ago
  20. ce563cd more shader-->sp conversions by reed · 8 years ago
  21. 5edf82e [Reland] Fix SkTwoPointConicalGradient zero-radius handling by fmalita · 8 years ago
  22. 7349490 Revert of Fix SkTwoPointConicalGradient zero-radius handling (patchset #2 id:20001 of https://codereview.chromium.org/1756573002/ ) by fmalita · 8 years ago
  23. 9c0b02a Fix SkTwoPointConicalGradient zero-radius handling by fmalita · 8 years ago
  24. aeab8ea fix linear gradient assert, by explicitly clamping by reed · 9 years ago
  25. 8d38102 Fix nearly-vertical gradient assert by fmalita · 9 years ago
  26. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  27. 71a6cbf remove redundant/deprecated TwoPointRadial gradiet -- use TwoPointConical by reed · 9 years ago
  28. 9d91eb3 add more checks for computing clamp counts, remove dead code by reed · 9 years ago
  29. e1085e0 move SkChecksum and SkEmptyShader to private by reed · 10 years ago
  30. 8c0c7b0 remove unnecessary bitmapdevice references by reed · 10 years ago
  31. deee496 replace setConfig+allocPixels with single call by mike@reedtribe.org · 10 years ago
  32. 8f6884a Cleanup: Sanitize the order of includes under tests/ by tfarina@chromium.org · 11 years ago
  33. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  34. e4fafb1 Use DEFINE_TESTCLASS_SHORT macro in tests. by tfarina@chromium.org · 11 years ago
  35. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  36. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  37. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  38. cb6d97c Revert of r9902 (Consider conical shader opaque if it covers by robertphillips@google.com · 11 years ago
  39. 5e6c355 Consider conical shader opaque if it covers entire plane. by commit-bot@chromium.org · 11 years ago
  40. e0e385c Removed unused parameters by sugoi@google.com · 11 years ago
  41. 37ebe3f Address some valgrind issues by robertphillips@google.com · 11 years ago
  42. e94b5e4 Adding a new unit test that demonstrates that dithering affects constant gradients by junov@chromium.org · 11 years ago
  43. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  44. 8322697 extend asAGradient for Conical type (to be implemented by PDF and XPS) by reed@google.com · 12 years ago