1. d6245fc Rename GrSwizzle to skgpu::Swizzle by Jim Van Verth · 2 years, 4 months ago
  2. 0e48516 Revert "Reland "Adding a trace to nanobench for RP/VM comparison"" by Ben Wagner · 2 years, 4 months ago
  3. 94b8dd6 Reland "Adding a trace to nanobench for RP/VM comparison" by Julia Lavrova · 2 years, 4 months ago
  4. 39728eb Revert "Adding a trace to nanobench for RP/VM comparison" by Julia Lavrova · 2 years, 4 months ago
  5. e855b12 Adding a trace to nanobench for RP/VM comparison by Julia Lavrova · 2 years, 5 months ago
  6. 39b9782 Update code to prepare for -Wformat-nonliteral. by John Stiles · 2 years, 4 months ago
  7. 4250eff Prepare to reenable unreachable-code warnings. by John Stiles · 2 years, 4 months ago
  8. 7c1dafe Remove references to skstd::optional in Skia. by John Stiles · 2 years, 4 months ago
  9. ffeb6f2 Remove SkSL::String class. by John Stiles · 2 years, 4 months ago
  10. 7326211 Revert "Reland "Remove skstd::optional entirely."" by Brian Osman · 2 years, 4 months ago
  11. d161e2f Reland "Remove skstd::optional entirely." by John Stiles · 2 years, 4 months ago
  12. 71a34c3 Improve nanobench CSV output by Brian Osman · 2 years, 4 months ago
  13. 98e5100 Revert "Remove skstd::optional entirely." by John Stiles · 2 years, 4 months ago
  14. 17d0fc0 Remove skstd::optional entirely. by John Stiles · 2 years, 4 months ago
  15. 1197b59 clean up of cleanup SubRun subtypes by Herb Derby · 2 years, 5 months ago
  16. dbab4c4 make GrSubRun common for slugs and blobs by Herb Derby · 2 years, 5 months ago
  17. 1042c00 [graphite] Replace GrSLType with SkSLType by Robert Phillips · 2 years, 5 months ago
  18. 9c898c5 Fix vertex size request in middle-out benchmark by Michael Ludwig · 2 years, 5 months ago
  19. 96860d3 Add makeVertexWriter helper to GrMeshDrawTarget by Michael Ludwig · 2 years, 5 months ago
  20. 60bd1cf Re-enable blend micro benchs for non raster backends. by Greg Daniel · 2 years, 5 months ago
  21. c1bc020 [graphite] Move GrResourceKey to skgpu::ResourceKey. by Greg Daniel · 2 years, 6 months ago
  22. cdeb092 [graphite] Move GrProcessorKeyBuilder to generic skgpu::KeyBuilder class. by Greg Daniel · 2 years, 6 months ago
  23. dd9ef45 Reland "Add support for explicit attribute offsets and strides." by Brian Salomon · 2 years, 6 months ago
  24. 38d53289 Revert "Add support for explicit attribute offsets and strides." by Brian Salomon · 2 years, 6 months ago
  25. 6927ab9 Add support for explicit attribute offsets and strides. by Brian Salomon · 2 years, 6 months ago
  26. dc60ca1 cleanup TODOs, and warnings by Herb Derby · 2 years, 6 months ago
  27. db9f95c Move ShaderUtils out of Ganesh. by Jim Van Verth · 2 years, 6 months ago
  28. c279e76 add bilerp atlas support flag by Herb Derby · 2 years, 6 months ago
  29. 0f2390f move SkRemoteGlyphCache.h to private by Herb Derby · 2 years, 6 months ago
  30. 3695bdb Refactor SkMatrixProvider slightly by Brian Osman · 2 years, 6 months ago
  31. 6689951 Fix when a glyph has a path by Ben Wagner · 2 years, 6 months ago
  32. 985403a Update SkSL benchmarks to use currently generated shaders by Brian Osman · 2 years, 7 months ago
  33. fc09410 Move tessellation-specific functions out of GrPathUtils by Chris Dalton · 2 years, 7 months ago
  34. 5cf4ed4 Move Ganesh-specific bits of StrokeTessellator into an #ifdef by Chris Dalton · 2 years, 7 months ago
  35. 90ef83a Remove drawPatch/Vertices helpers that don't take SkBlendMode by Brian Salomon · 2 years, 7 months ago
  36. dd7540f make drawMatrix use more explicit by Herb Derby · 2 years, 7 months ago
  37. 9aca7f7 Yank GrStrokeTessellationShader out of StrokeTessellators by Chris Dalton · 2 years, 7 months ago
  38. b339d59 Fold GrStrokeTessellationShader::ShaderFlags into PatchAttribs by Chris Dalton · 2 years, 7 months ago
  39. 09ece93 Move breadcrumb and inner-fan triangles out of PathCurveTessellator by Chris Dalton · 2 years, 7 months ago
  40. f0f447c Yank GrPathTessellationShader out of PatchTessellators by Chris Dalton · 2 years, 7 months ago
  41. 08a9711 Reland "Implement batching for convex tessellated paths" by Chris Dalton · 2 years, 7 months ago
  42. 954e81a Revert "Implement batching for convex tessellated paths" by Robert Phillips · 2 years, 7 months ago
  43. 9613060 Implement batching for convex tessellated paths by Chris Dalton · 2 years, 7 months ago
  44. 54c496b use SkStrikeSpec in remote and main strike cache by Herb Derby · 2 years, 7 months ago
  45. f207db2 Rename PathXform to AffineMatrix by Chris Dalton · 2 years, 7 months ago
  46. 233f4d8 Convert MiddleOutPolygonTriangulator to an iterator by Chris Dalton · 2 years, 7 months ago
  47. 3a9a799 Move sk_memset* from SkUtils to SkOpts by Kevin Lubick · 2 years, 7 months ago
  48. 784b7b7 Remove recursion from PathWedgeTessellator chopping by Chris Dalton · 2 years, 8 months ago
  49. afa657d Move GR_MAKE_BITFIELD_OPS and GrAlignTo to non-GPU files by Kevin Lubick · 2 years, 7 months ago
  50. 6bb17ab Reland "Lift recursive curve culling out of tessellators" by Chris Dalton · 2 years, 8 months ago
  51. b3ecd56 Revert "Move GR_MAKE_BITFIELD_OPS and GrAlignTo to non-GPU files" by Greg Daniel · 2 years, 8 months ago
  52. 65a726b Move GR_MAKE_BITFIELD_OPS and GrAlignTo to non-GPU files by Kevin Lubick · 2 years, 8 months ago
  53. 13fd52e Reland "Create a common Tessellation.h header" by Chris Dalton · 2 years, 8 months ago
  54. 29187b1 Revert "Create a common Tessellation.h header" by Greg Daniel · 2 years, 8 months ago
  55. 5f13275 Revert "Lift recursive curve culling out of tessellators" by Greg Daniel · 2 years, 8 months ago
  56. 75e1f4c Lift recursive curve culling out of tessellators by Chris Dalton · 2 years, 8 months ago
  57. 8a2a020 Create a common Tessellation.h header by Chris Dalton · 2 years, 8 months ago
  58. 52aee23 GrVertexWriter -> skgpu::VertexWriter by Chris Dalton · 2 years, 8 months ago
  59. e3ff9b1 Remove GrContextOptions from GrShaderCaps constructor by Brian Osman · 2 years, 8 months ago
  60. dd07eb0 Move VectorXform into the wangs_formula namespace by Chris Dalton · 2 years, 8 months ago
  61. 49c7667 Delete the skgpu::tess namespace by Chris Dalton · 2 years, 8 months ago
  62. 2fceb21 [graphite] Add an IntersectionTree class by Chris Dalton · 2 years, 8 months ago
  63. ab0a13d Removed the final remnants of IRGenerator by Ethan Nicholas · 2 years, 8 months ago
  64. d0c7f63 Move Wang's formula back into src/gpu/tessellate by Chris Dalton · 2 years, 8 months ago
  65. 8f4e560 Use CommonFlags namespace for other flags/functions by Kevin Lubick · 2 years, 8 months ago
  66. f541ddf Move ToolUtils::make_big_path() to bench/ by Kevin Lubick · 2 years, 8 months ago
  67. 0de8a96 Create an skgpu::tess namespace by Chris Dalton · 2 years, 8 months ago
  68. 9fa47cc Make class members that are static constexpr also be inline. by Brian Salomon · 2 years, 8 months ago
  69. 791c0d3 Remove ASTNode and SkSLParser by Ethan Nicholas · 2 years, 9 months ago
  70. 12732e4 Reland "remove drawing from ShaderMaskBench ctor" by Herb Derby · 2 years, 9 months ago
  71. a253281 Revert "remove drawing from ShaderMaskBench ctor" by Brian Osman · 2 years, 9 months ago
  72. 4c5f3ba remove drawing from ShaderMaskBench ctor by Herb Derby · 2 years, 9 months ago
  73. 106e7ff remove drawing from ctor by Herb Derby · 2 years, 9 months ago
  74. 92ae58f Reland "bench: Add PhoneHub assets to skottie-vs-png decode bench" by Avery Musbach · 2 years, 9 months ago
  75. bd8bbcd Revert "bench: Add PhoneHub assets to skottie-vs-png decode bench" by Brian Osman · 2 years, 9 months ago
  76. 0541a98 bench: Add PhoneHub assets to skottie-vs-png decode bench by Avery Musbach · 2 years, 10 months ago
  77. 8c9c185 Simplify SkAAClip to use SkClipOp, not SkRegion::Op by Michael Ludwig · 2 years, 9 months ago
  78. de2b609 Move symbol-table push/pop methods out of IRGenerator. by John Stiles · 2 years, 9 months ago
  79. 95ea283 Remove neglected fillOptions function from nanobench. by Greg Daniel · 2 years, 9 months ago
  80. 7ad42c0 Fix nanobench perf bug with large --ms values by Brian Osman · 2 years, 9 months ago
  81. fbf0214 Move more Ops to skgpu::v1 namespace by Robert Phillips · 2 years, 10 months ago
  82. 2af13c1 Reland "Fix compilation w/ "skia_enable_svg = false" (take 2)" by Robert Phillips · 2 years, 10 months ago
  83. 44b7568 Revert "Fix compilation w/ "skia_enable_svg = false" (take 2)" by Robert Phillips · 2 years, 10 months ago
  84. be2c3ee Fix compilation with "skia_enable_skparagraph = false" by Robert Phillips · 2 years, 10 months ago
  85. 30a6b10 Fix compilation w/ "skia_enable_svg = false" (take 2) by Robert Phillips · 2 years, 10 months ago
  86. 2a26c50 Store the correct number of samples in GrProgramInfo by Chris Dalton · 2 years, 10 months ago
  87. 62bd633 Move tessellation ops to skgpu::v1 namespace by Robert Phillips · 2 years, 10 months ago
  88. 9f1e06a Reland "Add sRGB 8888 colortype" by Brian Osman · 2 years, 10 months ago
  89. 405eb7b Revert "Add sRGB 8888 colortype" by Brian Osman · 2 years, 10 months ago
  90. 0f7c10e Add sRGB 8888 colortype by Brian Osman · 2 years, 10 months ago
  91. abae275 Fix shadowed-variable warning in PathIter bench code. by John Stiles · 2 years, 10 months ago
  92. fcb5023 Remove old color space configs from tools by Brian Osman · 2 years, 10 months ago
  93. 41ebbd7 Move triangulators and tessellators into gpu/geometry by Robert Phillips · 2 years, 10 months ago
  94. 4a5e22a Further unified error handling between SkSL and DSL by Ethan Nicholas · 2 years, 10 months ago
  95. 73339ad Fix cases of variable shadowing in /bench/. by John Stiles · 2 years, 10 months ago
  96. 979b5ae Switch nanobench (and perf bots) over to new via-style color spaces by Brian Osman · 2 years, 10 months ago
  97. 4895946 Move ProgramImpl definitions into Processor subclass headers. by Brian Salomon · 2 years, 10 months ago
  98. bab2d11 Improve consistency of GP::ProgramImpl subclasses by Brian Salomon · 2 years, 10 months ago
  99. f95940b Rename GrGLSLGeometryProcessor to GrGeometryProcessor::ProgramImpl by Brian Salomon · 2 years, 10 months ago
  100. 13b2873 Remove GLSL from name of functions that builds GrProcessor keys. by Brian Salomon · 2 years, 10 months ago