1. 09ece93 Move breadcrumb and inner-fan triangles out of PathCurveTessellator by Chris Dalton · 2 years, 9 months ago
  2. f0f447c Yank GrPathTessellationShader out of PatchTessellators by Chris Dalton · 2 years, 9 months ago
  3. 08a9711 Reland "Implement batching for convex tessellated paths" by Chris Dalton · 2 years, 9 months ago
  4. 954e81a Revert "Implement batching for convex tessellated paths" by Robert Phillips · 2 years, 9 months ago
  5. 9613060 Implement batching for convex tessellated paths by Chris Dalton · 2 years, 9 months ago
  6. 6bb17ab Reland "Lift recursive curve culling out of tessellators" by Chris Dalton · 2 years, 9 months ago
  7. 5f13275 Revert "Lift recursive curve culling out of tessellators" by Greg Daniel · 2 years, 9 months ago
  8. 75e1f4c Lift recursive curve culling out of tessellators by Chris Dalton · 2 years, 9 months ago
  9. 49c7667 Delete the skgpu::tess namespace by Chris Dalton · 2 years, 9 months ago
  10. 0de8a96 Create an skgpu::tess namespace by Chris Dalton · 2 years, 10 months ago
  11. 9fa47cc Make class members that are static constexpr also be inline. by Brian Salomon · 2 years, 10 months ago
  12. ef80d7b Move more classes to skgpu::v1 namespace by Robert Phillips · 2 years, 11 months ago
  13. cbfa34a Convert internal SkSL to use .eval() by Brian Osman · 2 years, 11 months ago
  14. 2af13c1 Reland "Fix compilation w/ "skia_enable_svg = false" (take 2)" by Robert Phillips · 2 years, 11 months ago
  15. 44b7568 Revert "Fix compilation w/ "skia_enable_svg = false" (take 2)" by Robert Phillips · 2 years, 11 months ago
  16. 30a6b10 Fix compilation w/ "skia_enable_svg = false" (take 2) by Robert Phillips · 2 years, 11 months ago
  17. 2303f7c Redraw duing mouse drag by Mike Reed · 2 years, 11 months ago
  18. 2a26c50 Store the correct number of samples in GrProgramInfo by Chris Dalton · 3 years ago
  19. 3c0c185 Don't assume DecomposeCTM and setDeviceCoordSystem always succeed by Michael Ludwig · 3 years ago
  20. 24d622d Move the GrTessellationPathRenderer into the skgpu::v1 namespace by Robert Phillips · 3 years ago
  21. 293497e Convert internal sample() calls to shade/filter/blend by Brian Osman · 3 years ago
  22. e453fa0 Move some v1-only gpu/tessellate files to gpu/ops by Robert Phillips · 3 years ago
  23. eb0195e Delete all code related to disabling multisample by Chris Dalton · 3 years ago
  24. 832f3fb Move GrTessellationPathFlags to their own header (GrTessTypes.h) by Robert Phillips · 3 years ago
  25. 3dbd159 Fix a couple Wshadow warnings by Brian Salomon · 3 years ago
  26. 06273bc Prepare headers for making all ops V1-only by Robert Phillips · 3 years ago
  27. c5fc970 Fix cases of variable shadowing in /samplecode/. by John Stiles · 3 years ago
  28. 2f6e2f8 Use SkClipOp::kFoo instead of kFoo_SkClipOp from SkClipOpPriv by Michael Ludwig · 3 years ago
  29. 960b0f3 Fix cases of variable shadowing in samplecode/. by John Stiles · 3 years ago
  30. 4dca831 Rename GrSurfaceDrawContext to skgpu::v1::SurfaceDrawContext by Robert Phillips · 3 years ago
  31. 17eaf62 Update GrPathTessellator::prepare() to take a list of paths by Chris Dalton · 3 years ago
  32. 6966981 Add a 'pathMatrix' to GrPathTessellator::prepare by Chris Dalton · 3 years ago
  33. 2bdf6ed Stop using SkFilterQuality by Mike Reed · 3 years ago
  34. 94fda94 Reland "Fix directional shadows." by Jim Van Verth · 3 years ago
  35. 3c8ae88 Revert "Fix directional shadows." by Jim Van Verth · 3 years ago
  36. 6789b82 Fix directional shadows. by Jim Van Verth · 3 years ago
  37. 7bf7999 Reland "Add format-specifier warnings to SkDebugf." by John Stiles · 3 years, 1 month ago
  38. 283dba5 Revert "Add format-specifier warnings to SkDebugf." by Tyler Denniston · 3 years, 1 month ago
  39. e58831c Add format-specifier warnings to SkDebugf. by John Stiles · 3 years, 1 month ago
  40. 685e09b Reland "Purge ccpr" by Chris Dalton · 3 years, 1 month ago
  41. fe83ab6 Revert "Purge ccpr" by Brian Osman · 3 years, 1 month ago
  42. 7bf6bc0 Purge ccpr by Chris Dalton · 3 years, 1 month ago
  43. 294723d Move GrOp::VisitProxyFunc to GrTypesPriv.h GrVisitProxyFunc by Robert Phillips · 3 years, 1 month ago
  44. 198ac15 Reland "Fix tessellation checks for "usesVaryingCoords"" by Chris Dalton · 3 years, 2 months ago
  45. 5d1599f Revert "Fix tessellation checks for "usesVaryingCoords"" by Jim Van Verth · 3 years, 2 months ago
  46. bd727d0 Fix tessellation checks for "usesVaryingCoords" by Chris Dalton · 3 years, 2 months ago
  47. d2b8ba3 Add a fixed-count impl for tessellated wedges by Chris Dalton · 3 years, 2 months ago
  48. 26666bd Replace the indirect patch tessellator with fixed count by Chris Dalton · 3 years, 2 months ago
  49. d9bdc32 Split GrPathTessellator subclasses into their own files by Chris Dalton · 3 years, 2 months ago
  50. 52cb1d0 Rename GrXferProcessor::DstProxyView to GrDstProxyView. by John Stiles · 3 years, 2 months ago
  51. 3b41278 Move tessellation shader files into a subdirectory by Chris Dalton · 3 years, 2 months ago
  52. 2f733ec Restructure path tessellation shaders by Chris Dalton · 3 years, 2 months ago
  53. 569c01b Simplify heuristics for selecting path tessellators by Chris Dalton · 3 years, 2 months ago
  54. 8447f13 Chop tessellated curves that don't fit in a patch by Chris Dalton · 3 years, 2 months ago
  55. ec87dc1 Just expose factories for patheffects by Mike Reed · 3 years, 2 months ago
  56. 2758a31 Add triangle support to GrPathOuterCurveTessellator by Chris Dalton · 3 years, 2 months ago
  57. a9f759d Rewrite the path tessellation sample by Chris Dalton · 3 years, 2 months ago
  58. 4e9d5e2 Use Wang's formula for quadratic and cubic point counts by Michael Ludwig · 3 years, 3 months ago
  59. 4e1c1a7 Implement computeFastBounds for PathEffects by Michael Ludwig · 3 years, 3 months ago
  60. 2ed22fa Rename GrTessellatingStencilFillOp -> GrPathStencilFillOp by Chris Dalton · 3 years, 3 months ago
  61. 57ab06c Delete mixed samples by Chris Dalton · 3 years, 3 months ago
  62. f6123f1 Convert some SkRuntimeEffect::Make to use stage-specific factories by Brian Osman · 3 years, 3 months ago
  63. 8f1dff6 Remove layout(marker) from runtime effect SkSL by Brian Osman · 3 years, 3 months ago
  64. e49703f Remove custom SkVertices data and runtime effect `varying` support by Brian Osman · 3 years, 3 months ago
  65. e58231a Removed unused SkInterpolator by Mike Reed · 3 years, 4 months ago
  66. a6ca0b1 SkAuto[S]TMalloc only for trivially constructible/destructible. by Brian Salomon · 3 years, 4 months ago
  67. e501670 Move Sk3Perspective and Sk3Lookat into SkM44 by Michael Ludwig · 3 years, 4 months ago
  68. 9ff7eef Rename SampleCCPRGeometry.cpp -> SampleStrokeVerb.cpp by Chris Dalton · 3 years, 5 months ago
  69. 18ab203 Make GrGLSLFragmentProcessors be created as std::unique_ptr. by Brian Salomon · 3 years, 5 months ago
  70. b03f4a1 Rename GrPathStencilFillOp -> GrTessellatingStencilFillOp by Chris Dalton · 3 years, 6 months ago
  71. dd9449c Add SkShaper::PurgeCaches. by Ben Wagner · 3 years, 6 months ago
  72. 34c56a5 Migrate to drawImage w/ sampling by Mike Reed · 3 years, 6 months ago
  73. e02d7f8 More hiding of legacy drawImage calls by Mike Reed · 3 years, 6 months ago
  74. 2ac6ce8 Simplify common case for recttorect by Mike Reed · 3 years, 6 months ago
  75. 5ec2238 Simplify common case of linear filtering with no mips by Mike Reed · 3 years, 6 months ago
  76. 4878b3e Remove Improved Perlin Noise by Brian Salomon · 3 years, 7 months ago
  77. b746b1f Pass sampling to surface.draw by Mike Reed · 3 years, 7 months ago
  78. 4f23dec Reland "Add new virts, hide old ones" by Mike Reed · 3 years, 7 months ago
  79. 8f924ac Revert "Add new virts, hide old ones" by Derek Sollenberger · 3 years, 7 months ago
  80. c56e2e5 Add new virts, hide old ones by Mike Reed · 3 years, 7 months ago
  81. 869a717 More migration away from filter-quality by Mike Reed · 3 years, 7 months ago
  82. dc607e3 Use bitmap.asImage() by Mike Reed · 3 years, 7 months ago
  83. 839eef3 Work on hiding filter-quality by Mike Reed · 3 years, 7 months ago
  84. 8f7d953 Remove public getter for GrSurfaceDrawContext on SkSCanvas. by Brian Salomon · 3 years, 7 months ago
  85. ac9f0c9 Bitmap.asImage() by Mike Reed · 3 years, 7 months ago
  86. e78f8ce Starting to hide setFilterQuality by Mike Reed · 3 years, 7 months ago
  87. 80dc74b Remove obsolete samples (esp. using drawBitmap) by Mike Reed · 3 years, 7 months ago
  88. c819bb1 Add material shadows sample. by Jim Van Verth · 3 years, 7 months ago
  89. bead7e3 Remove GrFragmentProcessor::usesExplicitReturn. by John Stiles · 3 years, 7 months ago
  90. d1eab8b Replace more instances of sk_OutColor with explicit returns. by John Stiles · 3 years, 7 months ago
  91. b41bd15 Use samplingoptions for bitmap shader by Mike Reed · 3 years, 8 months ago
  92. 82abece Bitmap should use sampling options by Mike Reed · 3 years, 8 months ago
  93. 7b80726 Implement indirect stroking for conics by Chris Dalton · 3 years, 8 months ago
  94. eebe735 GrRenderTargetContext->GrSurfaceDrawContext by Brian Salomon · 3 years, 8 months ago
  95. 99c9446 Add flag to hide non-sampling imageshader factories by Mike Reed · 3 years, 8 months ago
  96. 1a4140e deprecate getTotalMatrix by Mike Reed · 3 years, 8 months ago
  97. 70fe17e Remove GrRenderTargetContextPriv and GrSurfaceContextPriv by Brian Salomon · 3 years, 8 months ago
  98. 0363f05 Add experimental prints for conic max error to Wedge sample by Chris Dalton · 3 years, 8 months ago
  99. b27f39c Add conic fill support to the tessellator by Chris Dalton · 3 years, 8 months ago
  100. a03f8bf other ways to organize samplingoptions? by Mike Reed · 3 years, 8 months ago