1. 2b4dcd3 Remove duplicate simple samples, make one a gm. by Ben Wagner · 5 years ago
  2. 4c6f9b7 Revert "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
  3. 4b432fa run rewrite_includes.py by Mike Klein · 5 years ago
  4. 84ea049 Reland "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
  5. 5b5403e ccpr: Preserve fill rules for cached paths by Chris Dalton · 5 years ago
  6. c5167c0 Revert "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
  7. 6565506 Remove support for copyAsDraw in gpu copySurface. by Greg Daniel · 5 years ago
  8. 4bdd36f Make color initialization version of createBackendTexture public by Robert Phillips · 5 years ago
  9. 8062679 Switch all internel uses of GrContext::createBackendTexture over to initialized versions by Robert Phillips · 5 years ago
  10. 663afe5 Move GrPathUtils, GrRect, and GrShape into src/gpu/geometry/ by Michael Ludwig · 5 years ago
  11. aa1b6b3 Make stencilRect() in GrRTCPriv more flexible. by Michael Ludwig · 5 years ago
  12. c7e9f78 Change async rescale and read GM to test diff number of x/y bicubic steps by Brian Salomon · 5 years ago
  13. 6a5f7e2 split RGB into YUV planes by Mike Reed · 5 years ago
  14. 08ba085 Revert "De-GL-ify tests, gm and tools" by Robert Phillips · 5 years ago
  15. 89fb346 De-GL-ify tests, gm and tools by Robert Phillips · 5 years ago
  16. c4dbc37 GrTessellator: improved straight skeleton implementation. by Stephen White · 5 years ago
  17. 1706cbf Remove VisitorType from GrOp::visitProxies by Chris Dalton · 5 years ago
  18. f0313ee Rename createTestingOnlyBackendTexture to createBackendTexture by Robert Phillips · 5 years ago
  19. 9be911c return kSkip in async read GMs when context is abandoned by Brian Salomon · 5 years ago
  20. af9b7b9 Fix async_rescale_and_read_no_bleed with --preAbandonGpuContext by Brian Salomon · 5 years ago
  21. 286b557 Reland "Make SkSurface::asyncRescaleAndRead use kStrict constraint" by Brian Salomon · 5 years ago
  22. 5c7a25b Move explicit backend object allocation API to GrContext by Robert Phillips · 5 years ago
  23. 7bf160e Revert "Revert "Experimental SkVideoDecoder, to wrap calls to ffmpeg"" by Mike Reed · 5 years ago
  24. 9cc53fa Revert "Experimental SkVideoDecoder, to wrap calls to ffmpeg" by Michael Ludwig · 5 years ago
  25. a34e0fc Revert "Make SkSurface::asyncRescaleAndRead use kStrict constraint" by Brian Salomon · 5 years ago
  26. 6959647 Experimental SkVideoDecoder, to wrap calls to ffmpeg by Mike Reed · 5 years ago
  27. 451b01f Make SkSurface::asyncRescaleAndRead use kStrict constraint by Brian Salomon · 5 years ago
  28. 201700f Initial version of rescaling async readback API by Brian Salomon · 5 years ago
  29. 08b260c Refactor complex CTM management for image filters by Michael Ludwig · 5 years ago
  30. 9b16f81 Switch over to using new direct allocation API in our tests (as much as possible at least) by Robert Phillips · 5 years ago
  31. dc62b64 Add helper method to fill in yuvaIndices given a yuv format by Robert Phillips · 5 years ago
  32. ad44dd5 preserve comments past the #include "" by Mike Klein · 5 years ago
  33. a705cb9 remove SkLiteDL by Mike Klein · 5 years ago
  34. d696f8e Support GL_ANGLE_texture_rectangle. by Brian Salomon · 5 years ago
  35. 9dbcdcc Alter createTestingOnlyBackendTexture methods by Robert Phillips · 5 years ago
  36. 2561aa1 Revert "Large circle clipping gm." by Brian Salomon · 5 years ago
  37. 360dc59 Large circle clipping gm. by Brian Salomon · 5 years ago
  38. 5785e4a Use SkFontHinting instead of macros. by Ben Wagner · 5 years ago
  39. 51e15a6 Use SkTextEncoding enum instead of macros. by Ben Wagner · 5 years ago
  40. dfcad06 more SkSL interpreter performance work by Ethan Nicholas · 5 years ago
  41. 7d2ad0f Fix local matrix for crop rects in backdrop image filters by Michael Ludwig · 5 years ago
  42. ac55784 Tests: re-sort gni, file name convention by Hal Canary · 5 years ago
  43. 7e603db SkSL interpreter optimizations by Ethan Nicholas · 5 years ago
  44. 7c70143 GMs: re-sort gni, script to regenerate gni, file name convention by Hal Canary · 5 years ago
  45. 0a7b393 SkPaint: new constructor by Hal Canary · 5 years ago
  46. 7fde8e1 IWYU for gms. by Ben Wagner · 5 years ago
  47. b82ac366 SkPDF: fix repeat tilemode with alpha by Hal Canary · 5 years ago
  48. 6a34f3a IWYU for gms starting with 'b'. by Ben Wagner · 5 years ago
  49. a5ef397 More polyutils fixes by Jim Van Verth · 5 years ago
  50. 784184a Prevent outset Ws from going negative by Michael Ludwig · 5 years ago
  51. d1701ba IWYU for gms starting with 'a'. by Ben Wagner · 5 years ago
  52. e869a1e stop calling legacy 255-biased colormatrix by Mike Reed · 5 years ago
  53. f460eee Use linear metrics flag for linear metrics. by Ben Wagner · 6 years ago
  54. e11e5c1 AFAICT, only gm/etc1 uses third_party/etc1 by Mike Klein · 5 years ago
  55. 33db04c add gm/bench for runtime colorfilter by Mike Reed · 5 years ago
  56. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  57. 4941a22 switch some idiosyncratic <includes> to "" by Mike Klein · 6 years ago
  58. 50d79af hide internals of SkColorMatrix (so we can migrate to col-major) by Mike Reed · 6 years ago
  59. 2ce3640 use portable typeface for new gm by Mike Reed · 6 years ago
  60. d567408 Add secret draw-behind method by Mike Reed · 6 years ago
  61. 309de79 Remove SK_TREAT_COLINEAR_DIAGONAL_POINTS_AS_CONCAVE by Brian Osman · 6 years ago
  62. 8a97f56 Swap x/y radii for EllipticalRRectOp depending on matrix. by Brian Salomon · 6 years ago
  63. 2c2240f Make more SkTypeface virtuals pure. by Ben Wagner · 6 years ago
  64. 3966738 Non-substantive changes by Robert Phillips · 6 years ago
  65. 64670cb Reland "Simplify SkTypeface::charsToGlyphs API to require UTF32 input" by Mike Reed · 6 years ago
  66. 33906ad Reland "Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input"" by Robert Phillips · 6 years ago
  67. 652b007a Revert "Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input"" by Mike Reed · 6 years ago
  68. 70ed05e Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input" by Mike Reed · 6 years ago
  69. fde841d Simplify SkTypeface::charsToGlyphs API to require UTF32 input by Mike Reed · 6 years ago
  70. a6a8400 Support domain clamping and transform matrices in YUVToRGB effects by Michael Ludwig · 6 years ago
  71. e3f17b9 remove SkMixer, since we have explicit lerps/blends in SkShader by Mike Reed · 6 years ago
  72. 21a9b56 moved files generated from .fp files into generated/ directories by Ethan Nicholas · 6 years ago
  73. c8bea7d New factories for SkShaders by Mike Reed · 6 years ago
  74. b286bc2 Introduce new factory for SkColorFilters by Mike Reed · 6 years ago
  75. 50acf8f add makeShader() to SkBitmap, and deprecate SkShader version by Mike Reed · 6 years ago
  76. beb7cd2 Reland "Support clip masks for SaveLayerRec and drawSpecial in Ganesh" by Michael Ludwig · 6 years ago
  77. 0d99766 Revert "Reland "Revert "Reland "GPU support for SkMixers"""" by Ethan Nicholas · 6 years ago
  78. 1263889 Reland "Revert "Reland "GPU support for SkMixers""" by Robert Phillips · 6 years ago
  79. d3c9245 Revert "Revert "Reland "GPU support for SkMixers""" by Ethan Nicholas · 6 years ago
  80. 3c3b194 Revert "Support clip masks for SaveLayerRec and drawSpecial in Ganesh" by Michael Ludwig · 6 years ago
  81. 053b293 Support clip masks for SaveLayerRec and drawSpecial in Ganesh by Michael Ludwig · 6 years ago
  82. 937d967 Always mark bitmap glyph runs as such, to ensure they are properly regenerated by Brian Osman · 6 years ago
  83. 2273c90 GM for SkOverdrawCanvas by Herb Derby · 6 years ago
  84. baa1b35 Rename GrPipeline::Flags to GrPipeline::InputFlags by Chris Dalton · 6 years ago
  85. fae8fce Use SkTileMode instead of nested enum by Mike Reed · 6 years ago
  86. 290690c GrContext abandon: fail -> skip by Mike Klein · 6 years ago
  87. c1c686b added support for half input variables in SkSL fragment processors by Ethan Nicholas · 6 years ago
  88. e25b447 Move SkTileModes to top level by Mike Reed · 6 years ago
  89. 71c0e94 We don't actually use thesee extensions with GLES by Mike Klein · 6 years ago
  90. 16b1efb allow GMs to fail in DM by Mike Klein · 6 years ago
  91. 4428f2c Remove SkScalarSinCos by Brian Osman · 6 years ago
  92. 9b2c4e9 remove double compose: lerp and mode by Mike Reed · 6 years ago
  93. a6dd1eb Revert "Reland "GPU support for SkMixers"" by Mike Reed · 6 years ago
  94. c9822a1 Reland "GPU support for SkMixers" by Mike Reed · 6 years ago
  95. e6ebe74 Revert "GPU support for SkMixers" by Ethan Nicholas · 6 years ago
  96. 3f2d05e GPU support for SkMixers by Ethan Nicholas · 6 years ago
  97. 73c6c9d Move new convex path towards the end of the path array in GM convexpaths. by Brian Salomon · 6 years ago
  98. 5f8a62b In GrAAConvexPathRenderer check whether middle quadtric control point is by Brian Salomon · 6 years ago
  99. 0c4b581 Add reproduction test case for crbug/947055 by Michael Ludwig · 6 years ago
  100. 20ae25c Reland "Reland "Fix blurry edges on large ovals."" by Jim Van Verth · 6 years ago