1. 074414f Revert "GrClips provided as pointers to GrRTC" by Weston Tracey · 4 years, 5 months ago
  2. 226b689 GrClips provided as pointers to GrRTC by Michael Ludwig · 4 years, 5 months ago
  3. 1443c9d Create indirect index buffer for tessellation during onPrepare by Chris Dalton · 4 years, 5 months ago
  4. b5391d9 Reland "Reland "Add a tessellation mode that uses indirect draws"" by Chris Dalton · 4 years, 5 months ago
  5. 0e6d4f1 Revert "Reland "Add a tessellation mode that uses indirect draws"" by Chris Dalton · 4 years, 5 months ago
  6. 477512c Reland "Add a tessellation mode that uses indirect draws" by Chris Dalton · 4 years, 5 months ago
  7. ec31488 Revert "Add a tessellation mode that uses indirect draws" by Mike Klein · 4 years, 5 months ago
  8. 02d7cf7 Add a tessellation mode that uses indirect draws by Chris Dalton · 4 years, 5 months ago
  9. d2dc8dd Use pow2 rectanization for the hw tessellation atlas by Chris Dalton · 4 years, 6 months ago
  10. a36a5a1 Add a per-triangle vertex advance to GrMiddleOutPolygonTriangulator by Chris Dalton · 4 years, 6 months ago
  11. f6bf516 Reland "Add an implementation and log2 variants for Wang's formula" by Chris Dalton · 4 years, 6 months ago
  12. 2f2d81c Fix tessellation benchmarks to not allocate new data every iteration by Chris Dalton · 4 years, 6 months ago
  13. 6c3db04 Revert "Add an implementation and log2 variants for Wang's formula" by Mike Klein · 4 years, 6 months ago
  14. e278e1c Add an implementation and log2 variants for Wang's formula by Chris Dalton · 4 years, 6 months ago
  15. c259202 Remove SkPathVerb::kDone by Chris Dalton · 4 years, 6 months ago
  16. f7a3307 Update tessellation to use SkPathPriv::Iterate by Chris Dalton · 4 years, 6 months ago
  17. f5132a0 Reland "Optimize GrTessellatePathOp's code to emit inner triangles" by Chris Dalton · 4 years, 6 months ago
  18. 5f56cb1 Revert "Optimize GrTessellatePathOp's code to emit inner triangles" by Ethan Nicholas · 4 years, 6 months ago
  19. 0f9ebd1 Optimize GrTessellatePathOp's code to emit inner triangles by Chris Dalton · 4 years, 6 months ago
  20. 7f0b897 Add CPU benchmarks for individual methods on GrTessellatePathOp by Chris Dalton · 4 years, 6 months ago
  21. 04f9cda Move tessellation wedges to cubic the buffer by Chris Dalton · 4 years, 6 months ago
  22. 42915c2 Remove tessellate/GrPathParser by Chris Dalton · 4 years, 6 months ago
  23. 8e2b694 Update GrTriangulator to count curves by Chris Dalton · 4 years, 6 months ago
  24. 2686d69 Reland "Rename GrShape to GrStyledShape" by Michael Ludwig · 4 years, 7 months ago
  25. 73b86c1 Revert "Rename GrShape to GrStyledShape" by Michael Ludwig · 4 years, 7 months ago
  26. f3f08af Rename GrShape to GrStyledShape by Michael Ludwig · 4 years, 7 months ago
  27. a628605 Allow path renderers to self-identify by Robert Phillips · 4 years, 7 months ago
  28. 16464c3 Tracking uniform ownership by Ethan Nicholas · 4 years, 7 months ago
  29. 8afde5f Rename outputView->writeView and outputSwizzle->writeSwizzle by Brian Salomon · 4 years, 7 months ago
  30. 982f546 Rename outputSwizzle->writeSwizzle. by Brian Salomon · 4 years, 7 months ago
  31. 0a22b1e Rename GrGpuTessellationPathRenderer to GrTessellationPathRenderer by Chris Dalton · 4 years, 7 months ago
  32. dabd98c Begin fixing GrShaderVar. by Ben Wagner · 4 years, 7 months ago
  33. 17dc418 Rename CPU tessellation to "triangulation" by Chris Dalton · 4 years, 7 months ago
  34. c655c3a Make GrOp::onPrePrepare be pure virtual by Robert Phillips · 4 years, 8 months ago
  35. 304e14d Remove FixedDynamicState from GrProgramInfo and GrPipeline by Chris Dalton · 4 years, 8 months ago
  36. 3bf2f3a Remove DynamicStateArrays from GrProgramInfo and GrPipeline by Chris Dalton · 4 years, 8 months ago
  37. aa0e45c Add pass-through helper methods from GrOpFlushState to GrOpsRenderPass by Chris Dalton · 4 years, 8 months ago
  38. 012f849 Migrate the GPU tessellator to the new bind/draw GrOpsRenderPass API by Chris Dalton · 4 years, 8 months ago
  39. b58098f Add onPrePrepareDraws & createProgramInfo methods to GrDrawVerticesOp (take 2) by Robert Phillips · 4 years, 8 months ago
  40. b43cfa4 Revert "Add onPrePrepareDraws & createProgramInfo methods to GrDrawVerticesOp" by Robert Phillips · 4 years, 8 months ago
  41. d360651 Add onPrePrepareDraws & createProgramInfo methods to GrDrawVerticesOp by Robert Phillips · 4 years, 8 months ago
  42. 4386ad1 Add GrOpsRenderPass::bindPipeline() by Chris Dalton · 4 years, 9 months ago
  43. b8d84f8 Remove all remaining uses of origin getter on proxy. by Greg Daniel · 4 years, 9 months ago
  44. 79f336d Remove GrPrimitiveType from GrMesh by Chris Dalton · 4 years, 9 months ago
  45. c3b67eb Add a "conservative raster" flag for GrFillRectOp by Chris Dalton · 4 years, 9 months ago
  46. 4e99853 Add a simple atlas to the GPU tessellation path renderer by Chris Dalton · 4 years, 9 months ago
  47. 4328e92 Add a stencil/tessellation hybrid mode for path rendering by Chris Dalton · 4 years, 9 months ago
  48. d081dce Move GrTessellator::VertexAllocator to GrEagerVertexAllocator by Chris Dalton · 4 years, 9 months ago
  49. f9aea7f Add a tessellation mode that triangulates the inner polygon separately by Chris Dalton · 4 years, 10 months ago
  50. b53bdf1 Fix single-pass tessellator wedges by Chris Dalton · 4 years, 10 months ago
  51. 40a1cee Rewrite tessellation wedge generation to be done in a single pass by Chris Dalton · 4 years, 10 months ago
  52. 0f6bb8a Add a temporary job to test GrGpuTessellationPathRenderer by Chris Dalton · 4 years, 10 months ago
  53. b832ce6 Add a path renderer that uses GPU tessellation by Chris Dalton · 4 years, 10 months ago