1. 7cd0bfe No longer ref count GrGeometryProcessors by Robert Phillips · 5 years ago
  2. cea290f Add GrPrimitiveType to GrProgramInfo by Robert Phillips · 5 years ago
  3. e94cdd2 Use QuadHelper and PatternHelper in more places by Robert Phillips · 5 years ago
  4. ee08d52 Move creation of AAQuadIndexBuffer to GrResourceProvider by Robert Phillips · 5 years ago
  5. 5faf474 More bounds fixes for StrokeRect and DefaultPath when using MSAA for non-aa. by Greg Daniel · 5 years ago
  6. d5a9422 Fix stroke outset for NonAAStrokeRectOp. by Greg Daniel · 5 years ago
  7. 747b340 Fix bug where coverage on interior of stroked rects is applied twice by Brian Salomon · 5 years ago
  8. 92b3335 more rect api simplifications by Mike Reed · 5 years ago
  9. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 5 years ago
  10. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  11. de4c58c Combine GrPerspQuad and GrQuad by Michael Ludwig · 5 years ago
  12. 4a0cf50 Remove old GrFillRectOp factories by Michael Ludwig · 5 years ago
  13. aa1b6b3 Make stencilRect() in GrRTCPriv more flexible. by Michael Ludwig · 5 years ago
  14. 1706cbf Remove VisitorType from GrOp::visitProxies by Chris Dalton · 5 years ago
  15. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  16. baa1b35 Rename GrPipeline::Flags to GrPipeline::InputFlags by Chris Dalton · 6 years ago
  17. 8fa7ab4 Delay half-float vertex color determination until Op::finalize by Brian Osman · 6 years ago
  18. 605c6d5 Standardize naming on CoverageAsAlpha (rather than AlphaAsCoverage) by Brian Osman · 6 years ago
  19. 5ced0bf Add shader based blending of kPlus for configs that need clamping by Brian Osman · 6 years ago
  20. b8fff0d Make mixed samples detection automatic by Chris Dalton · 6 years ago
  21. 07cdcfc9 Reland "Stack-allocate pipelines for GrMeshDrawOp" by Chris Dalton · 6 years ago
  22. 35a3abe Revert "Stack-allocate pipelines for GrMeshDrawOp" by Chris Dalton · 6 years ago
  23. dfe5000 Stack-allocate pipelines for GrMeshDrawOp by Chris Dalton · 6 years ago
  24. be9aff2 Remove GrContextPriv.h from GrRenderTargetContext.h by Robert Phillips · 6 years ago
  25. b97da53 Switch Ops over to using GrRecordingContext by Robert Phillips · 6 years ago
  26. dbf7072 Use different classes for client side arrays and GPU buffer objects. by Brian Salomon · 6 years ago
  27. 12d2264 Convert GrBuffer owners to sk_sp by Brian Salomon · 6 years ago
  28. 4b62aed Return GrProcessorSet::Analysis from GrDrawOp::finalize by Chris Dalton · 6 years ago
  29. 2a4c4df Add wide color support to stroke rect op and default GP by Brian Osman · 6 years ago
  30. 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]
  31. cfec9d5 Use GrVertexWriter for GrAAStrokeRectOp by Brian Osman · 6 years ago
  32. 66af080 Remove obsolete SK_IGNORE_ defines by Brian Osman · 6 years ago
  33. f04fb3c Change how GPs configure attributes by Brian Osman · 6 years ago
  34. 9a390ac Guard GrOp::dumpInfo with SK_DEBUG by Brian Osman · 6 years ago
  35. cf86085 Replace GrColor4h with SkPMColor4f by Brian Osman · 6 years ago
  36. 936fe7d Pass and return GrColor4h by const& when possible by Brian Osman · 6 years ago
  37. 1be2b7c Keep paint color range/precision into ops and GPs (using GrColor4h) by Brian Osman · 6 years ago
  38. b41417f Make GrOp base class responsible for merging bounds. by Brian Salomon · 6 years ago
  39. 7d94bb5 Skip visiting for allocator gathering in GrTextureOp when all proxies by Brian Salomon · 6 years ago
  40. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  41. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  42. 641ac7d Make result of GrOp::combineIfPossible be an enum. by Brian Salomon · 6 years ago
  43. b948572 Store GrMeshDrawOps' meshes in GrOpFlushState's arena. by Brian Salomon · 6 years ago
  44. 607be37 GrGeometryProcessor derives from GrNonAtomicRef not GrProgramElement. by Brian Salomon · 6 years ago
  45. b609e6d added byte and ubyte types to SKSL by Ruiqi Mao · 6 years ago
  46. 532b3f9 Remove clamping of kPlus with F16 configs by Brian Osman · 6 years ago
  47. 4934890 Refactor GrPipeline dynamic state. by Brian Salomon · 6 years ago
  48. 92be2f7 Revert "Revert "Change how vertex/instance attributes are handled in geometry processors."" by Brian Salomon · 6 years ago
  49. 5045e50 Revert "Change how vertex/instance attributes are handled in geometry processors." by Mike Klein · 6 years ago
  50. 19c1233 Change how vertex/instance attributes are handled in geometry processors. by Brian Salomon · 6 years ago
  51. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  52. 74f623d make point array methods private by Cary Clark · 7 years ago
  53. d28a79d Make GrResourceProvider more sk_spified by Brian Salomon · 7 years ago
  54. 9a725dd Use shader based blending to clamp kPlus mode w/F16 by Brian Osman · 7 years ago
  55. f1748f5 Change visitProxies signature by Robert Phillips · 7 years ago
  56. b493eeb Add method to iterate over a GrOp's GrSurfaceProxies by Robert Phillips · 7 years ago
  57. 91326c3 Move GrProcessorSet into GrPipeline by Brian Salomon · 7 years ago
  58. 35186b5 Remove GrRectOpFactory::MakeAAFillWithDevRect by Brian Salomon · 7 years ago
  59. f86d37b Rename GrDrawOp::xpRequiresDstTexture to finalize and change return type to an enum by Brian Salomon · 7 years ago
  60. 82dfd3d Add processor info dumping to non-legacy mesh draw ops by Brian Salomon · 7 years ago
  61. baaf439 Revert "Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses."" by Brian Salomon · 7 years ago
  62. a0485d9 Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses." by Brian Salomon · 7 years ago
  63. 1ec03f3 Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses. by Brian Salomon · 7 years ago
  64. 3809bab Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  65. 7cd974f Revert "Add GrPrimitiveType::kLinesAdjacency" by Ravi Mistry · 7 years ago
  66. f7eb015 Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  67. bca46e2 Convert GrMesh back to a class by Chris Dalton · 7 years ago
  68. 1772663 Include non-legacy GrMeshDrawOps in GLPrograms test. by Brian Salomon · 7 years ago
  69. ff92650 Convert GrMesh to a struct by Chris Dalton · 7 years ago
  70. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 8 years ago
  71. a811b12 Renames of processor analysis-related classes and method. by Brian Salomon · 8 years ago
  72. e7d3048 Remove GrPipelineOptimizations computation from GrPipeline::init and nest in GrMeshDrawOp. by Brian Salomon · 8 years ago
  73. c0b642c Split GrPipelineInput into separate color and coverage types, the latter of which is just an enum. by Brian Salomon · 8 years ago
  74. 510dd42 In GrClipStackClip check whether op bounds are inside RT before checking for empty clip stack. by Brian Salomon · 8 years ago
  75. 649a341 Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derived classes. by Brian Salomon · 8 years ago
  76. 5298dc8 Make GrPipelineAnalysis a nested class of GrProcessorSet. by Brian Salomon · 8 years ago
  77. c6b7146 Remove component flags from GrPipelineInput. by Brian Salomon · 8 years ago
  78. 8be952a SkScalarMul is deprecated by Mike Reed · 8 years ago
  79. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 8 years ago
  80. 3de0aee Make SkGpuDevice::drawVertices perform color byte order swap and premul step using vertex shader. by Brian Salomon · 8 years ago
  81. bfd5183 Removes tracking of whether color is ignored by XP. by Brian Salomon · 8 years ago
  82. 8c852be Removing tracking of whether GP/FP coverage calculations are used by XP. by Brian Salomon · 8 years ago
  83. f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago
  84. 53e4c3c Misc batch->op cleanup Part 2 of 2 by Brian Salomon · 8 years ago
  85. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 8 years ago
  86. 5ec9def Rename files, macros, types, and functions related to GrDrawOp testing. by Brian Salomon · 8 years ago
  87. 8c5bad3 Remove the last "batch tracker" from AAStrokeRectOp. by Brian Salomon · 8 years ago
  88. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago[Renamed from src/gpu/batches/GrAAStrokeRectOp.cpp]
  89. 6a63904 Update rect ops to use "op" in their name and return sk_sp. by Brian Salomon · 8 years ago[Renamed (74%) from src/gpu/batches/GrAAStrokeRectBatch.cpp]
  90. 60c05f9 Mark the leaf classes of GrOp final. by Herb Derby · 8 years ago
  91. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 8 years ago
  92. dad2923 Rename GrVertexBatch->GrMeshDrawOp by Brian Salomon · 8 years ago
  93. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  94. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  95. 7c3e718 Remove pipeline info dump from GrDrawBatch by Brian Salomon · 8 years ago
  96. 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  97. d656200 require semi at the end of SkASSERT and friends by caryclark · 8 years ago
  98. 88cf17d Consolidate handling of infinitely thin primitives and aa bloat handing WRT batch bounds. by bsalomon · 8 years ago
  99. 28ef396 Hide NonAAStrokeRectBatch Geometry class and cleanup class. by bsalomon · 8 years ago
  100. 8b7a9e1 Hide geometry class in AAStrokeRectBatch and remove unused Append function. by bsalomon · 8 years ago