1. acf7164 Fix cases of variable shadowing in /gm/. by John Stiles · 3 years, 1 month ago
  2. be03ef1 Remove ableist language by Kevin Lubick · 3 years, 3 months ago
  3. 607a382 drawBitmap is deprecated, use drawImage by Mike Reed · 3 years, 7 months ago
  4. d396cd5 Pass sampling to drawimage by Mike Reed · 3 years, 7 months ago
  5. ac9f0c9 Bitmap.asImage() by Mike Reed · 3 years, 9 months ago
  6. 96c8aeb Reland "Allow rect and circle blur fast cases to be used with rotation matrices." by Brian Salomon · 4 years ago
  7. 1fc7422 Revert "Allow rect and circle blur fast cases to be used with rotation matrices." by Robert Phillips · 4 years ago
  8. 2bded27 Allow rect and circle blur fast cases to be used with rotation matrices. by Brian Salomon · 4 years ago
  9. 06d7c9d Revert "Revert "use pathbuilder"" by Mike Reed · 4 years ago
  10. 43e3e91 Revert "use pathbuilder" by Mike Reed · 4 years ago
  11. 4b25d41 use pathbuilder by Mike Reed · 4 years ago
  12. b7bfbc2 Move GrRecordingContext.h and GrDirectContext.h into include/gpu by Robert Phillips · 4 years, 2 months ago
  13. f8f45d9 Make asDirectContext public by Robert Phillips · 4 years, 2 months ago
  14. 95c250c Downgrade GpuGMs to only receiving a GrRecordingContext by Robert Phillips · 4 years, 2 months ago
  15. e19babf Remove GrAtlasManager.h from all other .h files by Robert Phillips · 4 years, 5 months ago
  16. 7d34dc7 Revert "Revert "switch to new filltype for SkPath"" by Mike Reed · 4 years, 9 months ago
  17. 3e7af41 Revert "switch to new filltype for SkPath" by Mike Reed · 4 years, 9 months ago
  18. 3a50981 switch to new filltype for SkPath by Mike Reed · 4 years, 9 months ago
  19. db47b16 blurrect_compare GM: draw "masks" in white for RGBA fallback. by Brian Salomon · 5 years ago
  20. 032cf12 Make blurrect_compare GM work on GPUs without renderable A8 by Brian Salomon · 5 years ago
  21. 4fe30e1 Also skip blurrect_compare on DDL configs by Brian Salomon · 5 years ago
  22. 78be3eb Update new blurrect_compare GM to skip when SkCanvas::makeSurface will fail by Brian Salomon · 5 years ago
  23. b2d5d40 Adapt GrRectBlur for cases with rect W/H less than six sigma. by Brian Salomon · 5 years ago
  24. 594fe85 gm: simplify several onName by Hal Canary · 5 years ago
  25. 6a34f3a IWYU for gms starting with 'b'. by Ben Wagner · 5 years ago
  26. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  27. fae8fce Use SkTileMode instead of nested enum by Mike Reed · 5 years ago
  28. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  29. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  30. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  31. 1be1f8d hide SkBlurMaskFilter and SkBlurQuality by Mike Reed · 6 years ago
  32. 09dfc47 Pull non-substantive changes out of explicit GPU resource allocation CL by Robert Phillips · 7 years ago
  33. dbfd7ab Replace a lot of 'static const' with 'constexpr' or 'const'. by mtklein · 8 years ago
  34. efdfd51 switch maskfilters to sk_sp by reed · 8 years ago
  35. 2ad1aa6 partial switch over to sp usage of shaders by reed · 8 years ago
  36. e80eb92 Add default ctor to SkMask by robertphillips · 9 years ago
  37. 2a24338 GM: replace boilerplate with macros by halcanary · 9 years ago
  38. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  39. 71a6cbf remove redundant/deprecated TwoPointRadial gradiet -- use TwoPointConical by reed · 9 years ago
  40. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  41. 1c40292 remove unused GM flags by mtklein · 10 years ago
  42. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  43. aa458fb Cleanup: More override fixes - another round. by tfarina · 10 years ago
  44. 341400e I could create new GMs if you prefer. by joshualitt · 10 years ago
  45. 7cdc1ee Add always-threaded SkRecord quilt tests. by mtklein · 10 years ago
  46. 793ddd9 Shut up windows build errors on new GM by commit-bot@chromium.org · 10 years ago
  47. 3c1594a make new blurrect GM and replace the dozens of existing ones by commit-bot@chromium.org · 10 years ago
  48. a90c680 Turn on quilt mode in DM. by commit-bot@chromium.org · 10 years ago
  49. e396455 move common blur types into central header by commit-bot@chromium.org · 10 years ago
  50. dac5225 replace SkBitmap::Config with SkColorType in gms by commit-bot@chromium.org · 11 years ago
  51. 7cced56 merge multiple blurrect GMs into one GM and add versions by commit-bot@chromium.org · 11 years ago
  52. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  53. b3ec29d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  54. b706117 Push sigma-based blur interface into our GMs/benches/tests/samplecode by robertphillips@google.com · 11 years ago
  55. 7bd141d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  56. 7ce661d Blur refactoring by robertphillips@google.com · 11 years ago
  57. 0a1c387 Remove the non-separable blur because it is no longer used. by commit-bot@chromium.org · 11 years ago
  58. d454ec1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  59. d98df1a Fix compile errors in blur code on Windows. by jvanverth@google.com · 12 years ago
  60. a99a92c Complete the implementation of the faster blur; now supports all blur styles and matches the boxfilter approximation visually. Also change the interpretation of the blur radius to be sigma/2; need to add SK_IGNORE_BLUR_RADIUS_CORRECTNESS to chromium GYP to avoid immediate layout test failures over there. by humper@google.com · 12 years ago
  61. 5ae319c Re-enbling blurrect gm test wich no longer fails with rtree/tileGrid by junov@chromium.org · 12 years ago
  62. 33cdbde Fix leaks in blurrect benchs and gm. by bsalomon@google.com · 12 years ago
  63. 50c79d8 Enable warnings-as-errors on Windows. by bsalomon@google.com · 12 years ago
  64. 140d728 fix warnings Review URL: https://codereview.appspot.com/7073044 by reed@google.com · 12 years ago
  65. 05af1af eliminate all warnings in non-thirdparty code on mac by humper@google.com · 12 years ago
  66. 8ae714b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  67. 697c1e1 disable some new tests until we debug an rtree failure by reed@google.com · 12 years ago
  68. 7c7292c Added a new function to directly generate a blurred rectangle analytically. by humper@google.com · 12 years ago
  69. 57850b9 we do not correctly handle inner-style in blurmaskfilter w/ the 9patch by reed@google.com · 12 years ago
  70. 8ccf590 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  71. 53007a2 choose correct blitrow proc based on global alpha by reed@google.com · 12 years ago
  72. 3458716 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  73. 808b70f modify gm to have a non-uniform donut for testing by reed@google.com · 12 years ago
  74. 1aa90cf Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  75. db87c96 add blurrect gm by reed@google.com · 12 years ago