1. 8afde5f Rename outputView->writeView and outputSwizzle->writeSwizzle by Brian Salomon · 4 years, 4 months ago
  2. c655c3a Make GrOp::onPrePrepare be pure virtual by Robert Phillips · 4 years, 4 months ago
  3. 3968fcb Pull creation of GrPipeline explicitly into the Ops' onExecute methods by Robert Phillips · 4 years, 8 months ago
  4. 5faf474 More bounds fixes for StrokeRect and DefaultPath when using MSAA for non-aa. by Greg Daniel · 4 years, 10 months ago
  5. e1efd38 Remove GrPendingIOResource by Robert Phillips · 5 years ago
  6. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 5 years ago
  7. 1706cbf Remove VisitorType from GrOp::visitProxies by Chris Dalton · 5 years ago
  8. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  9. 5ced0bf Add shader based blending of kPlus for configs that need clamping by Brian Osman · 5 years ago
  10. 09e5689 Replace GrAAType with flags for path renderers by Chris Dalton · 5 years ago
  11. b8fff0d Make mixed samples detection automatic by Chris Dalton · 5 years ago
  12. b97da53 Switch Ops over to using GrRecordingContext by Robert Phillips · 5 years ago
  13. 4b62aed Return GrProcessorSet::Analysis from GrDrawOp::finalize by Chris Dalton · 6 years ago
  14. 588cec7 Reenable GrOp chaining. by Brian Salomon · 6 years ago
  15. 9a390ac Guard GrOp::dumpInfo with SK_DEBUG by Brian Osman · 6 years ago
  16. cf86085 Replace GrColor4h with SkPMColor4f by Brian Osman · 6 years ago
  17. 936fe7d Pass and return GrColor4h by const& when possible by Brian Osman · 6 years ago
  18. 1be2b7c Keep paint color range/precision into ops and GPs (using GrColor4h) by Brian Osman · 6 years ago
  19. 7d94bb5 Skip visiting for allocator gathering in GrTextureOp when all proxies by Brian Salomon · 6 years ago
  20. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  21. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  22. 641ac7d Make result of GrOp::combineIfPossible be an enum. by Brian Salomon · 6 years ago
  23. 532b3f9 Remove clamping of kPlus with F16 configs by Brian Osman · 6 years ago
  24. 9aa30c6 Remove sRGB config checks based on color space by Brian Osman · 6 years ago
  25. e475d01 remove stray SkTLList includes by Mike Klein · 6 years ago
  26. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  27. 3746ac2 Remove path ranges from gpu. by Ben Wagner · 6 years ago
  28. 9a725dd Use shader based blending to clamp kPlus mode w/F16 by Brian Osman · 7 years ago
  29. f1748f5 Change visitProxies signature by Robert Phillips · 7 years ago
  30. b493eeb Add method to iterate over a GrOp's GrSurfaceProxies by Robert Phillips · 7 years ago
  31. 91326c3 Move GrProcessorSet into GrPipeline by Brian Salomon · 7 years ago
  32. 972b2f6 Initialize GrPipeline at construction. by Brian Salomon · 7 years ago
  33. f86d37b Rename GrDrawOp::xpRequiresDstTexture to finalize and change return type to an enum by Brian Salomon · 7 years ago
  34. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  35. 611572c Remove srgb flags from GrProcessorSet by Brian Salomon · 7 years ago
  36. 48d1b4c Revert "Revert "Create GrXferProcessor while doing GrProcessorSet analysis."" by Brian Salomon · 7 years ago
  37. 5dac9b3 Revert "Create GrXferProcessor while doing GrProcessorSet analysis." by Brian Salomon · 7 years ago
  38. 0ae0e23 Create GrXferProcessor while doing GrProcessorSet analysis. by Brian Salomon · 7 years ago
  39. a811b12 Renames of processor analysis-related classes and method. by Brian Salomon · 7 years ago
  40. e7d3048 Remove GrPipelineOptimizations computation from GrPipeline::init and nest in GrMeshDrawOp. by Brian Salomon · 7 years ago
  41. 3185384 Remove GrXferProcessor::getOptimizations. by Brian Salomon · 7 years ago
  42. c0b642c Split GrPipelineInput into separate color and coverage types, the latter of which is just an enum. by Brian Salomon · 7 years ago
  43. 70288c0 Add function to perform color fragment processor elimination while performing FP analysis. by Brian Salomon · 7 years ago
  44. 54d212e Revert "Revert "Remove GrPipeline from GrDrawOp."" by Brian Salomon · 7 years ago
  45. c48af93 Revert "Remove GrPipeline from GrDrawOp." by Brian Salomon · 7 years ago
  46. 2bf4b3a Remove GrPipeline from GrDrawOp. by Brian Salomon · 7 years ago
  47. 9e50f7b Store clipped bounds on GrOp rather than in parallel in GrRenderTargetOpList. by Brian Salomon · 7 years ago
  48. 5298dc8 Make GrPipelineAnalysis a nested class of GrProcessorSet. by Brian Salomon · 7 years ago
  49. c6b7146 Remove component flags from GrPipelineInput. by Brian Salomon · 7 years ago
  50. 9a51498 Remove component flags from GrXPFactory output analysis. by Brian Salomon · 7 years ago
  51. ecea86a Cleanup ops that are storing GrPipelineOptimizations. by Brian Salomon · 8 years ago
  52. f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago
  53. bde4285 Rename GrOp::draw to GrOp::execute by Brian Salomon · 8 years ago
  54. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 8 years ago
  55. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago[Renamed from src/gpu/batches/GrDrawPathOp.h]
  56. 82c263f Rename NVPR batch->op and sk_sp'ify by Brian Salomon · 8 years ago[Renamed (66%) from src/gpu/batches/GrDrawPathBatch.h]
  57. fc527d2 Even more batch->op and sk_sp'ification. by Brian Salomon · 8 years ago
  58. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 8 years ago
  59. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  60. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  61. 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  62. c633abb Remove GrStencilSettings from GrPipeline by csmartdalton · 8 years ago
  63. 36a77ee Refactor GrVkGpuCommandBuffer to handle multiple GrVkCommandBuffers. by Greg Daniel · 8 years ago
  64. a224bb7 Avoid unnecessary GrShape->SkPath conversion in GrStencilAndCoverPathRenderer by bsalomon · 8 years ago
  65. 88cf17d Consolidate handling of infinitely thin primitives and aa bloat handing WRT batch bounds. by bsalomon · 8 years ago
  66. 193d9cf Eliminate special case nvpr batch handling by cdalton · 8 years ago
  67. 93a379b Separate user and raw stencil settings by cdalton · 8 years ago
  68. e19aecd Revert of Separate user and raw stencil settings (patchset #8 id:140001 of https://codereview.chromium.org/1962243002/ ) by robertphillips · 8 years ago
  69. 12dbb39 Separate user and raw stencil settings by cdalton · 8 years ago
  70. 1dc1721 Revert of Batch multiple single NVPR draw paths to instanced draws (patchset #5 id:80001 of https://codereview.chromium.org/1908433002/ ) by stephana · 8 years ago
  71. 3c33c38 Batch multiple single NVPR draw paths to instanced draws by kkinnunen · 8 years ago
  72. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  73. 2279325 added support for PLS path rendering by ethannicholas · 8 years ago
  74. cdd4682 Improve nvpr glyph batching by cdalton · 9 years ago
  75. 8ff8d24 Remove drawPathsFromRange from GrDrawContext by cdalton · 9 years ago
  76. ff21032 New API for computing optimization invariants. by ethannicholas · 9 years ago
  77. bf07455 Make stencil and cover path rendering have more reasonable bounds. by bsalomon · 9 years ago
  78. f045d60 Make block size a template parameter of SkTLList by bsalomon · 9 years ago
  79. 8585dd2 Updates nvpr text blobs to not store a direct reference to the by cdalton · 9 years ago
  80. d120105 Make path range loading explicit by cdalton · 9 years ago
  81. 106b124 Remove SkNEW and SkDELETE macros by mdempsky · 9 years ago
  82. 1b55a96 Reland of add a ClassID function to GrBatch (patchset #1 id:1 of https://codereview.chromium.org/1353043002/ ) by reed · 9 years ago
  83. 48e3a45 Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://codereview.chromium.org/1352813003/ ) by reed · 9 years ago
  84. eb44d53 add a ClassID function to GrBatch by joshualitt · 9 years ago
  85. a7008403 Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://codereview.chromium.org/1352813003/ ) by joshualitt · 9 years ago
  86. 4078d52 add a ClassID function to GrBatch by joshualitt · 9 years ago
  87. 465283c Remove batchtracker by joshualitt · 9 years ago
  88. f238469 Late creation of GrPathProcessor by joshualitt · 9 years ago
  89. a82bf95 Fix leak of path ranges by bsalomon · 9 years ago
  90. 1fcc01c GrPathRangeBatch by bsalomon · 9 years ago
  91. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  92. 3a30cc1 Thou shalt use override consistently. by mtklein · 9 years ago
  93. add79ef Put drawPath in GrBatch. by bsalomon · 9 years ago