1. 470e0ac Revert "Revert "Revert "Complete rewrite of the SkSL interpreter""" by Ben Wagner · 4 years, 6 months ago
  2. 7deb1c2 Revert "Revert "Complete rewrite of the SkSL interpreter"" by Ethan Nicholas · 4 years, 6 months ago
  3. b26b4e7 Revert "Revert "use SkM44 internally"" by Mike Reed · 4 years, 6 months ago
  4. b6c27f1 Add GrQuad::bounds() benchmark by Michael Ludwig · 4 years, 6 months ago
  5. f79aacb Revert "use SkM44 internally" by Mike Reed · 4 years, 6 months ago
  6. 295cdf8 use SkM44 internally by Mike Reed · 4 years, 6 months ago
  7. 55f6fc3 IWYU -- colorspace no longer includes matrix44 by Mike Reed · 4 years, 6 months ago
  8. 99c54f0 Revert "Complete rewrite of the SkSL interpreter" by Ethan Nicholas · 4 years, 6 months ago
  9. 2cde3a1 Complete rewrite of the SkSL interpreter by Ethan Nicholas · 4 years, 6 months ago
  10. 215c34b SkMScalar is obsolete -- use SkScalar by Mike Reed · 4 years, 6 months ago
  11. d4d3b33 Make converting from 4x4 to 3x3 explicit by Mike Reed · 4 years, 6 months ago
  12. b147ace DCI-P3 -> Display P3 in Skia by Mike Klein · 4 years, 6 months ago
  13. ea4459d add new debug/profiling mechanism by Mike Klein · 4 years, 6 months ago
  14. c4b8eef move SkV3 into header by Mike Reed · 4 years, 6 months ago
  15. 2a57e79 add --skvm to nanobench and fm by Mike Klein · 4 years, 6 months ago
  16. 064c7f9 Optimize concat44 on canvas by Mike Reed · 4 years, 7 months ago
  17. 9abd568 Reland "Avoid loop-dependent behavior in GrMemoryPoolBench" by Michael Ludwig · 4 years, 7 months ago
  18. e20fcad Reland "Move makeDeferredRenderTargetContext calls to factory on RTC." by Greg Daniel · 4 years, 7 months ago
  19. 403c807 Revert "Revert "Extend SkCanvas matrix stack to be 4x4, but with (basically) the same public API."" by Mike Reed · 4 years, 7 months ago
  20. dff4c1d Revert "Avoid loop-dependent behavior in GrMemoryPoolBench" by Michael Ludwig · 4 years, 7 months ago
  21. f811fc3 Avoid loop-dependent behavior in GrMemoryPoolBench by Michael Ludwig · 4 years, 7 months ago
  22. 268ed57 Revert "Extend SkCanvas matrix stack to be 4x4, but with (basically) the same public API." by Brian Osman · 4 years, 7 months ago
  23. a4f207e Revert "Move makeDeferredRenderTargetContext calls to factory on RTC." by Jim Van Verth · 4 years, 7 months ago
  24. 1c16b43 Move makeDeferredRenderTargetContext calls to factory on RTC. by Greg Daniel · 4 years, 7 months ago
  25. 98bfcc7 Extend SkCanvas matrix stack to be 4x4, but with (basically) the same public API. by Mike Reed · 4 years, 7 months ago
  26. ee426f2 Move SkRuntimeEffect.h to include/effects by Brian Osman · 4 years, 7 months ago
  27. 1bf3199 Fix asserts in SkRuntimeEffect color filter benchmarks by Brian Osman · 4 years, 7 months ago
  28. 4ee6356 Add SkRuntimeEffect::makeColorFilter by Brian Osman · 4 years, 7 months ago
  29. 77cf430 starter bench for canvas matrix operations by Mike Reed · 4 years, 7 months ago
  30. 8845c37 extend imageshader updater to handle perspective by Mike Reed · 4 years, 7 months ago
  31. 9d10abe Remove all layout(ctype=...) from runtime SkSKL by Brian Osman · 4 years, 7 months ago
  32. f46d5ca use std::make_unique by Mike Klein · 4 years, 8 months ago
  33. 6986c65 Make Gr[Op]MemoryPool allocate itself into its initial block. by Brian Salomon · 4 years, 8 months ago
  34. 3968fcb Pull creation of GrPipeline explicitly into the Ops' onExecute methods by Robert Phillips · 4 years, 8 months ago
  35. b78729a Fix some GCC warnings. by Mike Klein · 4 years, 8 months ago
  36. c241b58 Make fragment processor iterators work with range for loops. by Brian Salomon · 4 years, 8 months ago
  37. 7d34dc7 Revert "Revert "switch to new filltype for SkPath"" by Mike Reed · 4 years, 8 months ago
  38. 3e7af41 Revert "switch to new filltype for SkPath" by Mike Reed · 4 years, 8 months ago
  39. 3a50981 switch to new filltype for SkPath by Mike Reed · 4 years, 8 months ago
  40. 30bc527 Revert "Reland "Revert "Use flat version of path-direction enum""" by Mike Reed · 4 years, 8 months ago
  41. 7cda6f3 Reland "Revert "Use flat version of path-direction enum"" by Mike Reed · 4 years, 8 months ago
  42. 1792b19 Revert "Revert "Use flat version of path-direction enum"" by Mike Reed · 4 years, 8 months ago
  43. 0dacc6b Revert "Use flat version of path-direction enum" by Mike Reed · 4 years, 8 months ago
  44. e0fbe94 Use flat version of path-direction enum by Mike Reed · 4 years, 8 months ago
  45. 7cd0bfe No longer ref count GrGeometryProcessors by Robert Phillips · 4 years, 8 months ago
  46. a2b3b9e Expose the owning surface to a canvas? by Mike Reed · 4 years, 8 months ago
  47. 2319b80 remove unused (by clients) SkMultiPictureDraw by Mike Reed · 4 years, 8 months ago
  48. cea290f Add GrPrimitiveType to GrProgramInfo by Robert Phillips · 4 years, 9 months ago
  49. e94cdd2 Use QuadHelper and PatternHelper in more places by Robert Phillips · 4 years, 9 months ago
  50. 1beb8ae Reland "Add variety of bulk API benchmarks" by Michael Ludwig · 4 years, 9 months ago
  51. 659b21d Revert "Add variety of bulk API benchmarks" by Joe Gregorio · 4 years, 9 months ago
  52. e63595d Add variety of bulk API benchmarks by Michael Ludwig · 4 years, 9 months ago
  53. 5dfefa2 nanobench: option to execute directory of TextBlobTraces as benches by Hal Canary · 4 years, 9 months ago
  54. 2362ae7 [minor] nanobench: use default member initializer by Hal Canary · 4 years, 9 months ago
  55. e107faa SkRemoteGlyphCache Add tracing to diff canvas by Hal Canary · 4 years, 9 months ago
  56. 2e1381e Don't keep "outResultsFile" open in nanobench by Chris Dalton · 4 years, 9 months ago
  57. 953efcc Color filter benchmarks by Florin Malita · 4 years, 9 months ago
  58. 60c37e7 Enable SKSL in skia_nanobench, enforce resources being present. by Nathaniel Nifong · 4 years, 9 months ago
  59. 9241a6d Reland "Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime"" by Brian Salomon · 4 years, 10 months ago
  60. cb55010 Revert "Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime"" by Ravi Mistry · 4 years, 10 months ago
  61. 6fc04f8 Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime" by Brian Salomon · 4 years, 10 months ago
  62. 9c21978 Revert "SkSurface asynchronous read APIs allow client to extend pixel lifetime" by Brian Salomon · 4 years, 10 months ago
  63. ce240cc SkSurface asynchronous read APIs allow client to extend pixel lifetime by Brian Salomon · 4 years, 10 months ago
  64. 5faf474 More bounds fixes for StrokeRect and DefaultPath when using MSAA for non-aa. by Greg Daniel · 4 years, 10 months ago
  65. 4bc0c1f Rename GrColorSpaceInfo -> GrColorInfo by Brian Salomon · 4 years, 10 months ago
  66. b23d66e Interpreter: Lots of minor cleanup/refactoring by Brian Osman · 4 years, 10 months ago
  67. 4241f5e Revert "add guard to switch to SkPathTypes" by Mike Reed · 4 years, 10 months ago
  68. e1af444 add guard to switch to SkPathTypes by Mike Reed · 4 years, 11 months ago
  69. de4456f Add bench for SkDDLRecorder detach by Robert Phillips · 4 years, 11 months ago
  70. cf39f37 Remove maxCount resource cache limit by Robert Phillips · 5 years ago
  71. 922e225 Add a colortype conversion bench by Florin Malita · 5 years ago
  72. 92b3335 more rect api simplifications by Mike Reed · 5 years ago
  73. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  74. 147b664 improve verts bench by Mike Reed · 5 years ago
  75. 8f3bd77 make pathiter bench a little more realistic by Mike Reed · 5 years ago
  76. 5f152f0 add path-edger; lightweight Iter for edges by Mike Reed · 5 years ago
  77. d566e2e Remove unused dstColorSpace parameter from makeTextureImage by Brian Osman · 5 years ago
  78. 406ff50 Clean up some gm factory use. by Ben Wagner · 5 years ago
  79. edda565 gm: GMFactory returns a unique_ptr<> by Hal Canary · 5 years ago
  80. c2da70f expand drawAtlas bench to include rotations by Mike Reed · 5 years ago
  81. 74c19de Add SkUNREACHABLE to definition of SK_ABORT. by Brian Salomon · 5 years ago
  82. 6fa62e2 Remove use of GrColorType on GrCaps::getRenderTargetSampleCount. by Greg Daniel · 5 years ago
  83. 560e917 specialize drawAtlas for raster backend by Mike Reed · 5 years ago
  84. 2300318 Update benchmarks to use new filter factories by Michael Ludwig · 5 years ago
  85. 76c6ff0 fix bench to scale up, so we don't skip high-qual-filter by Mike Reed · 5 years ago
  86. 9dc0b9e remove code now that loopers are dead (w.r.t. canvas and paint) by Mike Reed · 5 years ago
  87. 1386366 renamed SkSL texture() and process() to sample() by Ethan Nicholas · 5 years ago
  88. 52337de re-run tools/rewrite_includes.py by Mike Klein · 5 years ago
  89. 5207f35 The current version... by Julia Lavrova · 5 years ago
  90. b7dad44 Reland "hide drawlooper from paint" by Mike Reed · 5 years ago
  91. 6dc14de Revert "hide drawlooper from paint" by Robert Phillips · 5 years ago
  92. 766b42b hide drawlooper from paint by Mike Reed · 5 years ago
  93. 869a3e8 Reland "Interpreter: Bounds check array access, add bool return from run" by Brian Osman · 5 years ago
  94. 3e6aa9f Revert "Interpreter: Bounds check array access, add bool return from run" by Brian Osman · 5 years ago
  95. f42de9e Interpreter: Bounds check array access, add bool return from run by Brian Osman · 5 years ago
  96. acf98df Remove WallTimer class. by Ben Wagner · 5 years ago
  97. 5b5dabc make some SkVM benches uneven by Mike Klein · 5 years ago
  98. 4a47da7 Interpreter: Disallow return statements inside loops or conditionals by Brian Osman · 5 years ago
  99. 21ba586 create outer forloop to support loops=-1 by Mike Reed · 5 years ago
  100. 55a85fc Bulkify SkGlyphCacheBench by Herb Derby · 5 years ago