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