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