1. 2ab4b2b Remove symmetric three stop special case by Brian Osman · 7 years ago
  2. a8e5744 Add general three-stop analytic gradient shader by Brian Osman · 7 years ago
  3. 36f054a GrGradientEffect::onIsEqual() must also consider tiling by Florin Malita · 7 years ago
  4. 4d27429 Fix sweep_tiling GM sizing by Florin Malita · 7 years ago
  5. 50f7a1e Add another sweep gradient tiling test by Florin Malita · 7 years ago
  6. 5a9a981 Tiling support for SkSweepGradient by Florin Malita · 7 years ago
  7. d1aedde Remove SkLinearGradient::kForce4fContext_PrivateFlag by Florin Malita · 7 years ago
  8. a0ac963 Add a GM to exercise some complex gradient constructs by Florin Malita · 7 years ago
  9. 33d2055 GM: some header cleanup by Mike Klein · 7 years ago
  10. 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 7 years ago
  11. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 7 years ago
  12. ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 7 years ago
  13. eebe87f Fix gradients gm by Matt Sarett · 7 years ago
  14. 6f67fc2 Add SkICC::rawTransferFnData() by Matt Sarett · 7 years ago
  15. afac581 Sk4fLinearGradient fuzzer fixes by fmalita · 8 years ago
  16. 526972e Rename all color space factories from New* to Make* by Brian Osman · 8 years ago
  17. 7c602de Removed makeLinearGamma() from the public API for SkColorSpace by raftias · 8 years ago
  18. e25d71c Gradients are serialized (and can be constructed) as SkColor4f + SkColorSpace by brianosman · 8 years ago
  19. dbfd7ab Replace a lot of 'static const' with 'constexpr' or 'const'. by mtklein · 8 years ago
  20. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  21. 1a9b964 Reland of "more shader-->sp conversions (patchset #5 id:80001 of https://codereview.chromium.org/1789633002/ )" by reed · 8 years ago
  22. 9283d20 Revert of more shader-->sp conversions (patchset #5 id:80001 of https://codereview.chromium.org/1789633002/ ) by reed · 8 years ago
  23. ce563cd more shader-->sp conversions by reed · 8 years ago
  24. cb10071 add gm to illustrate bug by caryclark · 8 years ago
  25. bc590c0 Initial linear gradient 4f impl by fmalita · 8 years ago
  26. d4eaa25 add GM to exercise duplicate color-stops by reed · 8 years ago
  27. de3aac8 use pinned value during lerp for vertical gradients by reed · 9 years ago
  28. 8b78bd6 Tiny linear gradient GM by fmalita · 9 years ago
  29. 063675b Remove SK_SUPPORT_LEGACY_GRADIENT_DITHERING from Skia proper by fmalita · 9 years ago
  30. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  31. 159fa57 linear gradient with stops discretized gm by caryclark · 9 years ago
  32. 1864bfa add radial gradient hard stop test by caryclark · 9 years ago
  33. 1259601 make tests portable by using 565 compatible colors by caryclark · 9 years ago
  34. 65cdba6 Revert of Revert of make gm background colors 565 compatible (patchset #1 id:1 of https://codereview.chromium.org/1184123002/) by caryclark · 9 years ago
  35. 0bdb08b Revert of make gm background colors 565 compatible (patchset #2 id:20001 of https://codereview.chromium.org/1176243006/) by caryclark · 9 years ago
  36. be7f768 make gm background colors 565 compatible by caryclark · 9 years ago
  37. 80ea19c Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://codereview.chromium.org/1138263002/) by reed · 9 years ago
  38. 2629697 Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://codereview.chromium.org/1135053002/) by reed · 9 years ago
  39. 67d71c8 stop calling SkScalarDiv by reed · 9 years ago
  40. 71a6cbf remove redundant/deprecated TwoPointRadial gradiet -- use TwoPointConical by reed · 9 years ago
  41. 1113da7 Mike's radial gradient CL with better float -> int. by mtklein · 9 years ago
  42. 8d3e9df Revert of Mike's radial gradient CL with better float -> int. (patchset #7 id:120001 of https://codereview.chromium.org/1109643002/) by mtklein · 9 years ago
  43. abf6c5c Mike's radial gradient CL with better float -> int. by mtklein · 9 years ago
  44. 3d9005c add GM to show bad banding in raster for radial gradients by reed · 9 years ago
  45. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  46. 1c40292 remove unused GM flags by mtklein · 9 years ago
  47. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  48. aa458fb Cleanup: More override fixes - another round. by tfarina · 10 years ago
  49. 7cdc1ee Add always-threaded SkRecord quilt tests. by mtklein · 10 years ago
  50. 83f23d8 Remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  51. 3339ac5 Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) (https://codereview.chromium.org/288343009/) by commit-bot@chromium.org · 10 years ago
  52. 4b8f802 Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  53. e2b193c Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  54. ee0cac3 remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  55. a90c680 Turn on quilt mode in DM. by commit-bot@chromium.org · 10 years ago
  56. 9c9005a Move SkShader::fLocalMatrix into SkShader constructor. by commit-bot@chromium.org · 10 years ago
  57. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  58. 1da3a80 make gradients gm view size larger, as it is choping from the pained canvas. by edisonn@google.com · 11 years ago
  59. 3ef7eea Split radial_gradients2 GM into two to reproduce its bug. by mtklein@google.com · 11 years ago
  60. 361a72f add new GM to try to reproduce a bug by mtklein@google.com · 11 years ago
  61. d55e357 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  62. 8ba1ad3 Mozilla diabolical clamp case added to gm/gradients.cpp by commit-bot@chromium.org · 11 years ago
  63. 0f0d9b7 GM : Unused parameters cleanup by sugoi@google.com · 11 years ago
  64. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  65. 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
  66. b796119 Enable 64-bit builds on Windows by borenet@google.com · 12 years ago
  67. 837d31a Use SkCanvas::concat instead of SkCanvas::setMatrix so this GM can be tiled. by scroggo@google.com · 12 years ago
  68. 5cf2c28 Added conical gradient to gm gradients test, and added two variants of that test, one with perspective applied to the local matrices of the gradients and the other with perspective applied to the overall view matrix. by rileya@google.com · 12 years ago
  69. 09042b8 Fixing Windows compiler complaints by robertphillips@google.com · 12 years ago
  70. bb0948f increase height to include entire circle for large radial by reed@google.com · 12 years ago
  71. 39c2515 Add missing SkFloatToScalar() calls to fix the build. by tomhudson@google.com · 12 years ago
  72. b18e58c New radial gradient GM to observe banding and dithering effects. by tomhudson@google.com · 12 years ago
  73. 48dd1a2 Import all GMs as Samples. by bsalomon@google.com · 13 years ago
  74. 01744a4 Fix clamped_gradients gm to work in fixed. by bungeman@google.com · 13 years ago
  75. 5ea050f Optimize software radial gradients (remove branches from the inner loop where by tomhudson@google.com · 13 years ago
  76. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  77. 59f3abf fix gradients_degenerate test case for SKIA_SCALAR_IS_FIXED by epoger@google.com · 13 years ago
  78. ac864a9 add test for degenerate 2point gradients (needs pdf and gpu fixes) by reed@google.com · 13 years ago
  79. f3c1cc9 update baselines to add 2point-radial gradients, and use gpu-friendly xfermode code by reed@google.com · 14 years ago
  80. 42309d4 add gm for gradients by reed@android.com · 15 years ago