1. 52cb1d0 Rename GrXferProcessor::DstProxyView to GrDstProxyView. by John Stiles · 3 years, 1 month ago
  2. 42dbca5 Pass in the color load op to GrProgramInfo. by Greg Daniel · 3 years, 8 months ago
  3. e2296f7 Pass the writeView as a const-ref instead of a pointer … by Adlai Holler · 3 years, 8 months ago
  4. d358cbe Add support for plumbing GrDstSampleType through Ops and Pipeline creation. by Greg Daniel · 3 years, 10 months ago
  5. d1d997e Reland "Improve scissor state tracking in GrRTC" by Michael Ludwig · 4 years, 1 month ago
  6. 4926b07 Revert "Improve scissor state tracking in GrRTC" by Michael Ludwig · 4 years, 1 month ago
  7. 3b923a8 Improve scissor state tracking in GrRTC by Michael Ludwig · 4 years, 1 month ago
  8. 8afde5f Rename outputView->writeView and outputSwizzle->writeSwizzle by Brian Salomon · 4 years, 3 months ago
  9. cad8fba Make GrFillRRectOp a GrMeshDrawOp by Robert Phillips · 4 years, 4 months ago
  10. 304e14d Remove FixedDynamicState from GrProgramInfo and GrPipeline by Chris Dalton · 4 years, 4 months ago
  11. 3bf2f3a Remove DynamicStateArrays from GrProgramInfo and GrPipeline by Chris Dalton · 4 years, 4 months ago
  12. 37c7bdd Remove GrMesh::setVertexData by Chris Dalton · 4 years, 4 months ago
  13. 2669a7b More programInfo cleanup by Robert Phillips · 4 years, 4 months ago
  14. 4133dc4 Clean up programInfo creation in GrMeshDrawOp-derived Ops by Robert Phillips · 4 years, 4 months ago
  15. 6c59fe4 Add a GrSimpleMeshDrawOpHelper CreatePipeline method that doesn't require a GrFlushState by Robert Phillips · 4 years, 4 months ago
  16. 79f336d Remove GrPrimitiveType from GrMesh by Chris Dalton · 4 years, 5 months ago
  17. fcdd061 Use just GrSurfaceProxy in pipeline management. by Michael Ludwig · 4 years, 8 months ago
  18. 7cd0bfe No longer ref count GrGeometryProcessors by Robert Phillips · 4 years, 8 months ago
  19. ff2f380 Only access the scissorState's rect when it is valid by Robert Phillips · 4 years, 8 months ago
  20. cea290f Add GrPrimitiveType to GrProgramInfo by Robert Phillips · 4 years, 8 months ago
  21. e94cdd2 Use QuadHelper and PatternHelper in more places by Robert Phillips · 4 years, 8 months ago
  22. ee08d52 Move creation of AAQuadIndexBuffer to GrResourceProvider by Robert Phillips · 4 years, 9 months ago
  23. 61fc799 Add creation-time POD memory pool for GrOps by Robert Phillips · 4 years, 9 months ago
  24. 2d41d0d Remove GrGpuTextureCommandBuffer class and rename to GrOpsRenderPass. by Greg Daniel · 4 years, 11 months ago
  25. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  26. 07cdcfc9 Reland "Stack-allocate pipelines for GrMeshDrawOp" by Chris Dalton · 5 years ago
  27. 35a3abe Revert "Stack-allocate pipelines for GrMeshDrawOp" by Chris Dalton · 5 years ago
  28. dfe5000 Stack-allocate pipelines for GrMeshDrawOp by Chris Dalton · 5 years ago
  29. dbf7072 Use different classes for client side arrays and GPU buffer objects. by Brian Salomon · 5 years ago
  30. d0fe875 Remove destination GrRenderTargetProxy from GrPipeline by Robert Phillips · 5 years ago
  31. 12d2264 Convert GrBuffer owners to sk_sp by Brian Salomon · 5 years ago
  32. e801210 In GrOpFlushState, store GrOp* rather than Unique ID by Brian Osman · 6 years ago
  33. 588cec7 Reenable GrOp chaining. by Brian Salomon · 6 years ago
  34. f723264 Revert "Revert "Reland "Add ability to specify different GP textures for each mesh in a draw.""" by Brian Salomon · 6 years ago
  35. cd7907b Revert "Reland "Add ability to specify different GP textures for each mesh in a draw."" by Brian Salomon · 6 years ago
  36. 2d0a6a1 Reland "Add ability to specify different GP textures for each mesh in a draw." by Brian Salomon · 6 years ago
  37. deeb655 Revert "Add ability to specify different GP textures for each mesh in a draw." by Derek Sollenberger · 6 years ago
  38. d1b8a16 Add ability to specify different GP textures for each mesh in a draw. by Brian Salomon · 6 years ago
  39. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  40. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  41. b948572 Store GrMeshDrawOps' meshes in GrOpFlushState's arena. by Brian Salomon · 6 years ago
  42. 607be37 GrGeometryProcessor derives from GrNonAtomicRef not GrProgramElement. by Brian Salomon · 6 years ago
  43. af87483 Move GrGeometryProcessor's textures out of classes and into by Brian Salomon · 6 years ago
  44. f513682 Make fixed dynamic states be conditionally allocated by Brian Salomon · 6 years ago
  45. 4934890 Refactor GrPipeline dynamic state. by Brian Salomon · 6 years ago
  46. 7dc6e75 During flush store GrOp draw and upload records on GrOpFlushState instead of on the ops themselves. by Brian Salomon · 7 years ago
  47. 29b60c9 Make deferred upload handling and draw recording be virtual interfaces implemented by GrOpFlushState. by Brian Salomon · 7 years ago
  48. 943ed79 Remove deferred upload types from GrDrawOp.h. by Brian Salomon · 7 years ago
  49. d28a79d Make GrResourceProvider more sk_spified by Brian Salomon · 7 years ago
  50. 500d58b Make Copy Ops to go through GpuCommandBuffer instead of straigt to GPU. by Greg Daniel · 7 years ago
  51. 19e51dc Store GrRenderTarget in GrGpuCommandBuffer by Robert Phillips · 7 years ago
  52. 4f101a7 Make GrGpuCommandBuffer's methods take a GrRenderTargetProxy (rather than a GrRenderTarget) by Robert Phillips · 7 years ago
  53. 2890fbf Make GrPipeline hold a GrRenderTargetProxy (instead of a GrRenderTarget) by Robert Phillips · 7 years ago
  54. e5b399e Remove GrLegacyMeshDrawOp and GrPipelineBuilder by Brian Salomon · 7 years ago
  55. 009e9af Remove GrGpu.h from GrResourceProvider.h by Robert Phillips · 7 years ago
  56. 46983b7 Introduce dynamic pipeline state by Chris Dalton · 7 years ago
  57. 114a3c0 Fix glDrawRangeElements by Chris Dalton · 7 years ago
  58. bca46e2 Convert GrMesh back to a class by Chris Dalton · 7 years ago
  59. 2a55c8e Avoid assertion in MSAA rendering buffer about indexed draw with zero index count by Brian Salomon · 7 years ago
  60. 6d4b65e Revert "Revert "Add a new non-AA rect op that does not inherit from GrLegacyMeshDrawOp."" by Brian Salomon · 7 years ago
  61. 0f35332 Revert "Add a new non-AA rect op that does not inherit from GrLegacyMeshDrawOp." by Brian Salomon · 7 years ago
  62. ff574e0 Add a new non-AA rect op that does not inherit from GrLegacyMeshDrawOp. by Brian Salomon · 7 years ago
  63. ff92650 Convert GrMesh to a struct by Chris Dalton · 7 years ago
  64. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 7 years ago
  65. dbd11ec Init Command buffer on inlineUploads in Vulkan by Greg Daniel · 7 years ago
  66. 54d212e Revert "Revert "Remove GrPipeline from GrDrawOp."" by Brian Salomon · 7 years ago
  67. c48af93 Revert "Remove GrPipeline from GrDrawOp." by Brian Salomon · 7 years ago
  68. 2bf4b3a Remove GrPipeline from GrDrawOp. by Brian Salomon · 7 years ago
  69. 9e50f7b Store clipped bounds on GrOp rather than in parallel in GrRenderTargetOpList. by Brian Salomon · 7 years ago
  70. bde4285 Rename GrOp::draw to GrOp::execute by Brian Salomon · 8 years ago
  71. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago[Renamed from src/gpu/batches/GrMeshDrawOp.cpp]
  72. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 8 years ago
  73. dad2923 Rename GrVertexBatch->GrMeshDrawOp by Brian Salomon · 8 years ago[Renamed (64%) from src/gpu/batches/GrVertexBatch.cpp]
  74. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  75. 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  76. 77b53f6 Support inline uploads in Vulkan by Greg Daniel · 8 years ago
  77. 36a77ee Refactor GrVkGpuCommandBuffer to handle multiple GrVkCommandBuffers. by Greg Daniel · 8 years ago
  78. 9cb6340 Start using GrGpuCommandBuffer in GrDrawTarget. by egdaniel · 8 years ago
  79. 342bfc2 Simplify GrDrawBatch uploads and token uage. by bsalomon · 8 years ago
  80. 397536c Consolidate GPU buffer implementations by cdalton · 8 years ago
  81. f8c3ba4 Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ ) by robertphillips · 8 years ago
  82. 8b1bff2 Consolidate GPU buffer implementations by cdalton · 8 years ago
  83. 0e1853c Update how we send draws to gpu backend to reduce state setting. by egdaniel · 8 years ago
  84. f045d60 Make block size a template parameter of SkTLList by bsalomon · 9 years ago
  85. 1b55a96 Reland of add a ClassID function to GrBatch (patchset #1 id:1 of https://codereview.chromium.org/1353043002/ ) by reed · 9 years ago
  86. 48e3a45 Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://codereview.chromium.org/1352813003/ ) by reed · 9 years ago
  87. eb44d53 add a ClassID function to GrBatch by joshualitt · 9 years ago
  88. a7008403 Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://codereview.chromium.org/1352813003/ ) by joshualitt · 9 years ago
  89. 4078d52 add a ClassID function to GrBatch by joshualitt · 9 years ago
  90. 465283c Remove batchtracker by joshualitt · 9 years ago
  91. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  92. 5346983 Put clear and discard into GrBatch. by bsalomon · 9 years ago
  93. 7539856 Make GrVertexBatch objects hold their own draws during GrDrawTarget flush by bsalomon · 9 years ago
  94. 16b9913 Split GrDrawBatch and GrVertexBatch into their own files by bsalomon · 9 years ago