1. 28b0c5d Pass Arenas* to GrOpsTask and GrOps instead of multiple pointers to each pool type by Michael Ludwig · 4 years, 10 months ago
  2. d0840ec Provide record time allocator to onCombineIfPossible() by Michael Ludwig · 4 years, 10 months ago
  3. cb10e4d Reland "Detach op memory pool from recording context" by Michael Ludwig · 4 years, 10 months ago
  4. ed58654 Revert "Detach op memory pool from recording context" by Derek Sollenberger · 4 years, 10 months ago
  5. 6b95516 Detach op memory pool from recording context by Michael Ludwig · 4 years, 10 months ago
  6. fcdd061 Use just GrSurfaceProxy in pipeline management. by Michael Ludwig · 4 years, 11 months ago
  7. 438d986 Respect max index buffer sizes in GrFillRectOp::MakeSet by Robert Phillips · 5 years ago
  8. ae01f62 Revert "Respect the max indexBuffer limits in the bulk texture draw API" by Robert Phillips · 5 years ago
  9. dd947ce Respect the max indexBuffer limits in the bulk texture draw API by Robert Phillips · 5 years ago
  10. 524e28b Use GrSurfaceProxyView for dst proxies. by Greg Daniel · 5 years ago
  11. 16f5c65 Use GrSurfaceProxyView in RenderTasks. by Greg Daniel · 5 years ago
  12. 29f3854 Start disentangling tessellation from pipeline creation in GrTextureOp by Robert Phillips · 5 years ago
  13. 7327c9d Add GrRenderTask and GrOp prePrepare framework by Robert Phillips · 5 years ago
  14. 674f77a Clear and discard stencil buffers on tilers, take 2 by Chris Dalton · 5 years ago
  15. 94ed83f Don't execute OpsTask which will have no effect on their target. by Greg Daniel · 5 years ago
  16. 16a33c6 Move the msaa dirty rect to GrRenderTargetProxy by Chris Dalton · 5 years ago
  17. b20d7e5 Track all sampled textures in GrOpsTask and pass them to GrOpsRenderPass. by Greg Daniel · 5 years ago
  18. 15ecdf9 Just skip uninstantiated GrOps instead of delete them on flush. by Greg Daniel · 5 years ago
  19. a43e2d2 Don't assert mips actually need resolve during texResolveRenderTask by Chris Dalton · 5 years ago
  20. dcf9ca1 Have visitProxies take a GrTexutreProxy instead of GrSurfaceProxy. by Greg Daniel · 5 years ago
  21. c4b4735 Don't pass around renderTargetContexts from onFlush callbacks by Chris Dalton · 5 years ago
  22. f41b2bd Reland "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago[Renamed (86%) from src/gpu/GrRenderTargetOpList.h]
  23. f21bf9e Revert "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago[Renamed (86%) from src/gpu/GrOpsTask.h]
  24. 2a59541 Merge GrOpList and GrRTOpList and rename to GrOpsTask. by Greg Daniel · 5 years ago[Renamed (86%) from src/gpu/GrRenderTargetOpList.h]
  25. e227fe4 Move CopyOps to CopyRenderTask. by Greg Daniel · 5 years ago
  26. aa3cbb8 Mark mipmaps dirty from makeClosed() rather than opList constructors by Chris Dalton · 5 years ago
  27. bbfec9d Move transferFrom commands from GrOp and into GrRenderTask. by Greg Daniel · 5 years ago
  28. 0875512 Add a GrTextureResolveManager class by Chris Dalton · 5 years ago
  29. f8e5aad Remove 'dst' argument from GrOpList::copySurface by Chris Dalton · 5 years ago
  30. 6b49810 Extract a GrRenderTask base class from GrOpList by Chris Dalton · 5 years ago
  31. f77c146 Make read/write/transfer pixels functions take surface color type by Brian Salomon · 5 years ago
  32. 4d2d6f4 Lift GrRenderTarget::transferFrom to GrSurfaceContext. by Brian Salomon · 5 years ago
  33. 6b98280 Track if we need stencil on GrRenderTargetContext by Chris Dalton · 5 years ago
  34. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  35. 7eb5c0f Add "GrMipMapped" parameter to visitProxies by Chris Dalton · 5 years ago
  36. 1706cbf Remove VisitorType from GrOp::visitProxies by Chris Dalton · 5 years ago
  37. 729a23f Move ccpr headers for display list out of include/private. by Ben Wagner · 5 years ago
  38. 6e17f1d Revert "Clear and discard stencil buffers on tilers" by Michael Ludwig · 5 years ago
  39. 7b2c855 Clear and discard stencil buffers on tilers by Chris Dalton · 5 years ago
  40. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  41. 12c4629 Remove the option of disabling explicit resource allocation by Robert Phillips · 5 years ago
  42. 831a293 Plumb sk_sp through the GrOpList class hierarchy by Robert Phillips · 5 years ago
  43. 9313aa7 Skip flush in GrDrawingManager if the specifed proxy doesn't have any work (take 2) by Robert Phillips · 5 years ago
  44. 9a7c7be Revert "Skip flush in GrDrawingManager if the specifed proxy doesn't have any work" by Robert Phillips · 5 years ago
  45. 4187ac5 Skip flush in GrDrawingManager if the specifed proxy doesn't have any work by Robert Phillips · 5 years ago
  46. cb32415 Add support for VK_IMAGE_LAYOUT_PRESENT_SRC_KHR in skia vulkan. by Greg Daniel · 6 years ago
  47. be9aff2 Remove GrContextPriv.h from GrRenderTargetContext.h by Robert Phillips · 6 years ago
  48. 945ee65 Enforce non-overlap constraint from GrRenderTargetOpList by Chris Dalton · 6 years ago
  49. ee21e6b Move Op chain bounds calculations into tryConcat by Chris Dalton · 6 years ago
  50. 6f6ae6a Convert GrRenderTargetOpList::tryConcat to an OOP-style method by Chris Dalton · 6 years ago
  51. c39d0c8 Implement generic draw-as-clear fallback for color and stencil by Michael Ludwig · 6 years ago
  52. 588cec7 Reenable GrOp chaining. by Brian Salomon · 6 years ago
  53. 9a9baae Use SkPMColor4f throughout clear APIs by Brian Osman · 6 years ago
  54. 348a037 Change mechanism that lets GrRenderTargetContext caller get op list ID. by Brian Salomon · 6 years ago
  55. 1986f88 Remove unused GrOpList::numOps() by Brian Salomon · 6 years ago
  56. 7d94bb5 Skip visiting for allocator gathering in GrTextureOp when all proxies by Brian Salomon · 6 years ago
  57. f723264 Revert "Revert "Reland "Add ability to specify different GP textures for each mesh in a draw.""" by Brian Salomon · 6 years ago
  58. cd7907b Revert "Reland "Add ability to specify different GP textures for each mesh in a draw."" by Brian Salomon · 6 years ago
  59. 2d0a6a1 Reland "Add ability to specify different GP textures for each mesh in a draw." by Brian Salomon · 6 years ago
  60. deeb655 Revert "Add ability to specify different GP textures for each mesh in a draw." by Derek Sollenberger · 6 years ago
  61. d1b8a16 Add ability to specify different GP textures for each mesh in a draw. by Brian Salomon · 6 years ago
  62. d25f5bc Allow GrOps to chain themselves together instead of merging. by Brian Salomon · 6 years ago
  63. 2739ab0 Fix explicit resource allocator bug by Robert Phillips · 6 years ago
  64. 6a4e60b Revert "Reduce arbitrary opList splitting when sorting (take 2)" by Robert Phillips · 6 years ago
  65. 20d4e54 Reduce arbitrary opList splitting when sorting (take 2) by Robert Phillips · 6 years ago
  66. c3833b4 Revert "Add genIDs from all contributing elements to GrReducedClip's mask key." by Brian Salomon · 6 years ago
  67. 1354048 Add genIDs from all contributing elements to GrReducedClip's mask key. by Brian Salomon · 6 years ago
  68. c994a93 Move op memory storage to GrContext (take 2) by Robert Phillips · 6 years ago
  69. 4f6ba2e Revert "Move op memory storage to GrContext" by Robert Phillips · 6 years ago
  70. c8cee44 Move op memory storage to GrContext by Robert Phillips · 6 years ago
  71. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  72. f104fec Delete GrDrawOp::wasRecorded by Chris Dalton · 6 years ago
  73. 2748391 Add ability to dump opList info at flush-time by Robert Phillips · 6 years ago
  74. 3a9710b Add handling for allocation failure in GrTextureOpList by Robert Phillips · 7 years ago
  75. aa3dfbe Remove Ops whose lazy proxies fail to instantiate on flush by Greg Daniel · 7 years ago
  76. 88260b5 Split GrContext into Normal/DDL flavors by Robert Phillips · 7 years ago
  77. 07320e4 Revert "Move more internal methods from GrContext to GrContextPriv" by Hal Canary · 7 years ago
  78. f440cec Move more internal methods from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  79. f06c358 Remove instanced rendering by Brian Salomon · 7 years ago
  80. 706a6ff Add "lazy" texture proxies by Chris Dalton · 7 years ago
  81. 8816b93 Make sure to visit clips and dst proxies during gather by Chris Dalton · 7 years ago
  82. c3fd600 Revert "Make sure to visit clips and dst proxies during gather" by Chris Dalton · 7 years ago
  83. c666502 Make sure to visit clips and dst proxies during gather by Chris Dalton · 7 years ago
  84. 584a79a Reland "Fold analytic clip FPs into GrReducedClip" by Chris Dalton · 7 years ago
  85. 554c1f0 Revert "Fold analytic clip FPs into GrReducedClip" by Brian Osman · 7 years ago
  86. 4355b26 Fold analytic clip FPs into GrReducedClip by Chris Dalton · 7 years ago
  87. d8d1593 Revert "Fold analytic clip FPs into GrReducedClip" by Chris Dalton · 7 years ago
  88. d29e0da Fold analytic clip FPs into GrReducedClip by Chris Dalton · 7 years ago
  89. a47b575 Revert "Fold analytic clip FPs into GrReducedClip" by Chris Dalton · 7 years ago
  90. 1af37b7 Fold analytic clip FPs into GrReducedClip by Chris Dalton · 7 years ago
  91. a84cacf Rename GrOpList::reset to endFlush by Chris Dalton · 7 years ago
  92. d375dbf Land scaffolding for explicit MDB resource allocation by Robert Phillips · 7 years ago
  93. 9d6c64f Make GrCopySurfaceOp participate in the GrOplist DAG by Robert Phillips · 7 years ago
  94. b493eeb Add method to iterate over a GrOp's GrSurfaceProxies by Robert Phillips · 7 years ago
  95. 380b90c Push full screen clears up to OpList by Robert Phillips · 7 years ago
  96. 407b342 Add GrPrepareCallback, always run at the start of flush by Brian Osman · 7 years ago
  97. bfd18cd Move GrAppliedClip into GrPipeline by Brian Salomon · 7 years ago
  98. e5b399e Remove GrLegacyMeshDrawOp and GrPipelineBuilder by Brian Salomon · 7 years ago
  99. 806be2d Improve handling of clip stack ID by Robert Phillips · 7 years ago
  100. 2de8cfa Move copy operation from GrRenderTargetContext/GrTextureContext to GrSurfaceContext by Robert Phillips · 7 years ago