1. 8afde5f Rename outputView->writeView and outputSwizzle->writeSwizzle by Brian Salomon · 4 years, 4 months ago
  2. be45742 Change GrProgramInfo::visitProxies to "visitFPProxies" by Chris Dalton · 4 years, 4 months ago
  3. 765ed36 Delete GrOpsRenderPass::drawMeshes by Chris Dalton · 4 years, 4 months ago
  4. aa0e45c Add pass-through helper methods from GrOpFlushState to GrOpsRenderPass by Chris Dalton · 4 years, 4 months ago
  5. eb694b7 Rename GrMesh to GrSimpleMesh by Chris Dalton · 4 years, 4 months ago
  6. 37c7bdd Remove GrMesh::setVertexData by Chris Dalton · 4 years, 4 months ago
  7. 2669a7b More programInfo cleanup by Robert Phillips · 4 years, 5 months ago
  8. f0aee74 Remove (unused) shader caps from default GP factory functions by Brian Osman · 4 years, 5 months ago
  9. 4133dc4 Clean up programInfo creation in GrMeshDrawOp-derived Ops by Robert Phillips · 4 years, 5 months ago
  10. d2f1873 Surface more programs on DDLs by Robert Phillips · 4 years, 5 months ago
  11. 6c59fe4 Add a GrSimpleMeshDrawOpHelper CreatePipeline method that doesn't require a GrFlushState by Robert Phillips · 4 years, 5 months ago
  12. 79f336d Remove GrPrimitiveType from GrMesh by Chris Dalton · 4 years, 6 months ago
  13. 788b916 Remove SkTMin and SkTMax by Brian Osman · 4 years, 6 months ago
  14. 6b45c5d Use DrawQuad struct to group device+local coords by Michael Ludwig · 4 years, 6 months ago
  15. 116b33e Remove SkMaxScalar and SkMinScalar by Brian Osman · 4 years, 6 months ago
  16. d5caeb8 Improve handling of anisotropic scaling for stroked rects by Robert Phillips · 4 years, 7 months ago
  17. 28b0c5d Pass Arenas* to GrOpsTask and GrOps instead of multiple pointers to each pool type by Michael Ludwig · 4 years, 7 months ago
  18. 2c38315 hide/remove obsolete/tricky SkMatrix methods by Mike Reed · 4 years, 7 months ago
  19. 4dea72a Reland x3 "Remove most of GrConfig.h" by Brian Salomon · 4 years, 7 months ago
  20. 3f1a98b Reland "Revert "Remove most of GrConfig.h"" by Greg Daniel · 4 years, 7 months ago
  21. 5b9c7ba Revert "Revert "Remove most of GrConfig.h"" by Brian Salomon · 4 years, 7 months ago
  22. d0840ec Provide record time allocator to onCombineIfPossible() by Michael Ludwig · 4 years, 8 months ago
  23. 3968fcb Pull creation of GrPipeline explicitly into the Ops' onExecute methods by Robert Phillips · 4 years, 8 months ago
  24. b0047b5 Revert "Remove most of GrConfig.h" by Brian Salomon · 4 years, 8 months ago
  25. 80e334d Remove most of GrConfig.h by Brian Salomon · 4 years, 8 months ago
  26. 7cd0bfe No longer ref count GrGeometryProcessors by Robert Phillips · 4 years, 8 months ago
  27. cea290f Add GrPrimitiveType to GrProgramInfo by Robert Phillips · 4 years, 9 months ago
  28. e94cdd2 Use QuadHelper and PatternHelper in more places by Robert Phillips · 4 years, 9 months ago
  29. ee08d52 Move creation of AAQuadIndexBuffer to GrResourceProvider by Robert Phillips · 4 years, 9 months ago
  30. 5faf474 More bounds fixes for StrokeRect and DefaultPath when using MSAA for non-aa. by Greg Daniel · 4 years, 10 months ago
  31. d5a9422 Fix stroke outset for NonAAStrokeRectOp. by Greg Daniel · 4 years, 10 months ago
  32. 747b340 Fix bug where coverage on interior of stroked rects is applied twice by Brian Salomon · 4 years, 10 months ago
  33. 92b3335 more rect api simplifications by Mike Reed · 5 years ago
  34. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 5 years ago
  35. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  36. de4c58c Combine GrPerspQuad and GrQuad by Michael Ludwig · 5 years ago
  37. 4a0cf50 Remove old GrFillRectOp factories by Michael Ludwig · 5 years ago
  38. aa1b6b3 Make stencilRect() in GrRTCPriv more flexible. by Michael Ludwig · 5 years ago
  39. 1706cbf Remove VisitorType from GrOp::visitProxies by Chris Dalton · 5 years ago
  40. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  41. baa1b35 Rename GrPipeline::Flags to GrPipeline::InputFlags by Chris Dalton · 5 years ago
  42. 8fa7ab4 Delay half-float vertex color determination until Op::finalize by Brian Osman · 5 years ago
  43. 605c6d5 Standardize naming on CoverageAsAlpha (rather than AlphaAsCoverage) by Brian Osman · 5 years ago
  44. 5ced0bf Add shader based blending of kPlus for configs that need clamping by Brian Osman · 5 years ago
  45. b8fff0d Make mixed samples detection automatic by Chris Dalton · 5 years ago
  46. 07cdcfc9 Reland "Stack-allocate pipelines for GrMeshDrawOp" by Chris Dalton · 5 years ago
  47. 35a3abe Revert "Stack-allocate pipelines for GrMeshDrawOp" by Chris Dalton · 5 years ago
  48. dfe5000 Stack-allocate pipelines for GrMeshDrawOp by Chris Dalton · 5 years ago
  49. be9aff2 Remove GrContextPriv.h from GrRenderTargetContext.h by Robert Phillips · 5 years ago
  50. b97da53 Switch Ops over to using GrRecordingContext by Robert Phillips · 5 years ago
  51. dbf7072 Use different classes for client side arrays and GPU buffer objects. by Brian Salomon · 5 years ago
  52. 12d2264 Convert GrBuffer owners to sk_sp by Brian Salomon · 5 years ago
  53. 4b62aed Return GrProcessorSet::Analysis from GrDrawOp::finalize by Chris Dalton · 6 years ago
  54. 2a4c4df Add wide color support to stroke rect op and default GP by Brian Osman · 6 years ago
  55. 72ab346 Consolidate stroke-rect ops and use GrFillRectOp instead of GrNonAA/AARectOp by Michael Ludwig · 6 years ago[Renamed (65%) from src/gpu/ops/GrAAStrokeRectOp.cpp]
  56. cfec9d5 Use GrVertexWriter for GrAAStrokeRectOp by Brian Osman · 6 years ago
  57. 66af080 Remove obsolete SK_IGNORE_ defines by Brian Osman · 6 years ago
  58. f04fb3c Change how GPs configure attributes by Brian Osman · 6 years ago
  59. 9a390ac Guard GrOp::dumpInfo with SK_DEBUG by Brian Osman · 6 years ago
  60. cf86085 Replace GrColor4h with SkPMColor4f by Brian Osman · 6 years ago
  61. 936fe7d Pass and return GrColor4h by const& when possible by Brian Osman · 6 years ago
  62. 1be2b7c Keep paint color range/precision into ops and GPs (using GrColor4h) by Brian Osman · 6 years ago
  63. b41417f Make GrOp base class responsible for merging bounds. by Brian Salomon · 6 years ago
  64. 7d94bb5 Skip visiting for allocator gathering in GrTextureOp when all proxies by Brian Salomon · 6 years ago
  65. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  66. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  67. 641ac7d Make result of GrOp::combineIfPossible be an enum. by Brian Salomon · 6 years ago
  68. b948572 Store GrMeshDrawOps' meshes in GrOpFlushState's arena. by Brian Salomon · 6 years ago
  69. 607be37 GrGeometryProcessor derives from GrNonAtomicRef not GrProgramElement. by Brian Salomon · 6 years ago
  70. b609e6d added byte and ubyte types to SKSL by Ruiqi Mao · 6 years ago
  71. 532b3f9 Remove clamping of kPlus with F16 configs by Brian Osman · 6 years ago
  72. 4934890 Refactor GrPipeline dynamic state. by Brian Salomon · 6 years ago
  73. 92be2f7 Revert "Revert "Change how vertex/instance attributes are handled in geometry processors."" by Brian Salomon · 6 years ago
  74. 5045e50 Revert "Change how vertex/instance attributes are handled in geometry processors." by Mike Klein · 6 years ago
  75. 19c1233 Change how vertex/instance attributes are handled in geometry processors. by Brian Salomon · 6 years ago
  76. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  77. 74f623d make point array methods private by Cary Clark · 7 years ago
  78. d28a79d Make GrResourceProvider more sk_spified by Brian Salomon · 7 years ago
  79. 9a725dd Use shader based blending to clamp kPlus mode w/F16 by Brian Osman · 7 years ago
  80. f1748f5 Change visitProxies signature by Robert Phillips · 7 years ago
  81. b493eeb Add method to iterate over a GrOp's GrSurfaceProxies by Robert Phillips · 7 years ago
  82. 91326c3 Move GrProcessorSet into GrPipeline by Brian Salomon · 7 years ago
  83. 35186b5 Remove GrRectOpFactory::MakeAAFillWithDevRect by Brian Salomon · 7 years ago
  84. f86d37b Rename GrDrawOp::xpRequiresDstTexture to finalize and change return type to an enum by Brian Salomon · 7 years ago
  85. 82dfd3d Add processor info dumping to non-legacy mesh draw ops by Brian Salomon · 7 years ago
  86. baaf439 Revert "Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses."" by Brian Salomon · 7 years ago
  87. a0485d9 Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses." by Brian Salomon · 7 years ago
  88. 1ec03f3 Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses. by Brian Salomon · 7 years ago
  89. 3809bab Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  90. 7cd974f Revert "Add GrPrimitiveType::kLinesAdjacency" by Ravi Mistry · 7 years ago
  91. f7eb015 Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  92. bca46e2 Convert GrMesh back to a class by Chris Dalton · 7 years ago
  93. 1772663 Include non-legacy GrMeshDrawOps in GLPrograms test. by Brian Salomon · 7 years ago
  94. ff92650 Convert GrMesh to a struct by Chris Dalton · 7 years ago
  95. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 7 years ago
  96. a811b12 Renames of processor analysis-related classes and method. by Brian Salomon · 7 years ago
  97. e7d3048 Remove GrPipelineOptimizations computation from GrPipeline::init and nest in GrMeshDrawOp. by Brian Salomon · 7 years ago
  98. c0b642c Split GrPipelineInput into separate color and coverage types, the latter of which is just an enum. by Brian Salomon · 7 years ago
  99. 510dd42 In GrClipStackClip check whether op bounds are inside RT before checking for empty clip stack. by Brian Salomon · 7 years ago
  100. 649a341 Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derived classes. by Brian Salomon · 7 years ago