1. 985403a Update SkSL benchmarks to use currently generated shaders by Brian Osman · 2 years, 8 months ago
  2. fc09410 Move tessellation-specific functions out of GrPathUtils by Chris Dalton · 2 years, 8 months ago
  3. 5cf4ed4 Move Ganesh-specific bits of StrokeTessellator into an #ifdef by Chris Dalton · 2 years, 8 months ago
  4. 90ef83a Remove drawPatch/Vertices helpers that don't take SkBlendMode by Brian Salomon · 2 years, 8 months ago
  5. dd7540f make drawMatrix use more explicit by Herb Derby · 2 years, 8 months ago
  6. 9aca7f7 Yank GrStrokeTessellationShader out of StrokeTessellators by Chris Dalton · 2 years, 9 months ago
  7. b339d59 Fold GrStrokeTessellationShader::ShaderFlags into PatchAttribs by Chris Dalton · 2 years, 9 months ago
  8. 09ece93 Move breadcrumb and inner-fan triangles out of PathCurveTessellator by Chris Dalton · 2 years, 9 months ago
  9. f0f447c Yank GrPathTessellationShader out of PatchTessellators by Chris Dalton · 2 years, 9 months ago
  10. 08a9711 Reland "Implement batching for convex tessellated paths" by Chris Dalton · 2 years, 9 months ago
  11. 954e81a Revert "Implement batching for convex tessellated paths" by Robert Phillips · 2 years, 9 months ago
  12. 9613060 Implement batching for convex tessellated paths by Chris Dalton · 2 years, 9 months ago
  13. 54c496b use SkStrikeSpec in remote and main strike cache by Herb Derby · 2 years, 9 months ago
  14. f207db2 Rename PathXform to AffineMatrix by Chris Dalton · 2 years, 9 months ago
  15. 233f4d8 Convert MiddleOutPolygonTriangulator to an iterator by Chris Dalton · 2 years, 9 months ago
  16. 3a9a799 Move sk_memset* from SkUtils to SkOpts by Kevin Lubick · 2 years, 9 months ago
  17. 784b7b7 Remove recursion from PathWedgeTessellator chopping by Chris Dalton · 2 years, 9 months ago
  18. afa657d Move GR_MAKE_BITFIELD_OPS and GrAlignTo to non-GPU files by Kevin Lubick · 2 years, 9 months ago
  19. 6bb17ab Reland "Lift recursive curve culling out of tessellators" by Chris Dalton · 2 years, 9 months ago
  20. b3ecd56 Revert "Move GR_MAKE_BITFIELD_OPS and GrAlignTo to non-GPU files" by Greg Daniel · 2 years, 9 months ago
  21. 65a726b Move GR_MAKE_BITFIELD_OPS and GrAlignTo to non-GPU files by Kevin Lubick · 2 years, 9 months ago
  22. 13fd52e Reland "Create a common Tessellation.h header" by Chris Dalton · 2 years, 9 months ago
  23. 29187b1 Revert "Create a common Tessellation.h header" by Greg Daniel · 2 years, 9 months ago
  24. 5f13275 Revert "Lift recursive curve culling out of tessellators" by Greg Daniel · 2 years, 9 months ago
  25. 75e1f4c Lift recursive curve culling out of tessellators by Chris Dalton · 2 years, 9 months ago
  26. 8a2a020 Create a common Tessellation.h header by Chris Dalton · 2 years, 9 months ago
  27. 52aee23 GrVertexWriter -> skgpu::VertexWriter by Chris Dalton · 2 years, 9 months ago
  28. e3ff9b1 Remove GrContextOptions from GrShaderCaps constructor by Brian Osman · 2 years, 9 months ago
  29. dd07eb0 Move VectorXform into the wangs_formula namespace by Chris Dalton · 2 years, 9 months ago
  30. 49c7667 Delete the skgpu::tess namespace by Chris Dalton · 2 years, 9 months ago
  31. 2fceb21 [graphite] Add an IntersectionTree class by Chris Dalton · 2 years, 9 months ago
  32. ab0a13d Removed the final remnants of IRGenerator by Ethan Nicholas · 2 years, 9 months ago
  33. d0c7f63 Move Wang's formula back into src/gpu/tessellate by Chris Dalton · 2 years, 10 months ago
  34. 8f4e560 Use CommonFlags namespace for other flags/functions by Kevin Lubick · 2 years, 10 months ago
  35. f541ddf Move ToolUtils::make_big_path() to bench/ by Kevin Lubick · 2 years, 10 months ago
  36. 0de8a96 Create an skgpu::tess namespace by Chris Dalton · 2 years, 10 months ago
  37. 9fa47cc Make class members that are static constexpr also be inline. by Brian Salomon · 2 years, 10 months ago
  38. 791c0d3 Remove ASTNode and SkSLParser by Ethan Nicholas · 2 years, 10 months ago
  39. 12732e4 Reland "remove drawing from ShaderMaskBench ctor" by Herb Derby · 2 years, 10 months ago
  40. a253281 Revert "remove drawing from ShaderMaskBench ctor" by Brian Osman · 2 years, 10 months ago
  41. 4c5f3ba remove drawing from ShaderMaskBench ctor by Herb Derby · 2 years, 10 months ago
  42. 106e7ff remove drawing from ctor by Herb Derby · 2 years, 10 months ago
  43. 92ae58f Reland "bench: Add PhoneHub assets to skottie-vs-png decode bench" by Avery Musbach · 2 years, 10 months ago
  44. bd8bbcd Revert "bench: Add PhoneHub assets to skottie-vs-png decode bench" by Brian Osman · 2 years, 10 months ago
  45. 0541a98 bench: Add PhoneHub assets to skottie-vs-png decode bench by Avery Musbach · 3 years ago
  46. 8c9c185 Simplify SkAAClip to use SkClipOp, not SkRegion::Op by Michael Ludwig · 2 years, 11 months ago
  47. de2b609 Move symbol-table push/pop methods out of IRGenerator. by John Stiles · 2 years, 10 months ago
  48. 95ea283 Remove neglected fillOptions function from nanobench. by Greg Daniel · 2 years, 11 months ago
  49. 7ad42c0 Fix nanobench perf bug with large --ms values by Brian Osman · 2 years, 11 months ago
  50. fbf0214 Move more Ops to skgpu::v1 namespace by Robert Phillips · 2 years, 11 months ago
  51. 2af13c1 Reland "Fix compilation w/ "skia_enable_svg = false" (take 2)" by Robert Phillips · 2 years, 11 months ago
  52. 44b7568 Revert "Fix compilation w/ "skia_enable_svg = false" (take 2)" by Robert Phillips · 2 years, 11 months ago
  53. be2c3ee Fix compilation with "skia_enable_skparagraph = false" by Robert Phillips · 2 years, 11 months ago
  54. 30a6b10 Fix compilation w/ "skia_enable_svg = false" (take 2) by Robert Phillips · 2 years, 11 months ago
  55. 2a26c50 Store the correct number of samples in GrProgramInfo by Chris Dalton · 3 years ago
  56. 62bd633 Move tessellation ops to skgpu::v1 namespace by Robert Phillips · 3 years ago
  57. 9f1e06a Reland "Add sRGB 8888 colortype" by Brian Osman · 3 years ago
  58. 405eb7b Revert "Add sRGB 8888 colortype" by Brian Osman · 3 years ago
  59. 0f7c10e Add sRGB 8888 colortype by Brian Osman · 3 years ago
  60. abae275 Fix shadowed-variable warning in PathIter bench code. by John Stiles · 3 years ago
  61. fcb5023 Remove old color space configs from tools by Brian Osman · 3 years ago
  62. 41ebbd7 Move triangulators and tessellators into gpu/geometry by Robert Phillips · 3 years ago
  63. 4a5e22a Further unified error handling between SkSL and DSL by Ethan Nicholas · 3 years ago
  64. 73339ad Fix cases of variable shadowing in /bench/. by John Stiles · 3 years ago
  65. 979b5ae Switch nanobench (and perf bots) over to new via-style color spaces by Brian Osman · 3 years ago
  66. 4895946 Move ProgramImpl definitions into Processor subclass headers. by Brian Salomon · 3 years ago
  67. bab2d11 Improve consistency of GP::ProgramImpl subclasses by Brian Salomon · 3 years ago
  68. f95940b Rename GrGLSLGeometryProcessor to GrGeometryProcessor::ProgramImpl by Brian Salomon · 3 years ago
  69. 13b2873 Remove GLSL from name of functions that builds GrProcessor keys. by Brian Salomon · 3 years ago
  70. 54fd96b Fix Wunused-but-set-variable warnings by Brian Salomon · 3 years ago
  71. 2f6e2f8 Use SkClipOp::kFoo instead of kFoo_SkClipOp from SkClipOpPriv by Michael Ludwig · 3 years ago
  72. 4dca831 Rename GrSurfaceDrawContext to skgpu::v1::SurfaceDrawContext by Robert Phillips · 3 years ago
  73. 17eaf62 Update GrPathTessellator::prepare() to take a list of paths by Chris Dalton · 3 years ago
  74. 310178c Microbench for canvas save/restore calls by Brian Osman · 3 years ago
  75. 6966981 Add a 'pathMatrix' to GrPathTessellator::prepare by Chris Dalton · 3 years ago
  76. 40c906f Don't store a GrVertexWriter pointer in GrMiddleOutPolygonTriangulator by Chris Dalton · 3 years ago
  77. 400f52e Retract GrSurfaceDrawContext.h a bit by Robert Phillips · 3 years ago
  78. 40bc657 If we have no textures, suppress the shader by Mike Reed · 3 years ago
  79. 6417cfc Add _bilerp variant to vertices bench by Mike Reed · 3 years ago
  80. d068e41 Pass separate texs so we don't cheat in drawVerts by Mike Reed · 3 years ago
  81. 0e2fb66 Add flag to force high-precision RP by Mike Reed · 3 years ago
  82. dd2fdea Initial land of DSLParser by Ethan Nicholas · 3 years ago
  83. e40495d Untangle GrSurfaceDrawContext.h, GrTextureOp.h and GrFillRectOp.h by Robert Phillips · 3 years ago
  84. 50516f3 Add a robust "isinf" workaround for tessellation by Chris Dalton · 3 years ago
  85. 3febc61 Revert "Add an isinf() polyfill for tessellation shaders" by Chris Dalton · 3 years ago
  86. 6aaf00f Add a "usesMSAASurface" arg to GrMeshDrawOp::onCreateProgramInfo by Chris Dalton · 3 years, 1 month ago
  87. f8b7c1a Pass CTM to path effects (experimental) by Tyler Denniston · 3 years, 1 month ago
  88. 54fd2c5 Re-enable large png decode bench by Florin Malita · 3 years, 1 month ago
  89. cd947ac Extend blendmodes bench to time sprites by Mike Reed · 3 years, 1 month ago
  90. a8d2bf7 Disable large png bench by Florin Malita · 3 years, 1 month ago
  91. d584ddd Add skottie-vs-png decode bench by Florin Malita · 3 years, 1 month ago
  92. 6904303 Add an isinf() polyfill for tessellation shaders by Chris Dalton · 3 years, 1 month ago
  93. bb995e6 Add an sk_VertexID workaround for tessellated stroking by Chris Dalton · 3 years, 1 month ago
  94. efe9df3 Revert "Don't keep "outResultsFile" open in nanobench" by Herb Derby · 3 years, 1 month ago
  95. 7114395 Switch GrMeshDrawOp::Target to be the stand alone GrMeshDrawTarget class by Robert Phillips · 3 years, 1 month ago
  96. 2d8b835 Add SkBlender class; thread into SkVMBlitter. by John Stiles · 3 years, 1 month ago
  97. af8047d Rename existing 'Blend' enums/names to 'BlendFilter'. by John Stiles · 3 years, 1 month ago
  98. 6823b50 Revert "Revert "Switched SkSL parser APIs from char* + length to string_view"" by Ethan Nicholas · 3 years, 1 month ago
  99. 85ed605 Revert "Switched SkSL parser APIs from char* + length to string_view" by Jorge Betancourt · 3 years, 1 month ago
  100. 2705cbf Switched SkSL parser APIs from char* + length to string_view by Ethan Nicholas · 3 years, 1 month ago