1. 8447f13 Chop tessellated curves that don't fit in a patch by Chris Dalton · 3 years, 4 months ago
  2. 2758a31 Add triangle support to GrPathOuterCurveTessellator by Chris Dalton · 3 years, 4 months ago
  3. e73c070 Refactor stroke tessellation shaders by Chris Dalton · 3 years, 4 months ago
  4. df2dbad Reland "Reland "Reland "Use conics with w=Inf to describe triangles for the tessellator""" by Chris Dalton · 3 years, 4 months ago
  5. 0638df1 Cull tessellated strokes that don't intersect the viewport by Chris Dalton · 3 years, 4 months ago
  6. 8731a71 Convert GrPathIndirectTessellator to use GrVertexWriter by Chris Dalton · 3 years, 4 months ago
  7. 4e9d5e2 Use Wang's formula for quadratic and cubic point counts by Michael Ludwig · 3 years, 4 months ago
  8. 97f85bb Remove SkTextBlobDiffCanvas, use tracking device directly with base SkCanvas by Michael Ludwig · 3 years, 4 months ago
  9. daa9b8e Add mapRect function and RectToRect constructor to SkM44 by Michael Ludwig · 3 years, 4 months ago
  10. 5dfb3f4 Collect DMSAA stats by Chris Dalton · 3 years, 4 months ago
  11. 31fddc3 MSKP support in nanobench by Brian Salomon · 3 years, 4 months ago
  12. 2579c28 nanobench: Don't tile skps outside their cull rect by Chris Dalton · 3 years, 4 months ago
  13. 82007f5 Implement a fixed count stroke tessellator by Chris Dalton · 3 years, 5 months ago
  14. 57ab06c Delete mixed samples by Chris Dalton · 3 years, 5 months ago
  15. d5a6764 use GrArenas for direct glyph drawing by Herb Derby · 3 years, 5 months ago
  16. 6ca9e18 Update GrStrokeTessellator to make its own shader by Chris Dalton · 3 years, 5 months ago
  17. f6123f1 Convert some SkRuntimeEffect::Make to use stage-specific factories by Brian Osman · 3 years, 5 months ago
  18. 94df572 Convert dmsaa to an SkSurfaceProp by Chris Dalton · 3 years, 5 months ago
  19. f5b87f9 Make SkSurfaceProps non-optional for SDCs and SkSpecialImages by Chris Dalton · 3 years, 5 months ago
  20. 50f5e68 Use the word "precision" to describe "1/tolerance" for linearization by Chris Dalton · 3 years, 5 months ago
  21. cbb60bd Add runtime color filter and shader modes to the SkSL compiler by Brian Osman · 3 years, 5 months ago
  22. 5a32828 No VS specialization for identity or scale/trans in reduced shader mode by Brian Salomon · 3 years, 5 months ago
  23. 3c1ed9c add bounds generation code to SkGlyphRun by Herb Derby · 3 years, 5 months ago
  24. 577c606 Runtime effects: Support input color as a parameter to main() by Brian Osman · 3 years, 5 months ago
  25. ef09423 clean up drawTextUTF8 and rename to textToGlyphRunList by Herb Derby · 3 years, 5 months ago
  26. 8ed7a8d Extract a GrVertexChunkArray class with a builder by Chris Dalton · 3 years, 5 months ago
  27. a1db799 Fix Python3 compatibility by Eric Boren · 3 years, 6 months ago
  28. 06b6f47 Update blendmode benchmark to allow less than 1000 iterations. by John Stiles · 3 years, 6 months ago
  29. 15da98c Revert "Performance experiment: Disable SkSL inliner in nanobench/skpbench." by John Stiles · 3 years, 6 months ago
  30. 3f5bee1 Performance experiment: Disable SkSL inliner in nanobench/skpbench. by John Stiles · 3 years, 6 months ago
  31. f2b3f91 split off --dylib from --jit in nanobench by Mike Klein · 3 years, 6 months ago
  32. 345f140 Abort in Nanobench if a shader compilation error occurs. by John Stiles · 3 years, 6 months ago
  33. 2ef627a Add a custom ShaderErrorHandler to Nanobench. by John Stiles · 3 years, 6 months ago
  34. 0da2c14 remove paint from SkGlyphRunList by Herb Derby · 3 years, 6 months ago
  35. f10535f Fuse GrGLSLPrimitiveProcessor and GrGLSLGeometryProcessor ... by Robert Phillips · 3 years, 6 months ago
  36. 787fd9d Fuse GrPrimitiveProcessor & GrGeometryProcessor into a new GrGeometryProcessor by Robert Phillips · 3 years, 6 months ago
  37. 1a4fae1 Revert "Performance experiment: Disable SkSL inliner in nanobench/skpbench." by John Stiles · 3 years, 6 months ago
  38. 045d751 Performance experiment: Disable SkSL inliner in nanobench/skpbench. by John Stiles · 3 years, 6 months ago
  39. 3401d5e improve SkParagraph's bench accuracy by Herb Derby · 3 years, 6 months ago
  40. 10a5ff2 Must pass filtering to picture shader by Mike Reed · 3 years, 6 months ago
  41. fd70865 Reland "Add tooling support for dmsaa" by Chris Dalton · 3 years, 6 months ago
  42. 22dd57b Revert "Add tooling support for dmsaa" by Chris Dalton · 3 years, 6 months ago
  43. fc32405 Revert "Revert "Add bench for skparagraph"" by Mike Reed · 3 years, 6 months ago
  44. 188443b Add tooling support for dmsaa by Chris Dalton · 3 years, 6 months ago
  45. 180b4a1 Update tooling code to store surface flags instead of "useDIText" by Chris Dalton · 3 years, 6 months ago
  46. d2702fa Update SkSL benchmark code to match actual Skia output. by John Stiles · 3 years, 6 months ago
  47. ead52dc Revert "Add bench for skparagraph" by Mike Reed · 3 years, 6 months ago
  48. 1aa25c3 Add bench for skparagraph by Mike Reed · 3 years, 6 months ago
  49. 46e7507 Revert "Performance experiment: Disable SkSL inliner in nanobench/skpbench." by John Stiles · 3 years, 6 months ago
  50. 3f35ac1 Performance experiment: Disable SkSL inliner in nanobench/skpbench. by John Stiles · 3 years, 6 months ago
  51. 3527389 Add a benchmark of filterColor4f with the matrix color filter by Brian Osman · 3 years, 6 months ago
  52. 4d7ac49 Declare outputColor and outputCoverage inside emitCode. by John Stiles · 3 years, 6 months ago
  53. 63fe8e5 move subrun creation to GrTextBlob::Make by Herb Derby · 3 years, 6 months ago
  54. bf2dd2a Reland "rename GrSDFTOptions to GrSDFTControl" by Herb Derby · 3 years, 6 months ago
  55. 9edff53 Revert "rename GrSDFTOptions to GrSDFTControl" by Mike Reed · 3 years, 6 months ago
  56. 40a9061 rename GrSDFTOptions to GrSDFTControl by Herb Derby · 3 years, 6 months ago
  57. 9ad0982 encapsulate GrSDFTOptions better by Herb Derby · 3 years, 6 months ago
  58. 861ef8f hoist origin translation out of the run loop by Herb Derby · 3 years, 6 months ago
  59. 4ac9aad Make it possible to enable hw tessellation outside of test builds by Chris Dalton · 3 years, 7 months ago
  60. bb33be2 Use SIMD to update hw tessellation tolerances by Chris Dalton · 3 years, 7 months ago
  61. cbd6575 Revert "Performance experiment: Disable SkSL optimization in nanobench/skpbench" by John Stiles · 3 years, 7 months ago
  62. 7c0200a Move cubic cusp existence test into GrStrokeHardwareTessellator.cpp by Chris Dalton · 3 years, 7 months ago
  63. b34a896 Performance experiment: Disable SkSL optimization in nanobench/skpbench by John Stiles · 3 years, 7 months ago
  64. 981e4a7 Avoid recursion for (most) stroke tessellation patches by Chris Dalton · 3 years, 7 months ago
  65. ed82686 Delete GrSTArenaList by Chris Dalton · 3 years, 7 months ago
  66. 82094cd Chain indirect stroke ops that have mismatched colors by Chris Dalton · 3 years, 7 months ago
  67. 1017a35 Add a dynamic color attrib to hw tessellated stroking by Chris Dalton · 3 years, 7 months ago
  68. 42582fc Add dynamic stroke attribs to tessellated stroking by Chris Dalton · 3 years, 7 months ago
  69. dbd4e6f Move ProgramKind and ProgramSettings types out of SkSL::Program. by John Stiles · 3 years, 7 months ago
  70. 4f065e2 Revert "Performance experiment: Disable SkSL optimization in nanobench/skpbench" by Brian Osman · 3 years, 7 months ago
  71. 1f19ce2 Reland "Remove deprecated form of SkRuntimeEffect::Make." by John Stiles · 3 years, 7 months ago
  72. 5ad7590 Performance experiment: Disable SkSL optimization in nanobench/skpbench by Brian Osman · 3 years, 7 months ago
  73. e89b50a Android roll broke with a compilation error: by Stan Iliev · 3 years, 7 months ago
  74. 1cda194 Remove deprecated form of SkRuntimeEffect::Make. by John Stiles · 3 years, 7 months ago
  75. 55f795e introduce a subrun linked list by Herb Derby · 3 years, 7 months ago
  76. 04f471a Add GrWangsFormula implementation for conics by Tyler Denniston · 3 years, 7 months ago
  77. 2224100 Create an abstract GrStrokeTessellator class by Chris Dalton · 3 years, 7 months ago
  78. 1de89c4 Don't use filter-quality by Mike Reed · 3 years, 7 months ago
  79. e1314a3 Fix a ref on a temporary in benchmark_wangs_formula_cubic_log2 by Chris Dalton · 3 years, 7 months ago
  80. ebb37e7 Rewrite GrPathTessellateOp as GrPathInnerTriangulateOp by Chris Dalton · 3 years, 7 months ago
  81. 039f136 filter-quality is deprecated, pass sampling to drawImage by Mike Reed · 3 years, 7 months ago
  82. 330cfa4 Make GrTriangulator immutable by Chris Dalton · 3 years, 7 months ago
  83. 9911630 Hide misc non-sampling draw methods by Mike Reed · 3 years, 8 months ago
  84. 069e484 drawBitmap is deprecated by Mike Reed · 3 years, 8 months ago
  85. 8a42b09 Update GrInnerFanTriangulator to use an existing SkArenaAlloc by Chris Dalton · 3 years, 8 months ago
  86. ce75036 SkSL: Remove ByteCode interpreter, generator, etc. by Brian Osman · 3 years, 8 months ago
  87. e02d7f8 More hiding of legacy drawImage calls by Mike Reed · 3 years, 8 months ago
  88. e465205 Remove the offthread triangulation from GrPathTessellateOp by Chris Dalton · 3 years, 8 months ago
  89. d717743 Extract some GrPathTessellatoOp logic into virtual helper classes by Chris Dalton · 3 years, 8 months ago
  90. 2ac6ce8 Simplify common case for recttorect by Mike Reed · 3 years, 8 months ago
  91. 5ec2238 Simplify common case of linear filtering with no mips by Mike Reed · 3 years, 8 months ago
  92. ad48280 Avoid uninitialized values in strokeIndirect SIMD queues by Chris Dalton · 3 years, 8 months ago
  93. dc607e3 Use bitmap.asImage() by Mike Reed · 3 years, 9 months ago
  94. 839eef3 Work on hiding filter-quality by Mike Reed · 3 years, 9 months ago
  95. 8f7d953 Remove public getter for GrSurfaceDrawContext on SkSCanvas. by Brian Salomon · 3 years, 9 months ago
  96. ac9f0c9 Bitmap.asImage() by Mike Reed · 3 years, 9 months ago
  97. 9194675 SkSL: In the front-end, rename PipelineStage to RuntimeEffect by Brian Osman · 3 years, 9 months ago
  98. 0047aff remove very oldest SkVM testing by Mike Klein · 3 years, 9 months ago
  99. 15f5184 Reland "Disable HW tessellation shaders by default" by Chris Dalton · 3 years, 9 months ago
  100. f124108 how to use SkArenaAlloc with no friends by Mike Klein · 3 years, 9 months ago