1. 8afde5f Rename outputView->writeView and outputSwizzle->writeSwizzle by Brian Salomon · 4 years, 4 months ago
  2. 4f93c57 Update AAHairlineOp to surface its programInfos at record time by Robert Phillips · 4 years, 4 months ago
  3. eb694b7 Rename GrMesh to GrSimpleMesh by Chris Dalton · 4 years, 4 months ago
  4. 37c7bdd Remove GrMesh::setVertexData by Chris Dalton · 4 years, 5 months ago
  5. 2669a7b More programInfo cleanup by Robert Phillips · 4 years, 5 months ago
  6. f0aee74 Remove (unused) shader caps from default GP factory functions by Brian Osman · 4 years, 5 months ago
  7. 4133dc4 Clean up programInfo creation in GrMeshDrawOp-derived Ops by Robert Phillips · 4 years, 5 months ago
  8. 55f681f Splitup GrSimpleMeshDrawOpHelper.h by Robert Phillips · 4 years, 5 months ago
  9. 6c59fe4 Add a GrSimpleMeshDrawOpHelper CreatePipeline method that doesn't require a GrFlushState by Robert Phillips · 4 years, 5 months ago
  10. 79f336d Remove GrPrimitiveType from GrMesh by Chris Dalton · 4 years, 6 months ago
  11. 788b916 Remove SkTMin and SkTMax by Brian Osman · 4 years, 6 months ago
  12. 28b0c5d Pass Arenas* to GrOpsTask and GrOps instead of multiple pointers to each pool type by Michael Ludwig · 4 years, 7 months ago
  13. 2c38315 hide/remove obsolete/tricky SkMatrix methods by Mike Reed · 4 years, 7 months ago
  14. 4dea72a Reland x3 "Remove most of GrConfig.h" by Brian Salomon · 4 years, 7 months ago
  15. 3f1a98b Reland "Revert "Remove most of GrConfig.h"" by Greg Daniel · 4 years, 7 months ago
  16. 5b9c7ba Revert "Revert "Remove most of GrConfig.h"" by Brian Salomon · 4 years, 7 months ago
  17. d0840ec Provide record time allocator to onCombineIfPossible() by Michael Ludwig · 4 years, 8 months ago
  18. 3968fcb Pull creation of GrPipeline explicitly into the Ops' onExecute methods by Robert Phillips · 4 years, 8 months ago
  19. b0047b5 Revert "Remove most of GrConfig.h" by Brian Salomon · 4 years, 8 months ago
  20. 80e334d Remove most of GrConfig.h by Brian Salomon · 4 years, 8 months ago
  21. 1b3c267 Add helper functions to AAHairlineOp by Robert Phillips · 4 years, 8 months ago
  22. 7cd0bfe No longer ref count GrGeometryProcessors by Robert Phillips · 4 years, 8 months ago
  23. cea290f Add GrPrimitiveType to GrProgramInfo by Robert Phillips · 4 years, 9 months ago
  24. e94cdd2 Use QuadHelper and PatternHelper in more places by Robert Phillips · 4 years, 9 months ago
  25. 5faf474 More bounds fixes for StrokeRect and DefaultPath when using MSAA for non-aa. by Greg Daniel · 4 years, 10 months ago
  26. 92b3335 more rect api simplifications by Mike Reed · 5 years ago
  27. ba7e9a6 never check for degenerates in path::iter by Mike Reed · 5 years ago
  28. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 5 years ago
  29. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  30. 663afe5 Move GrPathUtils, GrRect, and GrShape into src/gpu/geometry/ by Michael Ludwig · 5 years ago
  31. 1706cbf Remove VisitorType from GrOp::visitProxies by Chris Dalton · 5 years ago
  32. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  33. 8fa7ab4 Delay half-float vertex color determination until Op::finalize by Brian Osman · 5 years ago
  34. 5ced0bf Add shader based blending of kPlus for configs that need clamping by Brian Osman · 5 years ago
  35. 09e5689 Replace GrAAType with flags for path renderers by Chris Dalton · 5 years ago
  36. b8fff0d Make mixed samples detection automatic by Chris Dalton · 5 years ago
  37. 07cdcfc9 Reland "Stack-allocate pipelines for GrMeshDrawOp" by Chris Dalton · 5 years ago
  38. 35a3abe Revert "Stack-allocate pipelines for GrMeshDrawOp" by Chris Dalton · 5 years ago
  39. dfe5000 Stack-allocate pipelines for GrMeshDrawOp by Chris Dalton · 5 years ago
  40. b97da53 Switch Ops over to using GrRecordingContext by Robert Phillips · 5 years ago
  41. 12d2264 Convert GrBuffer owners to sk_sp by Brian Salomon · 5 years ago
  42. 4b62aed Return GrProcessorSet::Analysis from GrDrawOp::finalize by Chris Dalton · 6 years ago
  43. 568bec7 Remove templating from QuadUVMatrix::apply, and fix const-ness by Brian Osman · 6 years ago
  44. e3deee1 Use a smaller tolerance when chopping conics to quads by Brian Osman · 6 years ago
  45. f04fb3c Change how GPs configure attributes by Brian Osman · 6 years ago
  46. 9a390ac Guard GrOp::dumpInfo with SK_DEBUG by Brian Osman · 6 years ago
  47. cf86085 Replace GrColor4h with SkPMColor4f by Brian Osman · 6 years ago
  48. 936fe7d Pass and return GrColor4h by const& when possible by Brian Osman · 6 years ago
  49. 1be2b7c Keep paint color range/precision into ops and GPs (using GrColor4h) by Brian Osman · 6 years ago
  50. b41417f Make GrOp base class responsible for merging bounds. by Brian Salomon · 6 years ago
  51. 7d94bb5 Skip visiting for allocator gathering in GrTextureOp when all proxies by Brian Salomon · 6 years ago
  52. 1499d9e Fix up degenerate quads by Jim Van Verth · 6 years ago
  53. 0235c64 Fix GrAAConvexTessellator colinear point removal. by Brian Salomon · 6 years ago
  54. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  55. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  56. 641ac7d Make result of GrOp::combineIfPossible be an enum. by Brian Salomon · 6 years ago
  57. b948572 Store GrMeshDrawOps' meshes in GrOpFlushState's arena. by Brian Salomon · 6 years ago
  58. 607be37 GrGeometryProcessor derives from GrNonAtomicRef not GrProgramElement. by Brian Salomon · 6 years ago
  59. 1d474dd Pin max curvature solutions to 0..1 by Chris Dalton · 6 years ago
  60. b609e6d added byte and ubyte types to SKSL by Ruiqi Mao · 6 years ago
  61. 532b3f9 Remove clamping of kPlus with F16 configs by Brian Osman · 6 years ago
  62. 653f42f Deinline some GrPathRenderer method and one GrDrawingMananger method. by Brian Salomon · 6 years ago
  63. 4934890 Refactor GrPipeline dynamic state. by Brian Salomon · 6 years ago
  64. 92be2f7 Revert "Revert "Change how vertex/instance attributes are handled in geometry processors."" by Brian Salomon · 6 years ago
  65. 5045e50 Revert "Change how vertex/instance attributes are handled in geometry processors." by Mike Klein · 6 years ago
  66. 19c1233 Change how vertex/instance attributes are handled in geometry processors. by Brian Salomon · 6 years ago
  67. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  68. 969a738 Approximate conics as quads in GrAAHairlinePathRenderer when fp32 not supported by Brian Salomon · 6 years ago
  69. 296de50 Fix possible overflows in hair line path renderer vertex counts by Brian Salomon · 6 years ago
  70. 185ffe9 make growToInclude private by Mike Reed · 7 years ago
  71. fa3783f Remove public version of SkMatrix::mapPointsWithStride. by Brian Salomon · 7 years ago
  72. 1706f84 switched GrClipEdge to an enum class by Ethan Nicholas · 7 years ago
  73. 0f3c732 renamed GrPrimitiveEdgeType / GrProcessorEdgeType to GrClipEdgeType by Ethan Nicholas · 7 years ago
  74. df429f3 move parts of SkPoint to SkPointPriv by Cary Clark · 7 years ago
  75. e4442cb convert mapHomogeneousPoints to SkPoint3 by Cary Clark · 7 years ago
  76. d28a79d Make GrResourceProvider more sk_spified by Brian Salomon · 7 years ago
  77. 2e67dea Handle coverage for hairline lines with sub pixel lengths correctly on GPU by Greg Daniel · 7 years ago
  78. 9a725dd Use shader based blending to clamp kPlus mode w/F16 by Brian Osman · 7 years ago
  79. f1748f5 Change visitProxies signature by Robert Phillips · 7 years ago
  80. b493eeb Add method to iterate over a GrOp's GrSurfaceProxies by Robert Phillips · 7 years ago
  81. 5ed4423 Improve GrPathRendererChain heuristics by Chris Dalton · 7 years ago
  82. e5ede4b Revert "Improve GrPathRendererChain heuristics" by Chris Dalton · 7 years ago
  83. 60f4249 Improve GrPathRendererChain heuristics by Chris Dalton · 7 years ago
  84. 3c2d09f change SkRect::growToInclude to take a point instead of x,y by Mike Reed · 7 years ago
  85. 91326c3 Move GrProcessorSet into GrPipeline by Brian Salomon · 7 years ago
  86. e5b399e Remove GrLegacyMeshDrawOp and GrPipelineBuilder by Brian Salomon · 7 years ago
  87. a531f25 Make AAHairlineOp a non-legacy GrDrawMeshOp by Brian Salomon · 7 years ago
  88. cf3dc29 Draw zero length subpaths in AA hairline path renderer by Brian Osman · 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. 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. 7c8460e Make GrRenderTarget[(Proxy)|(Context)]? advertise a "full scene aa type". by Brian Salomon · 7 years ago
  96. 5c77975 Add flag to avoid stencil buffers in Skia by Eric Karl · 7 years ago
  97. ff92650 Convert GrMesh to a struct by Chris Dalton · 7 years ago
  98. e14bd80 Move GrPipelineBuilder into GrRenderTargetContext::addLegacyDrawOp by Brian Salomon · 7 years ago
  99. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 7 years ago
  100. a811b12 Renames of processor analysis-related classes and method. by Brian Salomon · 7 years ago