1. aa3dfbe Remove Ops whose lazy proxies fail to instantiate on flush by Greg Daniel · 7 years ago
  2. 88260b5 Split GrContext into Normal/DDL flavors by Robert Phillips · 7 years ago
  3. 07320e4 Revert "Move more internal methods from GrContext to GrContextPriv" by Hal Canary · 7 years ago
  4. f440cec Move more internal methods from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  5. 6be756b Move resourceProvider accessor to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  6. be46e24 Revert "Move resourceProvider accessor to GrContextPriv" by Hal Canary · 7 years ago
  7. 1f9ed85 Move resourceProvider accessor to GrContextPriv by Robert Phillips · 7 years ago
  8. f06c358 Remove instanced rendering by Brian Salomon · 7 years ago
  9. 51b20f2 Add explicit GPU resource allocation of deferred proxies by Robert Phillips · 7 years ago
  10. 706a6ff Add "lazy" texture proxies by Chris Dalton · 7 years ago
  11. 8816b93 Make sure to visit clips and dst proxies during gather by Chris Dalton · 7 years ago
  12. c3fd600 Revert "Make sure to visit clips and dst proxies during gather" by Chris Dalton · 7 years ago
  13. c666502 Make sure to visit clips and dst proxies during gather by Chris Dalton · 7 years ago
  14. 6368e32 Revert "Make sure to visit clips and dst proxies during gather" by Robert Phillips · 7 years ago
  15. b9d98e3 Make sure to visit clips and dst proxies during gather by Chris Dalton · 7 years ago
  16. c82dd4e Delete an opList's clips when it survives a flush by Chris Dalton · 7 years ago
  17. f8e2502 Prepare to enable explicit gpu resource allocation (take 2) by Robert Phillips · 7 years ago
  18. 065b41d Revert "Prepare to enable explicit gpu resource allocation" by Greg Daniel · 7 years ago
  19. f290376 Prepare to enable explicit gpu resource allocation by Robert Phillips · 7 years ago
  20. 6a40abc Revert "Implement window rectangles in vulkan" by Jim Van Verth · 7 years ago
  21. 94c0468 Implement window rectangles in vulkan by Chris Dalton · 7 years ago
  22. 8186cbe Make the intervals in GrResourceAllocator use SkArenaAlloc by Robert Phillips · 7 years ago
  23. 29b60c9 Make deferred upload handling and draw recording be virtual interfaces implemented by GrOpFlushState. by Brian Salomon · 7 years ago
  24. a84cacf Rename GrOpList::reset to endFlush by Chris Dalton · 7 years ago
  25. 099fa0f Revert^6 "Make threaded proxy generation MDB-friendly, and defer instantiation" by Brian Osman · 7 years ago
  26. 9b1f4bd Revert "Revert "Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation""""" by Brian Osman · 7 years ago
  27. fdd2cb5 Revert "Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation"""" by Brian Osman · 7 years ago
  28. 9f8d4d3 Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation""" by Brian Osman · 7 years ago
  29. e8b8397 Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation"" by Brian Osman · 7 years ago
  30. d375dbf Land scaffolding for explicit MDB resource allocation by Robert Phillips · 7 years ago
  31. 9d6c64f Make GrCopySurfaceOp participate in the GrOplist DAG by Robert Phillips · 7 years ago
  32. cb2e235 Reduce stencil buffer clearing by Robert Phillips · 7 years ago
  33. 380b90c Push full screen clears up to OpList by Robert Phillips · 7 years ago
  34. 6b47c7d Store discard request on the opList and remove GrDiscardOp (take 3) by Robert Phillips · 7 years ago
  35. 445b557 Revert "Store discard request on the opList and remove GrDiscardOp (take 2)" by Robert Phillips · 7 years ago
  36. 9b0b32f Store discard request on the opList and remove GrDiscardOp (take 2) by Robert Phillips · 7 years ago
  37. 500d58b Make Copy Ops to go through GpuCommandBuffer instead of straigt to GPU. by Greg Daniel · 7 years ago
  38. 407b342 Add GrPrepareCallback, always run at the start of flush by Brian Osman · 7 years ago
  39. 2af578d Add additional logging in GrRenderTargetOpList by Stan Iliev · 7 years ago
  40. 54190c4 Revert "Store discard request on the opList and remove GrDiscardOp" by Robert Phillips · 7 years ago
  41. b681a0f Store discard request on the opList and remove GrDiscardOp by Robert Phillips · 7 years ago
  42. 9521447 Add explicit clear of stencil buffer before opLists that use them by Robert Phillips · 7 years ago
  43. 2890fbf Make GrPipeline hold a GrRenderTargetProxy (instead of a GrRenderTarget) by Robert Phillips · 7 years ago
  44. 81dd3e0 Finish a few MDB TODOs by Robert Phillips · 8 years ago
  45. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 8 years ago
  46. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 8 years ago
  47. a16f6cb Update copyOp to split-opList world by Robert Phillips · 8 years ago
  48. 48567ac update GrOp printouts by Robert Phillips · 8 years ago
  49. 5efd5ea Update clearOp for split-OpList world (take 3) by Robert Phillips · 8 years ago
  50. bb581ce Convert DstTexture to DstProxy (take 2) by Robert Phillips · 8 years ago
  51. fb65a9f Revert "Update clearOp for split-OpList world (take 2)" by Mike Klein · 8 years ago
  52. 3fdd0bf Update clearOp for split-OpList world (take 2) by Robert Phillips · 8 years ago
  53. 33f8315 Revert "Update clearOp for split-OpList world" by Robert Phillips · 8 years ago
  54. 7f1ce29 Update clearOp for split-OpList world by Robert Phillips · 8 years ago
  55. 318c419 Remove RenderTarget pointer from GrRenderTargetOpList::RecordedOp by Robert Phillips · 8 years ago
  56. c375704 Revert "Convert DstTexture to DstProxy" by Robert Phillips · 8 years ago
  57. 87f7f1c Convert DstTexture to DstProxy by Robert Phillips · 8 years ago
  58. 18e9484 Rename finishOpList to finishFlush and call it less frequently by Robert Phillips · 8 years ago
  59. 6cdc22c Split up opLists (take 3) by Robert Phillips · 8 years ago
  60. b6deea8 Setup for another attempt to split up opLists by Robert Phillips · 8 years ago
  61. c84c030 Add debug-only helper methods to get #ops & #clips per opList by Robert Phillips · 8 years ago
  62. a4677b5 Make GrSimpleMeshDrawOpHelper consider blend barriers/dst textures for batching. by Brian Salomon · 8 years ago
  63. f6d7eb1 Remove pre-allocated clip space from GrRenderTargetOpList by Robert Phillips · 8 years ago
  64. ee68365 Remove GrResourceProvider & GrGpu pointers from GrRenderTargetOpList by Robert Phillips · 8 years ago
  65. 8185f59 Hardwire opList lookAhead & lookBack parameters by Robert Phillips · 8 years ago
  66. dd3b3f4 Rm makeRenderTargetContext in favor of deferred version (take 3) by Robert Phillips · 8 years ago
  67. 4a39504 Revert "Split up opLists (take 2)" by Robert Phillips · 8 years ago
  68. df2bf21 Split up opLists (take 2) by Robert Phillips · 8 years ago
  69. e3302df Make InstancedRendering more opList-splitting friendly by Robert Phillips · 8 years ago
  70. 2af746c Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)" by Robert Phillips · 8 years ago
  71. 02242e8 Rm makeRenderTargetContext in favor of deferred version (take 2) by Robert Phillips · 8 years ago
  72. 7ce67db Revert "Split up opLists" by Robert Phillips · 8 years ago
  73. bc8ee52 Split up opLists by Robert Phillips · 8 years ago
  74. f5442bb Split cleanup changes out of bigger CL (take 2) by Robert Phillips · 8 years ago
  75. e186cfd Revert "Split cleanup changes out of bigger CL" by Mike Klein · 8 years ago
  76. cd11c80 Split cleanup changes out of bigger CL by Robert Phillips · 8 years ago
  77. dc83b89 sk_sp-ify opList creation & storage by Robert Phillips · 8 years ago
  78. e440721 Remove GrRenderTargetOpList::discard & move functionality to GrRenderTargetContext by Robert Phillips · 8 years ago
  79. 178ce3e Make all GrRenderTargetOpList ops store a GrRenderTarget pointer by Robert Phillips · 8 years ago
  80. 1119dc3 Remove discard from GrRenderTarget & force it to always go through a RenderTargetContext by Robert Phillips · 8 years ago
  81. bf25d43 Make GrCopySurfaceOp friendlier to GrSurfaceProxy (take 2) by Robert Phillips · 8 years ago
  82. b9a02a1 Update stencil ops to have a parallel proxyID by Robert Phillips · 8 years ago
  83. 9a121cc Revert "Make GrCopySurfaceOp friendlier to GrSurfaceProxy" by Robert Phillips · 8 years ago
  84. d7cda9a Make GrCopySurfaceOp friendlier to GrSurfaceProxy by Robert Phillips · 8 years ago
  85. f7a7261 Add tracking of unique proxyID beside unique renderTargetID in auditTrail and clearOp by Robert Phillips · 8 years ago
  86. 54d212e Revert "Revert "Remove GrPipeline from GrDrawOp."" by Brian Salomon · 8 years ago
  87. 337432d In GrRenderTargetOpList::forwardCombine check adjacent ops by Brian Salomon · 8 years ago
  88. eb35f4d Add pre-Flush callback to GrDrawingManager (take 2) by Robert Phillips · 8 years ago
  89. c48af93 Revert "Remove GrPipeline from GrDrawOp." by Brian Salomon · 8 years ago
  90. 2bf4b3a Remove GrPipeline from GrDrawOp. by Brian Salomon · 8 years ago
  91. 18ea816 Revert "Add pre-Flush callback to GrDrawingManager" by Robert Phillips · 8 years ago
  92. d222ec4 Add pre-Flush callback to GrDrawingManager by Robert Phillips · 8 years ago
  93. d543e0a Add GrOp::wasRecorded and use in instanced rendering for tracking. by Brian Salomon · 8 years ago
  94. a136136 Revert[6] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""""" by Mike Reed · 8 years ago
  95. 467921e Move GrDrawOp pipeline/clip processing to GrRenderTargetContext by Brian Salomon · 8 years ago
  96. 9e50f7b Store clipped bounds on GrOp rather than in parallel in GrRenderTargetOpList. by Brian Salomon · 8 years ago
  97. 42c456f Remove PLS path renderer by Brian Salomon · 8 years ago
  98. 27d07f0 Revert "Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""""" by Mike Reed · 8 years ago
  99. 025e244 Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""" by Mike Reed · 8 years ago
  100. ae9718f Remove unnecessary use of GrGLIRect in GrRenderTargetOpList by Brian Salomon · 8 years ago