1. 8afde5f Rename outputView->writeView and outputSwizzle->writeSwizzle by Brian Salomon · 4 years, 4 months ago
  2. 304e14d Remove FixedDynamicState from GrProgramInfo and GrPipeline by Chris Dalton · 4 years, 4 months ago
  3. 3bf2f3a Remove DynamicStateArrays from GrProgramInfo and GrPipeline by Chris Dalton · 4 years, 4 months ago
  4. dbb833b Migrate GrFillRectOp and GrTextureOp to the new bind/draw API by Chris Dalton · 4 years, 4 months ago
  5. eb694b7 Rename GrMesh to GrSimpleMesh by Chris Dalton · 4 years, 4 months ago
  6. 2669a7b More programInfo cleanup by Robert Phillips · 4 years, 5 months ago
  7. 4133dc4 Clean up programInfo creation in GrMeshDrawOp-derived Ops by Robert Phillips · 4 years, 5 months ago
  8. b58098f Add onPrePrepareDraws & createProgramInfo methods to GrDrawVerticesOp (take 2) by Robert Phillips · 4 years, 5 months ago
  9. b43cfa4 Revert "Add onPrePrepareDraws & createProgramInfo methods to GrDrawVerticesOp" by Robert Phillips · 4 years, 5 months ago
  10. d360651 Add onPrePrepareDraws & createProgramInfo methods to GrDrawVerticesOp by Robert Phillips · 4 years, 5 months ago
  11. ce97857 Add GrSimpleMeshDrawOpHelper::CreateProgramInfo by Robert Phillips · 4 years, 5 months ago
  12. fad1e0f Rename 'dstView' to 'outputView' to avoid confusion w/ 'dstProxyView' by Robert Phillips · 4 years, 5 months ago
  13. 6c59fe4 Add a GrSimpleMeshDrawOpHelper CreatePipeline method that doesn't require a GrFlushState by Robert Phillips · 4 years, 5 months ago
  14. 79f336d Remove GrPrimitiveType from GrMesh by Chris Dalton · 4 years, 6 months ago
  15. 03e4c95 Move creation of GrProgramDesc to GrCaps-derived classes by Robert Phillips · 4 years, 8 months ago
  16. fcdd061 Use just GrSurfaceProxy in pipeline management. by Michael Ludwig · 4 years, 8 months ago
  17. 8053c97 Add onPrePrepare to GrFillRRectOp by Robert Phillips · 4 years, 8 months ago
  18. 7cd0bfe No longer ref count GrGeometryProcessors by Robert Phillips · 4 years, 8 months ago
  19. df70f15 Add ClockwiseTestOp::onPrePrepare by Robert Phillips · 4 years, 8 months ago
  20. cea290f Add GrPrimitiveType to GrProgramInfo by Robert Phillips · 4 years, 9 months ago
  21. e94cdd2 Use QuadHelper and PatternHelper in more places by Robert Phillips · 4 years, 9 months ago
  22. 524e28b Use GrSurfaceProxyView for dst proxies. by Greg Daniel · 4 years, 9 months ago
  23. bbd459d Allocate all vertex data in one go w/in GrTextureOp by Robert Phillips · 4 years, 9 months ago
  24. ee08d52 Move creation of AAQuadIndexBuffer to GrResourceProvider by Robert Phillips · 4 years, 9 months ago
  25. 61fc799 Add creation-time POD memory pool for GrOps by Robert Phillips · 4 years, 9 months ago
  26. 29f3854 Start disentangling tessellation from pipeline creation in GrTextureOp by Robert Phillips · 4 years, 9 months ago
  27. 7327c9d Add GrRenderTask and GrOp prePrepare framework by Robert Phillips · 4 years, 10 months ago
  28. b20d7e5 Track all sampled textures in GrOpsTask and pass them to GrOpsRenderPass. by Greg Daniel · 5 years ago
  29. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  30. 07cdcfc9 Reland "Stack-allocate pipelines for GrMeshDrawOp" by Chris Dalton · 5 years ago
  31. 35a3abe Revert "Stack-allocate pipelines for GrMeshDrawOp" by Chris Dalton · 5 years ago
  32. dfe5000 Stack-allocate pipelines for GrMeshDrawOp by Chris Dalton · 5 years ago
  33. dbf7072 Use different classes for client side arrays and GPU buffer objects. by Brian Salomon · 5 years ago
  34. 12d2264 Convert GrBuffer owners to sk_sp by Brian Salomon · 5 years ago
  35. 081e6f3 Rename GrGlyphCache -> GrStrikeCache by Herb Derby · 6 years ago
  36. 588cec7 Reenable GrOp chaining. by Brian Salomon · 6 years ago
  37. f9aabff Move new WriteVertexData utility to a GrVertexWriter helper struct by Brian Osman · 6 years ago
  38. 7d8f82b Added GrMeshDrawOp::WriteVertexData by Brian Osman · 6 years ago
  39. f723264 Revert "Revert "Reland "Add ability to specify different GP textures for each mesh in a draw.""" by Brian Salomon · 6 years ago
  40. cd7907b Revert "Reland "Add ability to specify different GP textures for each mesh in a draw."" by Brian Salomon · 6 years ago
  41. 2d0a6a1 Reland "Add ability to specify different GP textures for each mesh in a draw." by Brian Salomon · 6 years ago
  42. deeb655 Revert "Add ability to specify different GP textures for each mesh in a draw." by Derek Sollenberger · 6 years ago
  43. d1b8a16 Add ability to specify different GP textures for each mesh in a draw. by Brian Salomon · 6 years ago
  44. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  45. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  46. b948572 Store GrMeshDrawOps' meshes in GrOpFlushState's arena. by Brian Salomon · 6 years ago
  47. 607be37 GrGeometryProcessor derives from GrNonAtomicRef not GrProgramElement. by Brian Salomon · 6 years ago
  48. af87483 Move GrGeometryProcessor's textures out of classes and into by Brian Salomon · 6 years ago
  49. f513682 Make fixed dynamic states be conditionally allocated by Brian Salomon · 6 years ago
  50. 238069b Reland "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 6 years ago
  51. 143cf8e Revert "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 6 years ago
  52. f4c5bb9 Make GPU cache invalidation SkMessageBus messages go to one GrContext. by Brian Salomon · 6 years ago
  53. 4934890 Refactor GrPipeline dynamic state. by Brian Salomon · 6 years ago
  54. e475d01 remove stray SkTLList includes by Mike Klein · 6 years ago
  55. 5a66efb Remove GrRestrictedAtlasManager by Robert Phillips · 6 years ago
  56. c4039ea Fission GrAtlasGlyphCache in two (take 2) by Robert Phillips · 6 years ago
  57. 5c56af1 Revert "Fission GrAtlasGlyphCache in two" by Robert Phillips · 6 years ago
  58. acf1790 Fission GrAtlasGlyphCache in two by Robert Phillips · 6 years ago
  59. 7dc6e75 During flush store GrOp draw and upload records on GrOpFlushState instead of on the ops themselves. by Brian Salomon · 7 years ago
  60. 29b60c9 Make deferred upload handling and draw recording be virtual interfaces implemented by GrOpFlushState. by Brian Salomon · 7 years ago
  61. 943ed79 Remove deferred upload types from GrDrawOp.h. by Brian Salomon · 7 years ago
  62. 91326c3 Move GrProcessorSet into GrPipeline by Brian Salomon · 7 years ago
  63. e5b399e Remove GrLegacyMeshDrawOp and GrPipelineBuilder by Brian Salomon · 7 years ago
  64. d261e10 Re-enable opList dependency tracking by Robert Phillips · 7 years ago
  65. f86d37b Rename GrDrawOp::xpRequiresDstTexture to finalize and change return type to an enum by Brian Salomon · 7 years ago
  66. 3809bab Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  67. 7cd974f Revert "Add GrPrimitiveType::kLinesAdjacency" by Ravi Mistry · 7 years ago
  68. f7eb015 Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  69. bca46e2 Convert GrMesh back to a class by Chris Dalton · 7 years ago
  70. ff92650 Convert GrMesh to a struct by Chris Dalton · 7 years ago
  71. f5442bb Split cleanup changes out of bigger CL (take 2) by Robert Phillips · 7 years ago
  72. e186cfd Revert "Split cleanup changes out of bigger CL" by Mike Klein · 7 years ago
  73. cd11c80 Split cleanup changes out of bigger CL by Robert Phillips · 7 years ago
  74. 48d1b4c Revert "Revert "Create GrXferProcessor while doing GrProcessorSet analysis."" by Brian Salomon · 7 years ago
  75. 5dac9b3 Revert "Create GrXferProcessor while doing GrProcessorSet analysis." by Brian Salomon · 7 years ago
  76. 0ae0e23 Create GrXferProcessor while doing GrProcessorSet analysis. by Brian Salomon · 7 years ago
  77. e14bd80 Move GrPipelineBuilder into GrRenderTargetContext::addLegacyDrawOp by Brian Salomon · 7 years ago
  78. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 7 years ago
  79. a811b12 Renames of processor analysis-related classes and method. by Brian Salomon · 7 years ago
  80. e7d3048 Remove GrPipelineOptimizations computation from GrPipeline::init and nest in GrMeshDrawOp. by Brian Salomon · 7 years ago
  81. c0b642c Split GrPipelineInput into separate color and coverage types, the latter of which is just an enum. by Brian Salomon · 7 years ago
  82. 54d212e Revert "Revert "Remove GrPipeline from GrDrawOp."" by Brian Salomon · 7 years ago
  83. c48af93 Revert "Remove GrPipeline from GrDrawOp." by Brian Salomon · 7 years ago
  84. 2bf4b3a Remove GrPipeline from GrDrawOp. by Brian Salomon · 7 years ago
  85. 9e50f7b Store clipped bounds on GrOp rather than in parallel in GrRenderTargetOpList. by Brian Salomon · 7 years ago
  86. bde4285 Rename GrOp::draw to GrOp::execute by Brian Salomon · 8 years ago
  87. 53e4c3c Misc batch->op cleanup Part 2 of 2 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/GrMeshDrawOp.h]
  89. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 8 years ago
  90. dad2923 Rename GrVertexBatch->GrMeshDrawOp by Brian Salomon · 8 years ago[Renamed (89%) from src/gpu/batches/GrVertexBatch.h]
  91. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  92. 36a77ee Refactor GrVkGpuCommandBuffer to handle multiple GrVkCommandBuffers. by Greg Daniel · 8 years ago
  93. 342bfc2 Simplify GrDrawBatch uploads and token uage. by bsalomon · 8 years ago
  94. 397536c Consolidate GPU buffer implementations by cdalton · 8 years ago
  95. f8c3ba4 Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ ) by robertphillips · 8 years ago
  96. 8b1bff2 Consolidate GPU buffer implementations by cdalton · 8 years ago
  97. 0e1853c Update how we send draws to gpu backend to reduce state setting. by egdaniel · 8 years ago
  98. 144c3c8 Make onPrepareDraws const by joshualitt · 9 years ago
  99. f045d60 Make block size a template parameter of SkTLList by bsalomon · 9 years ago
  100. 1b55a96 Reland of add a ClassID function to GrBatch (patchset #1 id:1 of https://codereview.chromium.org/1353043002/ ) by reed · 9 years ago