1. 8afde5f Rename outputView->writeView and outputSwizzle->writeSwizzle by Brian Salomon · 4 years, 6 months ago
  2. c70fd90 GrAALinearizingConvexPathRenderer can't batch across view matrix changes by Brian Salomon · 4 years, 7 months ago
  3. be45742 Change GrProgramInfo::visitProxies to "visitFPProxies" by Chris Dalton · 4 years, 7 months ago
  4. 765ed36 Delete GrOpsRenderPass::drawMeshes by Chris Dalton · 4 years, 7 months ago
  5. aa0e45c Add pass-through helper methods from GrOpFlushState to GrOpsRenderPass by Chris Dalton · 4 years, 7 months ago
  6. eb694b7 Rename GrMesh to GrSimpleMesh by Chris Dalton · 4 years, 7 months ago
  7. 37c7bdd Remove GrMesh::setVertexData by Chris Dalton · 4 years, 7 months ago
  8. a9e28af Make AAFlatteningConvexPathOp surface its programInfos at record time by Robert Phillips · 4 years, 7 months ago
  9. 2669a7b More programInfo cleanup by Robert Phillips · 4 years, 7 months ago
  10. f0aee74 Remove (unused) shader caps from default GP factory functions by Brian Osman · 4 years, 7 months ago
  11. 4133dc4 Clean up programInfo creation in GrMeshDrawOp-derived Ops by Robert Phillips · 4 years, 7 months ago
  12. 55f681f Splitup GrSimpleMeshDrawOpHelper.h by Robert Phillips · 4 years, 7 months ago
  13. 6c59fe4 Add a GrSimpleMeshDrawOpHelper CreatePipeline method that doesn't require a GrFlushState by Robert Phillips · 4 years, 7 months ago
  14. 79f336d Remove GrPrimitiveType from GrMesh by Chris Dalton · 4 years, 8 months ago
  15. 788b916 Remove SkTMin and SkTMax by Brian Osman · 4 years, 8 months ago
  16. 28b0c5d Pass Arenas* to GrOpsTask and GrOps instead of multiple pointers to each pool type by Michael Ludwig · 4 years, 10 months ago
  17. d0840ec Provide record time allocator to onCombineIfPossible() by Michael Ludwig · 4 years, 10 months ago
  18. 3968fcb Pull creation of GrPipeline explicitly into the Ops' onExecute methods by Robert Phillips · 4 years, 10 months ago
  19. 7cd0bfe No longer ref count GrGeometryProcessors by Robert Phillips · 4 years, 11 months ago
  20. cea290f Add GrPrimitiveType to GrProgramInfo by Robert Phillips · 5 years ago
  21. e94cdd2 Use QuadHelper and PatternHelper in more places by Robert Phillips · 5 years ago
  22. 5faf474 More bounds fixes for StrokeRect and DefaultPath when using MSAA for non-aa. by Greg Daniel · 5 years ago
  23. 55e5be3 Fix reported op bounds on a few ops. by Greg Daniel · 5 years ago
  24. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 5 years ago
  25. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  26. 663afe5 Move GrPathUtils, GrRect, and GrShape into src/gpu/geometry/ by Michael Ludwig · 5 years ago
  27. 1706cbf Remove VisitorType from GrOp::visitProxies by Chris Dalton · 5 years ago
  28. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  29. 8fa7ab4 Delay half-float vertex color determination until Op::finalize by Brian Osman · 6 years ago
  30. 605c6d5 Standardize naming on CoverageAsAlpha (rather than AlphaAsCoverage) by Brian Osman · 6 years ago
  31. 5ced0bf Add shader based blending of kPlus for configs that need clamping by Brian Osman · 6 years ago
  32. 09e5689 Replace GrAAType with flags for path renderers by Chris Dalton · 6 years ago
  33. b8fff0d Make mixed samples detection automatic by Chris Dalton · 6 years ago
  34. 07cdcfc9 Reland "Stack-allocate pipelines for GrMeshDrawOp" by Chris Dalton · 6 years ago
  35. 35a3abe Revert "Stack-allocate pipelines for GrMeshDrawOp" by Chris Dalton · 6 years ago
  36. dfe5000 Stack-allocate pipelines for GrMeshDrawOp by Chris Dalton · 6 years ago
  37. be9aff2 Remove GrContextPriv.h from GrRenderTargetContext.h by Robert Phillips · 6 years ago
  38. b97da53 Switch Ops over to using GrRecordingContext by Robert Phillips · 6 years ago
  39. 12d2264 Convert GrBuffer owners to sk_sp by Brian Salomon · 6 years ago
  40. 4b62aed Return GrProcessorSet::Analysis from GrDrawOp::finalize by Chris Dalton · 6 years ago
  41. 0995fd5 Remove SK_LEGACY_TESSELLATOR_CPU_COVERAGE by Brian Osman · 6 years ago
  42. 80879d4 Revert "Revert "Support combining per-vertex coverage with color in default GP vertex shader"" by Brian Osman · 6 years ago
  43. ded032c Revert "Support combining per-vertex coverage with color in default GP vertex shader" by Brian Osman · 6 years ago
  44. 8e13f69 Support combining per-vertex coverage with color in default GP vertex shader by Brian Osman · 6 years ago
  45. f3e6b90 Revert "Wide color support in the AA linearizing convex path renderer" by Brian Osman · 6 years ago
  46. 4948e55 Wide color support in the AA linearizing convex path renderer by Brian Osman · 6 years ago
  47. f9aabff Move new WriteVertexData utility to a GrVertexWriter helper struct by Brian Osman · 6 years ago
  48. f04fb3c Change how GPs configure attributes by Brian Osman · 6 years ago
  49. 9a390ac Guard GrOp::dumpInfo with SK_DEBUG by Brian Osman · 6 years ago
  50. 7d8f82b Added GrMeshDrawOp::WriteVertexData by Brian Osman · 6 years ago
  51. cf86085 Replace GrColor4h with SkPMColor4f by Brian Osman · 6 years ago
  52. 936fe7d Pass and return GrColor4h by const& when possible by Brian Osman · 6 years ago
  53. 1be2b7c Keep paint color range/precision into ops and GPs (using GrColor4h) by Brian Osman · 6 years ago
  54. b41417f Make GrOp base class responsible for merging bounds. by Brian Salomon · 6 years ago
  55. 7d94bb5 Skip visiting for allocator gathering in GrTextureOp when all proxies by Brian Salomon · 6 years ago
  56. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  57. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  58. 641ac7d Make result of GrOp::combineIfPossible be an enum. by Brian Salomon · 6 years ago
  59. b948572 Store GrMeshDrawOps' meshes in GrOpFlushState's arena. by Brian Salomon · 6 years ago
  60. 607be37 GrGeometryProcessor derives from GrNonAtomicRef not GrProgramElement. by Brian Salomon · 6 years ago
  61. b609e6d added byte and ubyte types to SKSL by Ruiqi Mao · 6 years ago
  62. 532b3f9 Remove clamping of kPlus with F16 configs by Brian Osman · 6 years ago
  63. 653f42f Deinline some GrPathRenderer method and one GrDrawingMananger method. by Brian Salomon · 6 years ago
  64. 4934890 Refactor GrPipeline dynamic state. by Brian Salomon · 6 years ago
  65. 92be2f7 Revert "Revert "Change how vertex/instance attributes are handled in geometry processors."" by Brian Salomon · 6 years ago
  66. 5045e50 Revert "Change how vertex/instance attributes are handled in geometry processors." by Mike Klein · 6 years ago
  67. 19c1233 Change how vertex/instance attributes are handled in geometry processors. by Brian Salomon · 6 years ago
  68. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  69. 802cb31 Stop passing GrPrimitiveProcessor to GrMesh::sendToGpu. by Brian Salomon · 6 years ago
  70. d5b4593 Add checks to make sure we don't overflow 32 bit int in GPU path renderers. by Greg Daniel · 6 years ago
  71. c573544 Fix skia compilation error by Ankur Mittal · 6 years ago
  72. 93c7250 Remove unneccesary assert in GrAALinearizingConvexPathRenderer by Robert Phillips · 7 years ago
  73. 9a725dd Use shader based blending to clamp kPlus mode w/F16 by Brian Osman · 7 years ago
  74. f1748f5 Change visitProxies signature by Robert Phillips · 7 years ago
  75. b493eeb Add method to iterate over a GrOp's GrSurfaceProxies by Robert Phillips · 7 years ago
  76. 5ed4423 Improve GrPathRendererChain heuristics by Chris Dalton · 7 years ago
  77. e5ede4b Revert "Improve GrPathRendererChain heuristics" by Chris Dalton · 7 years ago
  78. 60f4249 Improve GrPathRendererChain heuristics by Chris Dalton · 7 years ago
  79. 91326c3 Move GrProcessorSet into GrPipeline by Brian Salomon · 7 years ago
  80. e5b399e Remove GrLegacyMeshDrawOp and GrPipelineBuilder by Brian Salomon · 7 years ago
  81. b295573 Move GrAALinearizingConvexPathRenderer off GrLegacyMeshDrawOp by Brian Salomon · 7 years ago
  82. a98e399 Exclude AALinearizingConvexPathRenderer from zero size paths by Brian Osman · 7 years ago
  83. 60fb0b2 Make GrAAConvexPathRenderer use vertex color by Brian Salomon · 7 years ago
  84. 3809bab Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  85. 7cd974f Revert "Add GrPrimitiveType::kLinesAdjacency" by Ravi Mistry · 7 years ago
  86. f7eb015 Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  87. 114a3c0 Fix glDrawRangeElements by Chris Dalton · 7 years ago
  88. bca46e2 Convert GrMesh back to a class by Chris Dalton · 7 years ago
  89. 1772663 Include non-legacy GrMeshDrawOps in GLPrograms test. by Brian Salomon · 7 years ago
  90. 7c8460e Make GrRenderTarget[(Proxy)|(Context)]? advertise a "full scene aa type". by Brian Salomon · 7 years ago
  91. ff92650 Convert GrMesh to a struct by Chris Dalton · 7 years ago
  92. e14bd80 Move GrPipelineBuilder into GrRenderTargetContext::addLegacyDrawOp by Brian Salomon · 8 years ago
  93. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 8 years ago
  94. a811b12 Renames of processor analysis-related classes and method. by Brian Salomon · 8 years ago
  95. e7d3048 Remove GrPipelineOptimizations computation from GrPipeline::init and nest in GrMeshDrawOp. by Brian Salomon · 8 years ago
  96. c0b642c Split GrPipelineInput into separate color and coverage types, the latter of which is just an enum. by Brian Salomon · 8 years ago
  97. 649a341 Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derived classes. by Brian Salomon · 8 years ago
  98. 5298dc8 Make GrPipelineAnalysis a nested class of GrProcessorSet. by Brian Salomon · 8 years ago
  99. c6b7146 Remove component flags from GrPipelineInput. by Brian Salomon · 8 years ago
  100. cb30bb2 Remove GrFragmentProcessor::computeInvariantOutput by Brian Salomon · 8 years ago