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