1. f36b37f onProgram for SkGaussianColorFilter, plus gm and bench by Mike Reed · 4 years, 7 months ago
  2. ea1d105 onProgram for overdraw-colorfilter by Mike Reed · 4 years, 7 months ago
  3. 3e191dc add bench for highcontrast-colorfilter by Mike Reed · 4 years, 7 months ago
  4. f4ba4ec Revert "Revert "Revert "Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots"""" by Brian Salomon · 4 years, 7 months ago
  5. 1171d31 Revert "Revert "Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots""" by Brian Salomon · 4 years, 7 months ago
  6. fb27c9a Revert "Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots"" by Brian Salomon · 4 years, 7 months ago
  7. 00ba5ef Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots" by Brian Salomon · 4 years, 7 months ago
  8. f6784a8 Don't build GL on Metal, Vulkan, Dawn, Direct3D bots by Brian Salomon · 4 years, 7 months ago
  9. 765ed36 Delete GrOpsRenderPass::drawMeshes by Chris Dalton · 4 years, 7 months ago
  10. aa0e45c Add pass-through helper methods from GrOpFlushState to GrOpsRenderPass by Chris Dalton · 4 years, 7 months ago
  11. eb694b7 Rename GrMesh to GrSimpleMesh by Chris Dalton · 4 years, 7 months ago
  12. 37c7bdd Remove GrMesh::setVertexData by Chris Dalton · 4 years, 7 months ago
  13. 2669a7b More programInfo cleanup by Robert Phillips · 4 years, 7 months ago
  14. 6941f4a Update three GrMeshDrawOps to surface their programInfos at record time by Robert Phillips · 4 years, 7 months ago
  15. 4133dc4 Clean up programInfo creation in GrMeshDrawOp-derived Ops by Robert Phillips · 4 years, 7 months ago
  16. fdf9404 Remove exotic legacy bitmap drawing entry points: Nine, Lattice by Mike Reed · 4 years, 7 months ago
  17. 456f9b5 Reland "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 8 months ago
  18. f6ed96d Revert "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 8 months ago
  19. e5a06ce Move GrGpuResource GrSurface and GrTexture into src. by Greg Daniel · 4 years, 8 months ago
  20. 49d6bca Drain autorelease pool after each bench run. by Jim Van Verth · 4 years, 8 months ago
  21. a121fb6 renable SkM44.h checks by Mike Klein · 4 years, 8 months ago
  22. a64f5b2 Remove SkExclusiveStrikePtr. Replace it with sk_sp<SkStrike> by Herb Derby · 4 years, 8 months ago
  23. 02497d4 Update nanobench and skpbench to use flush API for gpu syncing. by Greg Daniel · 4 years, 8 months ago
  24. 0e6832d remove bench -- we don't exercise this class anymore by Mike Reed · 4 years, 8 months ago
  25. 46f5c5f Make SkM44 public by Mike Reed · 4 years, 8 months ago
  26. 81e84a6 Make SkStrikeCache::Node be SkStrike. by Herb Derby · 4 years, 8 months ago
  27. 79f336d Remove GrPrimitiveType from GrMesh by Chris Dalton · 4 years, 8 months ago
  28. 508fd32 make SkBBH a public interface by Mike Klein · 4 years, 8 months ago
  29. 788b916 Remove SkTMin and SkTMax by Brian Osman · 4 years, 8 months ago
  30. 7f36405 Remove SkMin32/SkMax32 by Brian Osman · 4 years, 8 months ago
  31. 116b33e Remove SkMaxScalar and SkMinScalar by Brian Osman · 4 years, 9 months ago
  32. b962eff Revert "Revert "Complete rewrite of the SkSL interpreter"" by Ethan Nicholas · 4 years, 9 months ago
  33. 73c7587 Reland "Specialize SkRectanzier to SkRectanizerSkyline" by Herb Derby · 4 years, 9 months ago
  34. e4ddb8a Revert "Specialize SkRectanzier to SkRectanizerSkyline" by Mike Reed · 4 years, 9 months ago
  35. 77e1f84 Specialize SkRectanzier to SkRectanizerSkyline by Herb Derby · 4 years, 9 months ago
  36. 470e0ac Revert "Revert "Revert "Complete rewrite of the SkSL interpreter""" by Ben Wagner · 4 years, 9 months ago
  37. 7deb1c2 Revert "Revert "Complete rewrite of the SkSL interpreter"" by Ethan Nicholas · 4 years, 9 months ago
  38. b26b4e7 Revert "Revert "use SkM44 internally"" by Mike Reed · 4 years, 9 months ago
  39. b6c27f1 Add GrQuad::bounds() benchmark by Michael Ludwig · 4 years, 9 months ago
  40. f79aacb Revert "use SkM44 internally" by Mike Reed · 4 years, 9 months ago
  41. 295cdf8 use SkM44 internally by Mike Reed · 4 years, 9 months ago
  42. 55f6fc3 IWYU -- colorspace no longer includes matrix44 by Mike Reed · 4 years, 9 months ago
  43. 99c54f0 Revert "Complete rewrite of the SkSL interpreter" by Ethan Nicholas · 4 years, 9 months ago
  44. 2cde3a1 Complete rewrite of the SkSL interpreter by Ethan Nicholas · 4 years, 9 months ago
  45. 215c34b SkMScalar is obsolete -- use SkScalar by Mike Reed · 4 years, 9 months ago
  46. d4d3b33 Make converting from 4x4 to 3x3 explicit by Mike Reed · 4 years, 9 months ago
  47. b147ace DCI-P3 -> Display P3 in Skia by Mike Klein · 4 years, 9 months ago
  48. ea4459d add new debug/profiling mechanism by Mike Klein · 4 years, 9 months ago
  49. c4b8eef move SkV3 into header by Mike Reed · 4 years, 9 months ago
  50. 2a57e79 add --skvm to nanobench and fm by Mike Klein · 4 years, 9 months ago
  51. 064c7f9 Optimize concat44 on canvas by Mike Reed · 4 years, 9 months ago
  52. 9abd568 Reland "Avoid loop-dependent behavior in GrMemoryPoolBench" by Michael Ludwig · 4 years, 9 months ago
  53. e20fcad Reland "Move makeDeferredRenderTargetContext calls to factory on RTC." by Greg Daniel · 4 years, 9 months ago
  54. 403c807 Revert "Revert "Extend SkCanvas matrix stack to be 4x4, but with (basically) the same public API."" by Mike Reed · 4 years, 9 months ago
  55. dff4c1d Revert "Avoid loop-dependent behavior in GrMemoryPoolBench" by Michael Ludwig · 4 years, 9 months ago
  56. f811fc3 Avoid loop-dependent behavior in GrMemoryPoolBench by Michael Ludwig · 4 years, 9 months ago
  57. 268ed57 Revert "Extend SkCanvas matrix stack to be 4x4, but with (basically) the same public API." by Brian Osman · 4 years, 9 months ago
  58. a4f207e Revert "Move makeDeferredRenderTargetContext calls to factory on RTC." by Jim Van Verth · 4 years, 9 months ago
  59. 1c16b43 Move makeDeferredRenderTargetContext calls to factory on RTC. by Greg Daniel · 4 years, 9 months ago
  60. 98bfcc7 Extend SkCanvas matrix stack to be 4x4, but with (basically) the same public API. by Mike Reed · 4 years, 9 months ago
  61. ee426f2 Move SkRuntimeEffect.h to include/effects by Brian Osman · 4 years, 10 months ago
  62. 1bf3199 Fix asserts in SkRuntimeEffect color filter benchmarks by Brian Osman · 4 years, 10 months ago
  63. 4ee6356 Add SkRuntimeEffect::makeColorFilter by Brian Osman · 4 years, 10 months ago
  64. 77cf430 starter bench for canvas matrix operations by Mike Reed · 4 years, 10 months ago
  65. 8845c37 extend imageshader updater to handle perspective by Mike Reed · 4 years, 10 months ago
  66. 9d10abe Remove all layout(ctype=...) from runtime SkSKL by Brian Osman · 4 years, 10 months ago
  67. f46d5ca use std::make_unique by Mike Klein · 4 years, 10 months ago
  68. 6986c65 Make Gr[Op]MemoryPool allocate itself into its initial block. by Brian Salomon · 4 years, 10 months ago
  69. 3968fcb Pull creation of GrPipeline explicitly into the Ops' onExecute methods by Robert Phillips · 4 years, 11 months ago
  70. b78729a Fix some GCC warnings. by Mike Klein · 4 years, 11 months ago
  71. c241b58 Make fragment processor iterators work with range for loops. by Brian Salomon · 5 years ago
  72. 7d34dc7 Revert "Revert "switch to new filltype for SkPath"" by Mike Reed · 5 years ago
  73. 3e7af41 Revert "switch to new filltype for SkPath" by Mike Reed · 5 years ago
  74. 3a50981 switch to new filltype for SkPath by Mike Reed · 5 years ago
  75. 30bc527 Revert "Reland "Revert "Use flat version of path-direction enum""" by Mike Reed · 5 years ago
  76. 7cda6f3 Reland "Revert "Use flat version of path-direction enum"" by Mike Reed · 5 years ago
  77. 1792b19 Revert "Revert "Use flat version of path-direction enum"" by Mike Reed · 5 years ago
  78. 0dacc6b Revert "Use flat version of path-direction enum" by Mike Reed · 5 years ago
  79. e0fbe94 Use flat version of path-direction enum by Mike Reed · 5 years ago
  80. 7cd0bfe No longer ref count GrGeometryProcessors by Robert Phillips · 5 years ago
  81. a2b3b9e Expose the owning surface to a canvas? by Mike Reed · 5 years ago
  82. 2319b80 remove unused (by clients) SkMultiPictureDraw by Mike Reed · 5 years ago
  83. cea290f Add GrPrimitiveType to GrProgramInfo by Robert Phillips · 5 years ago
  84. e94cdd2 Use QuadHelper and PatternHelper in more places by Robert Phillips · 5 years ago
  85. 1beb8ae Reland "Add variety of bulk API benchmarks" by Michael Ludwig · 5 years ago
  86. 659b21d Revert "Add variety of bulk API benchmarks" by Joe Gregorio · 5 years ago
  87. e63595d Add variety of bulk API benchmarks by Michael Ludwig · 5 years ago
  88. 5dfefa2 nanobench: option to execute directory of TextBlobTraces as benches by Hal Canary · 5 years ago
  89. 2362ae7 [minor] nanobench: use default member initializer by Hal Canary · 5 years ago
  90. e107faa SkRemoteGlyphCache Add tracing to diff canvas by Hal Canary · 5 years ago
  91. 2e1381e Don't keep "outResultsFile" open in nanobench by Chris Dalton · 5 years ago
  92. 953efcc Color filter benchmarks by Florin Malita · 5 years ago
  93. 60c37e7 Enable SKSL in skia_nanobench, enforce resources being present. by Nathaniel Nifong · 5 years ago
  94. 9241a6d Reland "Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime"" by Brian Salomon · 5 years ago
  95. cb55010 Revert "Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime"" by Ravi Mistry · 5 years ago
  96. 6fc04f8 Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime" by Brian Salomon · 5 years ago
  97. 9c21978 Revert "SkSurface asynchronous read APIs allow client to extend pixel lifetime" by Brian Salomon · 5 years ago
  98. ce240cc SkSurface asynchronous read APIs allow client to extend pixel lifetime by Brian Salomon · 5 years ago
  99. 5faf474 More bounds fixes for StrokeRect and DefaultPath when using MSAA for non-aa. by Greg Daniel · 5 years ago
  100. 4bc0c1f Rename GrColorSpaceInfo -> GrColorInfo by Brian Salomon · 5 years ago