1. 8afde5f Rename outputView->writeView and outputSwizzle->writeSwizzle by Brian Salomon · 4 years, 4 months ago
  2. 17dc418 Rename CPU tessellation to "triangulation" by Chris Dalton · 4 years, 4 months ago[Renamed (85%) from src/gpu/ops/GrTessellatingPathRenderer.cpp]
  3. be45742 Change GrProgramInfo::visitProxies to "visitFPProxies" by Chris Dalton · 4 years, 4 months ago
  4. 765ed36 Delete GrOpsRenderPass::drawMeshes by Chris Dalton · 4 years, 4 months ago
  5. aa0e45c Add pass-through helper methods from GrOpFlushState to GrOpsRenderPass by Chris Dalton · 4 years, 4 months ago
  6. eb694b7 Rename GrMesh to GrSimpleMesh by Chris Dalton · 4 years, 4 months ago
  7. 37c7bdd Remove GrMesh::setVertexData by Chris Dalton · 4 years, 4 months ago
  8. 2669a7b More programInfo cleanup by Robert Phillips · 4 years, 5 months ago
  9. f0aee74 Remove (unused) shader caps from default GP factory functions by Brian Osman · 4 years, 5 months ago
  10. 4133dc4 Clean up programInfo creation in GrMeshDrawOp-derived Ops by Robert Phillips · 4 years, 5 months ago
  11. 740d34f Make TessellatingPathOp surface its programInfo at record time by Robert Phillips · 4 years, 5 months ago
  12. 71fe945 Prevent unbounded listener growth on SkPixelRefs. by Brian Salomon · 4 years, 5 months ago
  13. 99a813c Avoid unbounded listener growth on SkImage_Lazy when textures are purged by Brian Salomon · 4 years, 5 months ago
  14. 55f681f Splitup GrSimpleMeshDrawOpHelper.h by Robert Phillips · 4 years, 5 months ago
  15. 6c59fe4 Add a GrSimpleMeshDrawOpHelper CreatePipeline method that doesn't require a GrFlushState by Robert Phillips · 4 years, 5 months ago
  16. 79f336d Remove GrPrimitiveType from GrMesh by Chris Dalton · 4 years, 6 months ago
  17. dcc8c54 Convert the "bool antialias" param in GrTessellator to an enum by Chris Dalton · 4 years, 6 months ago
  18. d081dce Move GrTessellator::VertexAllocator to GrEagerVertexAllocator by Chris Dalton · 4 years, 6 months ago
  19. 3968fcb Pull creation of GrPipeline explicitly into the Ops' onExecute methods by Robert Phillips · 4 years, 8 months ago
  20. 7cd0bfe No longer ref count GrGeometryProcessors by Robert Phillips · 4 years, 8 months ago
  21. cea290f Add GrPrimitiveType to GrProgramInfo by Robert Phillips · 4 years, 9 months ago
  22. e94cdd2 Use QuadHelper and PatternHelper in more places by Robert Phillips · 4 years, 9 months ago
  23. 5faf474 More bounds fixes for StrokeRect and DefaultPath when using MSAA for non-aa. by Greg Daniel · 4 years, 10 months 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. 8a3c059 GrTessellator: fix event creation for dead boundary edges. by Stephen White · 5 years ago
  28. 1706cbf Remove VisitorType from GrOp::visitProxies by Chris Dalton · 5 years ago
  29. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  30. 8fa7ab4 Delay half-float vertex color determination until Op::finalize by Brian Osman · 5 years ago
  31. 605c6d5 Standardize naming on CoverageAsAlpha (rather than AlphaAsCoverage) by Brian Osman · 5 years ago
  32. 5ced0bf Add shader based blending of kPlus for configs that need clamping by Brian Osman · 5 years ago
  33. 09e5689 Replace GrAAType with flags for path renderers by Chris Dalton · 5 years ago
  34. b8fff0d Make mixed samples detection automatic by Chris Dalton · 5 years ago
  35. 07cdcfc9 Reland "Stack-allocate pipelines for GrMeshDrawOp" by Chris Dalton · 5 years ago
  36. 35a3abe Revert "Stack-allocate pipelines for GrMeshDrawOp" by Chris Dalton · 5 years ago
  37. dfe5000 Stack-allocate pipelines for GrMeshDrawOp by Chris Dalton · 5 years ago
  38. be9aff2 Remove GrContextPriv.h from GrRenderTargetContext.h by Robert Phillips · 5 years ago
  39. b97da53 Switch Ops over to using GrRecordingContext by Robert Phillips · 5 years ago
  40. dbf7072 Use different classes for client side arrays and GPU buffer objects. by Brian Salomon · 5 years ago
  41. ae64c19 Convert GrBufferType to enum class, rename, and remove dead values by Brian Salomon · 5 years ago
  42. 12d2264 Convert GrBuffer owners to sk_sp by Brian Salomon · 5 years ago
  43. 4b62aed Return GrProcessorSet::Analysis from GrDrawOp::finalize by Chris Dalton · 6 years ago
  44. 0995fd5 Remove SK_LEGACY_TESSELLATOR_CPU_COVERAGE by Brian Osman · 6 years ago
  45. 80879d4 Revert "Revert "Support combining per-vertex coverage with color in default GP vertex shader"" by Brian Osman · 6 years ago
  46. ded032c Revert "Support combining per-vertex coverage with color in default GP vertex shader" by Brian Osman · 6 years ago
  47. 8e13f69 Support combining per-vertex coverage with color in default GP vertex shader 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. cf86085 Replace GrColor4h with SkPMColor4f by Brian Osman · 6 years ago
  51. 936fe7d Pass and return GrColor4h by const& when possible by Brian Osman · 6 years ago
  52. 1be2b7c Keep paint color range/precision into ops and GPs (using GrColor4h) by Brian Osman · 6 years ago
  53. 7d94bb5 Skip visiting for allocator gathering in GrTextureOp when all proxies by Brian Salomon · 6 years ago
  54. d004e0b Cleanup resource flags by Chris Dalton · 6 years ago
  55. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  56. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  57. 641ac7d Make result of GrOp::combineIfPossible be an enum. by Brian Salomon · 6 years ago
  58. b948572 Store GrMeshDrawOps' meshes in GrOpFlushState's arena. by Brian Salomon · 6 years ago
  59. 607be37 GrGeometryProcessor derives from GrNonAtomicRef not GrProgramElement. by Brian Salomon · 6 years ago
  60. b609e6d added byte and ubyte types to SKSL by Ruiqi Mao · 6 years ago
  61. 238069b Reland "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 6 years ago
  62. 143cf8e Revert "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 6 years ago
  63. f4c5bb9 Make GPU cache invalidation SkMessageBus messages go to one GrContext. by Brian Salomon · 6 years ago
  64. 532b3f9 Remove clamping of kPlus with F16 configs by Brian Osman · 6 years ago
  65. 653f42f Deinline some GrPathRenderer method and one GrDrawingMananger method. by Brian Salomon · 6 years ago
  66. 4934890 Refactor GrPipeline dynamic state. by Brian Salomon · 6 years ago
  67. 92be2f7 Revert "Revert "Change how vertex/instance attributes are handled in geometry processors."" by Brian Salomon · 6 years ago
  68. 5045e50 Revert "Change how vertex/instance attributes are handled in geometry processors." by Mike Klein · 6 years ago
  69. 19c1233 Change how vertex/instance attributes are handled in geometry processors. by Brian Salomon · 6 years ago
  70. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  71. afa1158 Make the SkPathRef GenIDChangeListener ref counted by Chris Dalton · 6 years ago
  72. cf6da8c Dump additional details about the gpu resources. by Derek Sollenberger · 6 years ago
  73. a7701e0 GrTessellator: add a #define for max aa verb count. by Stephen White · 7 years ago
  74. d28a79d Make GrResourceProvider more sk_spified by Brian Salomon · 7 years ago
  75. f6f7cf6 Invalidate path VBs when paths are destroyed by Brian Osman · 7 years ago
  76. 9a725dd Use shader based blending to clamp kPlus mode w/F16 by Brian Osman · 7 years ago
  77. f1748f5 Change visitProxies signature by Robert Phillips · 7 years ago
  78. b493eeb Add method to iterate over a GrOp's GrSurfaceProxies by Robert Phillips · 7 years ago
  79. 5ed4423 Improve GrPathRendererChain heuristics by Chris Dalton · 7 years ago
  80. e5ede4b Revert "Improve GrPathRendererChain heuristics" by Chris Dalton · 7 years ago
  81. 60f4249 Improve GrPathRendererChain heuristics by Chris Dalton · 7 years ago
  82. 91326c3 Move GrProcessorSet into GrPipeline by Brian Salomon · 7 years ago
  83. e5b399e Remove GrLegacyMeshDrawOp and GrPipelineBuilder by Brian Salomon · 7 years ago
  84. 9530f7e Revert "Revert "Make TessellatingPathOp be a non-legacy GrMeshDrawOp"" by Brian Salomon · 7 years ago
  85. 7343c19 Revert "Make TessellatingPathOp be a non-legacy GrMeshDrawOp" by Ethan Nicholas · 7 years ago
  86. 086ce11 Make TessellatingPathOp be a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  87. e4f195d GrTessellator: nuke SK_DISABLE_SCREENSPACE_TESS_AA_PATH_RENDERER ifdef. by Stephen White · 7 years ago
  88. 3809bab Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  89. 7cd974f Revert "Add GrPrimitiveType::kLinesAdjacency" by Ravi Mistry · 7 years ago
  90. f7eb015 Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  91. 1d61635 Add support for instanced draws by Chris Dalton · 7 years ago
  92. 114a3c0 Fix glDrawRangeElements by Chris Dalton · 7 years ago
  93. bca46e2 Convert GrMesh back to a class by Chris Dalton · 7 years ago
  94. 1772663 Include non-legacy GrMeshDrawOps in GLPrograms test. by Brian Salomon · 7 years ago
  95. ff92650 Convert GrMesh to a struct by Chris Dalton · 7 years ago
  96. e14bd80 Move GrPipelineBuilder into GrRenderTargetContext::addLegacyDrawOp by Brian Salomon · 7 years ago
  97. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 7 years ago
  98. a811b12 Renames of processor analysis-related classes and method. by Brian Salomon · 7 years ago
  99. e7d3048 Remove GrPipelineOptimizations computation from GrPipeline::init and nest in GrMeshDrawOp. by Brian Salomon · 7 years ago
  100. c0b642c Split GrPipelineInput into separate color and coverage types, the latter of which is just an enum. by Brian Salomon · 7 years ago