1. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  2. 945ee65 Enforce non-overlap constraint from GrRenderTargetOpList by Chris Dalton · 6 years ago
  3. ee21e6b Move Op chain bounds calculations into tryConcat by Chris Dalton · 6 years ago
  4. 6f6ae6a Convert GrRenderTargetOpList::tryConcat to an OOP-style method by Chris Dalton · 6 years ago
  5. c39d0c8 Implement generic draw-as-clear fallback for color and stencil by Michael Ludwig · 6 years ago
  6. 9548c3b42 No longer round the non-AA clip bounds by Robert Phillips · 6 years ago
  7. 070cbaf Add support to gpu command buffers to wrap an external command buffer. by Greg Daniel · 6 years ago
  8. 1688507 Try out clang-tidy, starting with bugprone-use-after-move by Mike Klein · 6 years ago
  9. 52a6ed3 Fix audit trail when ops merge after chaining change. by Brian Salomon · 6 years ago
  10. 19ec80f Discard ops that don't have a finite bounds. by Brian Salomon · 6 years ago
  11. 588cec7 Reenable GrOp chaining. by Brian Salomon · 6 years ago
  12. 9a9baae Use SkPMColor4f throughout clear APIs by Brian Osman · 6 years ago
  13. 348a037 Change mechanism that lets GrRenderTargetContext caller get op list ID. by Brian Salomon · 6 years ago
  14. a7682c8 Disable GrOp chaining. by Brian Salomon · 6 years ago
  15. 029b22c error when draw ops do not go through addDrawOp by Ethan Nicholas · 6 years ago
  16. 56d19a5 add support for clears to Metal backend by Ethan Nicholas · 6 years ago
  17. 7d94bb5 Skip visiting for allocator gathering in GrTextureOp when all proxies by Brian Salomon · 6 years ago
  18. a41a74a Revert "In GrVkGpuCommandBuffer when setting bounds to full RT use proxy bounds instead of surface." by Greg Daniel · 6 years ago
  19. 9b7bfd0 In GrVkGpuCommandBuffer when setting bounds to full RT use proxy bounds instead of surface. by Greg Daniel · 6 years ago
  20. c525d4f When merging into an already chained op update the head's op bounds. by Brian Salomon · 6 years ago
  21. 764e546 Fix op chaining painter's order violation in GrRenderTargetOpList. by Brian Salomon · 6 years ago
  22. 5b5d84c Cache the command buffer objects by Robert Phillips · 6 years ago
  23. d25f5bc Allow GrOps to chain themselves together instead of merging. by Brian Salomon · 6 years ago
  24. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  25. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  26. 641ac7d Make result of GrOp::combineIfPossible be an enum. by Brian Salomon · 6 years ago
  27. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 6 years ago
  28. ed1205a Make GrRenderTargetOpList::purgeOpsWithUninstantiatedProxies match the GrTextureOpList version by Robert Phillips · 6 years ago
  29. c3833b4 Revert "Add genIDs from all contributing elements to GrReducedClip's mask key." by Brian Salomon · 6 years ago
  30. 1354048 Add genIDs from all contributing elements to GrReducedClip's mask key. by Brian Salomon · 6 years ago
  31. c994a93 Move op memory storage to GrContext (take 2) by Robert Phillips · 6 years ago
  32. 4f6ba2e Revert "Move op memory storage to GrContext" by Robert Phillips · 6 years ago
  33. c8cee44 Move op memory storage to GrContext by Robert Phillips · 6 years ago
  34. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  35. f104fec Delete GrDrawOp::wasRecorded by Chris Dalton · 6 years ago
  36. 9712601 Add more granularity inside of SkCanvas::Flush traces. by Xiao Yu · 6 years ago
  37. 2748391 Add ability to dump opList info at flush-time by Robert Phillips · 6 years ago
  38. dbdba60 Add discard check when deciding if we should execute op list or not. by Greg Daniel · 6 years ago
  39. 3a9710b Add handling for allocation failure in GrTextureOpList by Robert Phillips · 6 years ago
  40. aa3dfbe Remove Ops whose lazy proxies fail to instantiate on flush by Greg Daniel · 7 years ago
  41. 88260b5 Split GrContext into Normal/DDL flavors by Robert Phillips · 7 years ago
  42. 07320e4 Revert "Move more internal methods from GrContext to GrContextPriv" by Hal Canary · 7 years ago
  43. f440cec Move more internal methods from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  44. 6be756b Move resourceProvider accessor to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  45. be46e24 Revert "Move resourceProvider accessor to GrContextPriv" by Hal Canary · 7 years ago
  46. 1f9ed85 Move resourceProvider accessor to GrContextPriv by Robert Phillips · 7 years ago
  47. f06c358 Remove instanced rendering by Brian Salomon · 7 years ago
  48. 51b20f2 Add explicit GPU resource allocation of deferred proxies by Robert Phillips · 7 years ago
  49. 706a6ff Add "lazy" texture proxies by Chris Dalton · 7 years ago
  50. 8816b93 Make sure to visit clips and dst proxies during gather by Chris Dalton · 7 years ago
  51. c3fd600 Revert "Make sure to visit clips and dst proxies during gather" by Chris Dalton · 7 years ago
  52. c666502 Make sure to visit clips and dst proxies during gather by Chris Dalton · 7 years ago
  53. 6368e32 Revert "Make sure to visit clips and dst proxies during gather" by Robert Phillips · 7 years ago
  54. b9d98e3 Make sure to visit clips and dst proxies during gather by Chris Dalton · 7 years ago
  55. c82dd4e Delete an opList's clips when it survives a flush by Chris Dalton · 7 years ago
  56. f8e2502 Prepare to enable explicit gpu resource allocation (take 2) by Robert Phillips · 7 years ago
  57. 065b41d Revert "Prepare to enable explicit gpu resource allocation" by Greg Daniel · 7 years ago
  58. f290376 Prepare to enable explicit gpu resource allocation by Robert Phillips · 7 years ago
  59. 6a40abc Revert "Implement window rectangles in vulkan" by Jim Van Verth · 7 years ago
  60. 94c0468 Implement window rectangles in vulkan by Chris Dalton · 7 years ago
  61. 8186cbe Make the intervals in GrResourceAllocator use SkArenaAlloc by Robert Phillips · 7 years ago
  62. 29b60c9 Make deferred upload handling and draw recording be virtual interfaces implemented by GrOpFlushState. by Brian Salomon · 7 years ago
  63. a84cacf Rename GrOpList::reset to endFlush by Chris Dalton · 7 years ago
  64. 099fa0f Revert^6 "Make threaded proxy generation MDB-friendly, and defer instantiation" by Brian Osman · 7 years ago
  65. 9b1f4bd Revert "Revert "Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation""""" by Brian Osman · 7 years ago
  66. fdd2cb5 Revert "Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation"""" by Brian Osman · 7 years ago
  67. 9f8d4d3 Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation""" by Brian Osman · 7 years ago
  68. e8b8397 Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation"" by Brian Osman · 7 years ago
  69. d375dbf Land scaffolding for explicit MDB resource allocation by Robert Phillips · 7 years ago
  70. 9d6c64f Make GrCopySurfaceOp participate in the GrOplist DAG by Robert Phillips · 7 years ago
  71. cb2e235 Reduce stencil buffer clearing by Robert Phillips · 7 years ago
  72. 380b90c Push full screen clears up to OpList by Robert Phillips · 7 years ago
  73. 6b47c7d Store discard request on the opList and remove GrDiscardOp (take 3) by Robert Phillips · 7 years ago
  74. 445b557 Revert "Store discard request on the opList and remove GrDiscardOp (take 2)" by Robert Phillips · 7 years ago
  75. 9b0b32f Store discard request on the opList and remove GrDiscardOp (take 2) by Robert Phillips · 7 years ago
  76. 500d58b Make Copy Ops to go through GpuCommandBuffer instead of straigt to GPU. by Greg Daniel · 7 years ago
  77. 407b342 Add GrPrepareCallback, always run at the start of flush by Brian Osman · 7 years ago
  78. 2af578d Add additional logging in GrRenderTargetOpList by Stan Iliev · 7 years ago
  79. 54190c4 Revert "Store discard request on the opList and remove GrDiscardOp" by Robert Phillips · 7 years ago
  80. b681a0f Store discard request on the opList and remove GrDiscardOp by Robert Phillips · 7 years ago
  81. 9521447 Add explicit clear of stencil buffer before opLists that use them by Robert Phillips · 7 years ago
  82. 2890fbf Make GrPipeline hold a GrRenderTargetProxy (instead of a GrRenderTarget) by Robert Phillips · 7 years ago
  83. 81dd3e0 Finish a few MDB TODOs by Robert Phillips · 7 years ago
  84. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  85. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  86. a16f6cb Update copyOp to split-opList world by Robert Phillips · 7 years ago
  87. 48567ac update GrOp printouts by Robert Phillips · 7 years ago
  88. 5efd5ea Update clearOp for split-OpList world (take 3) by Robert Phillips · 7 years ago
  89. bb581ce Convert DstTexture to DstProxy (take 2) by Robert Phillips · 7 years ago
  90. fb65a9f Revert "Update clearOp for split-OpList world (take 2)" by Mike Klein · 7 years ago
  91. 3fdd0bf Update clearOp for split-OpList world (take 2) by Robert Phillips · 7 years ago
  92. 33f8315 Revert "Update clearOp for split-OpList world" by Robert Phillips · 7 years ago
  93. 7f1ce29 Update clearOp for split-OpList world by Robert Phillips · 7 years ago
  94. 318c419 Remove RenderTarget pointer from GrRenderTargetOpList::RecordedOp by Robert Phillips · 7 years ago
  95. c375704 Revert "Convert DstTexture to DstProxy" by Robert Phillips · 7 years ago
  96. 87f7f1c Convert DstTexture to DstProxy by Robert Phillips · 7 years ago
  97. 18e9484 Rename finishOpList to finishFlush and call it less frequently by Robert Phillips · 7 years ago
  98. 6cdc22c Split up opLists (take 3) by Robert Phillips · 7 years ago
  99. b6deea8 Setup for another attempt to split up opLists by Robert Phillips · 7 years ago
  100. c84c030 Add debug-only helper methods to get #ops & #clips per opList by Robert Phillips · 7 years ago