1. 5ced0bf Add shader based blending of kPlus for configs that need clamping by Brian Osman · 6 years ago
  2. 09e5689 Replace GrAAType with flags for path renderers by Chris Dalton · 6 years ago
  3. b8fff0d Make mixed samples detection automatic by Chris Dalton · 6 years ago
  4. 07cdcfc9 Reland "Stack-allocate pipelines for GrMeshDrawOp" by Chris Dalton · 6 years ago
  5. 35a3abe Revert "Stack-allocate pipelines for GrMeshDrawOp" by Chris Dalton · 6 years ago
  6. dfe5000 Stack-allocate pipelines for GrMeshDrawOp by Chris Dalton · 6 years ago
  7. be9aff2 Remove GrContextPriv.h from GrRenderTargetContext.h by Robert Phillips · 6 years ago
  8. b97da53 Switch Ops over to using GrRecordingContext by Robert Phillips · 6 years ago
  9. 12d2264 Convert GrBuffer owners to sk_sp by Brian Salomon · 7 years ago
  10. 4b62aed Return GrProcessorSet::Analysis from GrDrawOp::finalize by Chris Dalton · 7 years ago
  11. be7fc46 Restrict ops that can be executed when we have a wrapped vulkan secondary command buffer. by Greg Daniel · 7 years ago
  12. 1688507 Try out clang-tidy, starting with bugprone-use-after-move by Mike Klein · 7 years ago
  13. 72ab346 Consolidate stroke-rect ops and use GrFillRectOp instead of GrNonAA/AARectOp by Michael Ludwig · 7 years ago
  14. f04fb3c Change how GPs configure attributes by Brian Osman · 7 years ago
  15. 9a390ac Guard GrOp::dumpInfo with SK_DEBUG by Brian Osman · 7 years ago
  16. cf86085 Replace GrColor4h with SkPMColor4f by Brian Osman · 7 years ago
  17. 936fe7d Pass and return GrColor4h by const& when possible by Brian Osman · 7 years ago
  18. 1be2b7c Keep paint color range/precision into ops and GPs (using GrColor4h) by Brian Osman · 7 years ago
  19. b41417f Make GrOp base class responsible for merging bounds. by Brian Salomon · 7 years ago
  20. 7d94bb5 Skip visiting for allocator gathering in GrTextureOp when all proxies by Brian Salomon · 7 years ago
  21. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 7 years ago
  22. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 7 years ago
  23. 641ac7d Make result of GrOp::combineIfPossible be an enum. by Brian Salomon · 7 years ago
  24. b948572 Store GrMeshDrawOps' meshes in GrOpFlushState's arena. by Brian Salomon · 7 years ago
  25. 607be37 GrGeometryProcessor derives from GrNonAtomicRef not GrProgramElement. by Brian Salomon · 7 years ago
  26. b609e6d added byte and ubyte types to SKSL by Ruiqi Mao · 7 years ago
  27. 532b3f9 Remove clamping of kPlus with F16 configs by Brian Osman · 7 years ago
  28. 653f42f Deinline some GrPathRenderer method and one GrDrawingMananger method. by Brian Salomon · 7 years ago
  29. 4934890 Refactor GrPipeline dynamic state. by Brian Salomon · 7 years ago
  30. 92be2f7 Revert "Revert "Change how vertex/instance attributes are handled in geometry processors."" by Brian Salomon · 7 years ago
  31. 5045e50 Revert "Change how vertex/instance attributes are handled in geometry processors." by Mike Klein · 7 years ago
  32. 19c1233 Change how vertex/instance attributes are handled in geometry processors. by Brian Salomon · 7 years ago
  33. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 7 years ago
  34. 802cb31 Stop passing GrPrimitiveProcessor to GrMesh::sendToGpu. by Brian Salomon · 7 years ago
  35. 763abf0 Revert "Use a cached index buffer for triangle fans in GrDefaultPathRenderer." by Brian Salomon · 7 years ago
  36. ddff425 Use a cached index buffer for triangle fans in GrDefaultPathRenderer. by Brian Salomon · 7 years ago
  37. 06c3304 Don't use triangle fans in default path renderer by Brian Salomon · 7 years ago
  38. 29f9ed4 Revert "Revert "Make PathGeoBuilder use consistent iterators."" by Brian Salomon · 8 years ago
  39. b451321 Revert "Make PathGeoBuilder use consistent iterators." by Brian Salomon · 8 years ago
  40. 9c8a16b Make PathGeoBuilder use consistent iterators. by Brian Salomon · 8 years ago
  41. ec32534 Revert "Revert "Fix GrDefaultPathRender inversely wound path bug"" by Robert Phillips · 8 years ago
  42. fc28138 Revert "Fix GrDefaultPathRender inversely wound path bug" by Robert Phillips · 8 years ago
  43. 511a9d4 Fix GrDefaultPathRender inversely wound path bug by Robert Phillips · 8 years ago
  44. 9a725dd Use shader based blending to clamp kPlus mode w/F16 by Brian Osman · 8 years ago
  45. f1748f5 Change visitProxies signature by Robert Phillips · 8 years ago
  46. b493eeb Add method to iterate over a GrOp's GrSurfaceProxies by Robert Phillips · 8 years ago
  47. 5ed4423 Improve GrPathRendererChain heuristics by Chris Dalton · 8 years ago
  48. e5ede4b Revert "Improve GrPathRendererChain heuristics" by Chris Dalton · 8 years ago
  49. 60f4249 Improve GrPathRendererChain heuristics by Chris Dalton · 8 years ago
  50. 2cee283 Fix artifacts on tiny stroked paths scaled up a lot. by Stephen White · 8 years ago
  51. 5141d21 Revert "Fix artifacts on tiny stroked paths scaled up a lot." by Robert Phillips · 8 years ago
  52. 267641a Fix artifacts on tiny stroked paths scaled up a lot. by Stephen White · 8 years ago
  53. b74ef03 Hide GrPaint copy constructor and add GrPaint::Clone and remove MoveOrNew and MoveOrCopy. by Brian Salomon · 8 years ago
  54. 91326c3 Move GrProcessorSet into GrPipeline by Brian Salomon · 8 years ago
  55. e5b399e Remove GrLegacyMeshDrawOp and GrPipelineBuilder by Brian Salomon · 8 years ago
  56. ee3e0ba Make DefaultPathOp a non-legacy GrMeshDrawOp by Brian Salomon · 8 years ago
  57. 3902d40 Simplify PathGeoBuilder by Brian Osman · 8 years ago
  58. 49b7b6f Handle too many (or too large) paths in GrDefaultPathRenderer by Brian Osman · 8 years ago
  59. baaf439 Revert "Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses."" by Brian Salomon · 8 years ago
  60. a0485d9 Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses." by Brian Salomon · 8 years ago
  61. 1ec03f3 Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses. by Brian Salomon · 8 years ago
  62. 3809bab Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 8 years ago
  63. 7cd974f Revert "Add GrPrimitiveType::kLinesAdjacency" by Ravi Mistry · 8 years ago
  64. f7eb015 Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 8 years ago
  65. 7f95dfc Revert "Handle too many (or too large) paths in GrDefaultPathRenderer" by Brian Osman · 8 years ago
  66. eb86b70 Handle too many (or too large) paths in GrDefaultPathRenderer by Brian Osman · 8 years ago
  67. fd7819c Revert "Handle too many (or too large) paths in GrDefaultPathRenderer" by Brian Osman · 8 years ago
  68. 6383b29 Handle too many (or too large) paths in GrDefaultPathRenderer by Brian Osman · 8 years ago
  69. 1d61635 Add support for instanced draws by Chris Dalton · 8 years ago
  70. 114a3c0 Fix glDrawRangeElements by Chris Dalton · 8 years ago
  71. bca46e2 Convert GrMesh back to a class by Chris Dalton · 8 years ago
  72. 1772663 Include non-legacy GrMeshDrawOps in GLPrograms test. by Brian Salomon · 8 years ago
  73. ac70f84 Move all non-AA fill rect ops off of GrLegacyMeshDrawOp. by Brian Salomon · 8 years ago
  74. 5c77975 Add flag to avoid stencil buffers in Skia by Eric Karl · 8 years ago
  75. 15b2509 Update minimum non-ES OpenGL spec to 2.0. by Brian Salomon · 8 years ago
  76. f086167 Remove support for GLs without separate stencil. by Brian Salomon · 8 years ago
  77. ff92650 Convert GrMesh to a struct by Chris Dalton · 8 years ago
  78. e14bd80 Move GrPipelineBuilder into GrRenderTargetContext::addLegacyDrawOp by Brian Salomon · 8 years ago
  79. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 8 years ago
  80. 32ebaba Use correct tolerance for conic chopping in MSAA and default path renderers by Brian Salomon · 8 years ago
  81. a811b12 Renames of processor analysis-related classes and method. by Brian Salomon · 8 years ago
  82. e7d3048 Remove GrPipelineOptimizations computation from GrPipeline::init and nest in GrMeshDrawOp. by Brian Salomon · 8 years ago
  83. c0b642c Split GrPipelineInput into separate color and coverage types, the latter of which is just an enum. by Brian Salomon · 8 years ago
  84. 649a341 Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derived classes. by Brian Salomon · 8 years ago
  85. 9e50f7b Store clipped bounds on GrOp rather than in parallel in GrRenderTargetOpList. by Brian Salomon · 8 years ago
  86. 5298dc8 Make GrPipelineAnalysis a nested class of GrProcessorSet. by Brian Salomon · 8 years ago
  87. c6b7146 Remove component flags from GrPipelineInput. by Brian Salomon · 8 years ago
  88. 8be952a SkScalarMul is deprecated by Mike Reed · 8 years ago
  89. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 9 years ago
  90. d4652ca Remove most modifiers of processors on GrPipelineBuilder by Brian Salomon · 9 years ago
  91. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 9 years ago
  92. a163392 Revert "Revert "Removing ref counting from GrXPFactory."" by Brian Salomon · 9 years ago
  93. 003312a Revert "Removing ref counting from GrXPFactory." by Brian Salomon · 9 years ago
  94. a8f80de Removing ref counting from GrXPFactory. by Brian Salomon · 9 years ago
  95. bfd5183 Removes tracking of whether color is ignored by XP. by Brian Salomon · 9 years ago
  96. 8c852be Removing tracking of whether GP/FP coverage calculations are used by XP. by Brian Salomon · 9 years ago
  97. f833478 Remove ref counting from GrOp. by Brian Salomon · 9 years ago
  98. 53e4c3c Misc batch->op cleanup Part 2 of 2 by Brian Salomon · 9 years ago
  99. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 9 years ago
  100. 5ec9def Rename files, macros, types, and functions related to GrDrawOp testing. by Brian Salomon · 9 years ago