1. 2561aa1 Revert "Large circle clipping gm." by Brian Salomon · 5 years ago
  2. 360dc59 Large circle clipping gm. by Brian Salomon · 5 years ago
  3. 5785e4a Use SkFontHinting instead of macros. by Ben Wagner · 5 years ago
  4. 51e15a6 Use SkTextEncoding enum instead of macros. by Ben Wagner · 5 years ago
  5. dfcad06 more SkSL interpreter performance work by Ethan Nicholas · 5 years ago
  6. 7d2ad0f Fix local matrix for crop rects in backdrop image filters by Michael Ludwig · 5 years ago
  7. ac55784 Tests: re-sort gni, file name convention by Hal Canary · 5 years ago
  8. 7e603db SkSL interpreter optimizations by Ethan Nicholas · 5 years ago
  9. 7c70143 GMs: re-sort gni, script to regenerate gni, file name convention by Hal Canary · 5 years ago
  10. 0a7b393 SkPaint: new constructor by Hal Canary · 5 years ago
  11. 7fde8e1 IWYU for gms. by Ben Wagner · 5 years ago
  12. b82ac366 SkPDF: fix repeat tilemode with alpha by Hal Canary · 5 years ago
  13. 6a34f3a IWYU for gms starting with 'b'. by Ben Wagner · 5 years ago
  14. a5ef397 More polyutils fixes by Jim Van Verth · 5 years ago
  15. 784184a Prevent outset Ws from going negative by Michael Ludwig · 5 years ago
  16. d1701ba IWYU for gms starting with 'a'. by Ben Wagner · 5 years ago
  17. e869a1e stop calling legacy 255-biased colormatrix by Mike Reed · 5 years ago
  18. f460eee Use linear metrics flag for linear metrics. by Ben Wagner · 5 years ago
  19. e11e5c1 AFAICT, only gm/etc1 uses third_party/etc1 by Mike Klein · 5 years ago
  20. 33db04c add gm/bench for runtime colorfilter by Mike Reed · 5 years ago
  21. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  22. 4941a22 switch some idiosyncratic <includes> to "" by Mike Klein · 5 years ago
  23. 50d79af hide internals of SkColorMatrix (so we can migrate to col-major) by Mike Reed · 5 years ago
  24. 2ce3640 use portable typeface for new gm by Mike Reed · 5 years ago
  25. d567408 Add secret draw-behind method by Mike Reed · 5 years ago
  26. 309de79 Remove SK_TREAT_COLINEAR_DIAGONAL_POINTS_AS_CONCAVE by Brian Osman · 5 years ago
  27. 8a97f56 Swap x/y radii for EllipticalRRectOp depending on matrix. by Brian Salomon · 5 years ago
  28. 2c2240f Make more SkTypeface virtuals pure. by Ben Wagner · 5 years ago
  29. 3966738 Non-substantive changes by Robert Phillips · 5 years ago
  30. 64670cb Reland "Simplify SkTypeface::charsToGlyphs API to require UTF32 input" by Mike Reed · 5 years ago
  31. 33906ad Reland "Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input"" by Robert Phillips · 5 years ago
  32. 652b007a Revert "Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input"" by Mike Reed · 5 years ago
  33. 70ed05e Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input" by Mike Reed · 5 years ago
  34. fde841d Simplify SkTypeface::charsToGlyphs API to require UTF32 input by Mike Reed · 5 years ago
  35. a6a8400 Support domain clamping and transform matrices in YUVToRGB effects by Michael Ludwig · 5 years ago
  36. e3f17b9 remove SkMixer, since we have explicit lerps/blends in SkShader by Mike Reed · 5 years ago
  37. 21a9b56 moved files generated from .fp files into generated/ directories by Ethan Nicholas · 5 years ago
  38. c8bea7d New factories for SkShaders by Mike Reed · 5 years ago
  39. b286bc2 Introduce new factory for SkColorFilters by Mike Reed · 5 years ago
  40. 50acf8f add makeShader() to SkBitmap, and deprecate SkShader version by Mike Reed · 5 years ago
  41. beb7cd2 Reland "Support clip masks for SaveLayerRec and drawSpecial in Ganesh" by Michael Ludwig · 5 years ago
  42. 0d99766 Revert "Reland "Revert "Reland "GPU support for SkMixers"""" by Ethan Nicholas · 5 years ago
  43. 1263889 Reland "Revert "Reland "GPU support for SkMixers""" by Robert Phillips · 5 years ago
  44. d3c9245 Revert "Revert "Reland "GPU support for SkMixers""" by Ethan Nicholas · 5 years ago
  45. 3c3b194 Revert "Support clip masks for SaveLayerRec and drawSpecial in Ganesh" by Michael Ludwig · 5 years ago
  46. 053b293 Support clip masks for SaveLayerRec and drawSpecial in Ganesh by Michael Ludwig · 5 years ago
  47. 937d967 Always mark bitmap glyph runs as such, to ensure they are properly regenerated by Brian Osman · 5 years ago
  48. 2273c90 GM for SkOverdrawCanvas by Herb Derby · 5 years ago
  49. baa1b35 Rename GrPipeline::Flags to GrPipeline::InputFlags by Chris Dalton · 5 years ago
  50. fae8fce Use SkTileMode instead of nested enum by Mike Reed · 5 years ago
  51. 290690c GrContext abandon: fail -> skip by Mike Klein · 5 years ago
  52. c1c686b added support for half input variables in SkSL fragment processors by Ethan Nicholas · 5 years ago
  53. e25b447 Move SkTileModes to top level by Mike Reed · 5 years ago
  54. 71c0e94 We don't actually use thesee extensions with GLES by Mike Klein · 5 years ago
  55. 16b1efb allow GMs to fail in DM by Mike Klein · 5 years ago
  56. 4428f2c Remove SkScalarSinCos by Brian Osman · 5 years ago
  57. 9b2c4e9 remove double compose: lerp and mode by Mike Reed · 5 years ago
  58. a6dd1eb Revert "Reland "GPU support for SkMixers"" by Mike Reed · 5 years ago
  59. c9822a1 Reland "GPU support for SkMixers" by Mike Reed · 5 years ago
  60. e6ebe74 Revert "GPU support for SkMixers" by Ethan Nicholas · 5 years ago
  61. 3f2d05e GPU support for SkMixers by Ethan Nicholas · 5 years ago
  62. 73c6c9d Move new convex path towards the end of the path array in GM convexpaths. by Brian Salomon · 5 years ago
  63. 5f8a62b In GrAAConvexPathRenderer check whether middle quadtric control point is by Brian Salomon · 5 years ago
  64. 0c4b581 Add reproduction test case for crbug/947055 by Michael Ludwig · 5 years ago
  65. 20ae25c Reland "Reland "Fix blurry edges on large ovals."" by Jim Van Verth · 5 years ago
  66. 05be23d use mixer to combine two filters by Mike Reed · 5 years ago
  67. 0dffbab Add MSAA and non-aa modes to GrFillRRect Op by Chris Dalton · 5 years ago
  68. cf67778 Fix paint filter quality in draw_image_set GM by Michael Ludwig · 5 years ago
  69. bf341ae Revert "Add MSAA and non-aa modes to GrFillRRect Op" by Chris Dalton · 5 years ago
  70. 16a8e99 Add MSAA and non-aa modes to GrFillRRect Op by Chris Dalton · 5 years ago
  71. 926fb89 Remove old experimental SkiaRenderer APIs by Michael Ludwig · 5 years ago
  72. 65f3344 Clean up texture domain effect GM, wrt proxy creation by Brian Osman · 5 years ago
  73. dbe9322 Fix GM that was trying to create mip-mapped proxies without checking caps by Brian Osman · 5 years ago
  74. 110c703 Move fontmgr_bounds label setting to checkbox. by Ben Wagner · 5 years ago
  75. a5b0b1e Revert "Reland "Fix blurry edges on large ovals."" by Jim Van Verth · 5 years ago
  76. d0f321b de-common --veryVerbose by Mike Klein · 5 years ago
  77. 4dd7c1d Reland "Fix blurry edges on large ovals." by Jim Van Verth · 5 years ago
  78. de49665 Fold together mippped and non-mippped bitmap to proxy functions by Brian Osman · 5 years ago
  79. 5ad6fd3 Put SkImageInfo on SkImage to avoid cost of reconstructing for queries. by Brian Salomon · 5 years ago
  80. 9445f8e Revert "Fix blurry edges on large ovals." by Jim Van Verth · 5 years ago
  81. a185562 fix Google3 roll by Ethan Nicholas · 5 years ago
  82. d9958f8 Use YUV effect in drawEdgeAAImageSet by Michael Ludwig · 5 years ago
  83. f9666f5 Remove SkColorSpaceXformCanvas, and supporting code: by Brian Osman · 5 years ago
  84. c7aed03 Fix blurry edges on large ovals. by Jim Van Verth · 5 years ago
  85. 84836b7 moar static flags by Mike Klein · 5 years ago
  86. 0e9401d Initial checkin of new SkSL interpreter. by Ethan Nicholas · 5 years ago
  87. 2dd1b47 Add support for Y410 (i.e., 1010102) to wacky_yuv_formats by Robert Phillips · 5 years ago
  88. cd5104e SkAnimTimer -> AnimTimer by Mike Klein · 5 years ago
  89. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 5 years ago
  90. 0cffcbf9 de-Sk tools/font, and git clang-format by Mike Klein · 5 years ago
  91. 88544fb remove Sk prefix from CommandLineFlags by Mike Klein · 5 years ago
  92. 917d356 Remove all of the _as_paths GMs by Brian Osman · 5 years ago
  93. 8dce054 Add planet emoji font. by Ben Wagner · 5 years ago
  94. 390f0cc Reland "Reland "Update SkCanvas' experimental SkiaRenderer API"" by Michael Ludwig · 5 years ago
  95. e91825a add animated version of mixer gm by Mike Reed · 5 years ago
  96. 79a7542 allow mixer to defer to a shader by Mike Reed · 5 years ago
  97. 5ced0bf Add shader based blending of kPlus for configs that need clamping by Brian Osman · 5 years ago
  98. 138a06d Revert "Reland "Update SkCanvas' experimental SkiaRenderer API"" by Brian Salomon · 5 years ago
  99. bd9d88a Reland "Update SkCanvas' experimental SkiaRenderer API" by Michael Ludwig · 5 years ago
  100. 376d812 Use '&' to toggle showing the gm's size in viewer by Mike Reed · 5 years ago