1. f8e2502 Prepare to enable explicit gpu resource allocation (take 2) by Robert Phillips · 7 years ago
  2. 065b41d Revert "Prepare to enable explicit gpu resource allocation" by Greg Daniel · 7 years ago
  3. f290376 Prepare to enable explicit gpu resource allocation by Robert Phillips · 7 years ago
  4. 6a40abc Revert "Implement window rectangles in vulkan" by Jim Van Verth · 7 years ago
  5. 94c0468 Implement window rectangles in vulkan by Chris Dalton · 7 years ago
  6. 8186cbe Make the intervals in GrResourceAllocator use SkArenaAlloc by Robert Phillips · 7 years ago
  7. 29b60c9 Make deferred upload handling and draw recording be virtual interfaces implemented by GrOpFlushState. by Brian Salomon · 7 years ago
  8. a84cacf Rename GrOpList::reset to endFlush by Chris Dalton · 7 years ago
  9. 099fa0f Revert^6 "Make threaded proxy generation MDB-friendly, and defer instantiation" by Brian Osman · 7 years ago
  10. 9b1f4bd Revert "Revert "Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation""""" by Brian Osman · 7 years ago
  11. fdd2cb5 Revert "Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation"""" by Brian Osman · 7 years ago
  12. 9f8d4d3 Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation""" by Brian Osman · 7 years ago
  13. e8b8397 Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation"" by Brian Osman · 7 years ago
  14. d375dbf Land scaffolding for explicit MDB resource allocation by Robert Phillips · 7 years ago
  15. 9d6c64f Make GrCopySurfaceOp participate in the GrOplist DAG by Robert Phillips · 7 years ago
  16. cb2e235 Reduce stencil buffer clearing by Robert Phillips · 7 years ago
  17. 380b90c Push full screen clears up to OpList by Robert Phillips · 7 years ago
  18. 6b47c7d Store discard request on the opList and remove GrDiscardOp (take 3) by Robert Phillips · 7 years ago
  19. 445b557 Revert "Store discard request on the opList and remove GrDiscardOp (take 2)" by Robert Phillips · 7 years ago
  20. 9b0b32f Store discard request on the opList and remove GrDiscardOp (take 2) by Robert Phillips · 7 years ago
  21. 500d58b Make Copy Ops to go through GpuCommandBuffer instead of straigt to GPU. by Greg Daniel · 7 years ago
  22. 407b342 Add GrPrepareCallback, always run at the start of flush by Brian Osman · 7 years ago
  23. 2af578d Add additional logging in GrRenderTargetOpList by Stan Iliev · 7 years ago
  24. 54190c4 Revert "Store discard request on the opList and remove GrDiscardOp" by Robert Phillips · 7 years ago
  25. b681a0f Store discard request on the opList and remove GrDiscardOp by Robert Phillips · 7 years ago
  26. 9521447 Add explicit clear of stencil buffer before opLists that use them by Robert Phillips · 7 years ago
  27. 2890fbf Make GrPipeline hold a GrRenderTargetProxy (instead of a GrRenderTarget) by Robert Phillips · 7 years ago
  28. 81dd3e0 Finish a few MDB TODOs by Robert Phillips · 7 years ago
  29. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  30. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  31. a16f6cb Update copyOp to split-opList world by Robert Phillips · 7 years ago
  32. 48567ac update GrOp printouts by Robert Phillips · 7 years ago
  33. 5efd5ea Update clearOp for split-OpList world (take 3) by Robert Phillips · 7 years ago
  34. bb581ce Convert DstTexture to DstProxy (take 2) by Robert Phillips · 7 years ago
  35. fb65a9f Revert "Update clearOp for split-OpList world (take 2)" by Mike Klein · 7 years ago
  36. 3fdd0bf Update clearOp for split-OpList world (take 2) by Robert Phillips · 7 years ago
  37. 33f8315 Revert "Update clearOp for split-OpList world" by Robert Phillips · 7 years ago
  38. 7f1ce29 Update clearOp for split-OpList world by Robert Phillips · 7 years ago
  39. 318c419 Remove RenderTarget pointer from GrRenderTargetOpList::RecordedOp by Robert Phillips · 7 years ago
  40. c375704 Revert "Convert DstTexture to DstProxy" by Robert Phillips · 7 years ago
  41. 87f7f1c Convert DstTexture to DstProxy by Robert Phillips · 7 years ago
  42. 18e9484 Rename finishOpList to finishFlush and call it less frequently by Robert Phillips · 7 years ago
  43. 6cdc22c Split up opLists (take 3) by Robert Phillips · 7 years ago
  44. b6deea8 Setup for another attempt to split up opLists by Robert Phillips · 7 years ago
  45. c84c030 Add debug-only helper methods to get #ops & #clips per opList by Robert Phillips · 7 years ago
  46. a4677b5 Make GrSimpleMeshDrawOpHelper consider blend barriers/dst textures for batching. by Brian Salomon · 7 years ago
  47. f6d7eb1 Remove pre-allocated clip space from GrRenderTargetOpList by Robert Phillips · 7 years ago
  48. ee68365 Remove GrResourceProvider & GrGpu pointers from GrRenderTargetOpList by Robert Phillips · 7 years ago
  49. 8185f59 Hardwire opList lookAhead & lookBack parameters by Robert Phillips · 7 years ago
  50. dd3b3f4 Rm makeRenderTargetContext in favor of deferred version (take 3) by Robert Phillips · 7 years ago
  51. 4a39504 Revert "Split up opLists (take 2)" by Robert Phillips · 7 years ago
  52. df2bf21 Split up opLists (take 2) by Robert Phillips · 7 years ago
  53. e3302df Make InstancedRendering more opList-splitting friendly by Robert Phillips · 7 years ago
  54. 2af746c Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)" by Robert Phillips · 7 years ago
  55. 02242e8 Rm makeRenderTargetContext in favor of deferred version (take 2) by Robert Phillips · 7 years ago
  56. 7ce67db Revert "Split up opLists" by Robert Phillips · 7 years ago
  57. bc8ee52 Split up opLists by Robert Phillips · 7 years ago
  58. f5442bb Split cleanup changes out of bigger CL (take 2) by Robert Phillips · 7 years ago
  59. e186cfd Revert "Split cleanup changes out of bigger CL" by Mike Klein · 7 years ago
  60. cd11c80 Split cleanup changes out of bigger CL by Robert Phillips · 7 years ago
  61. dc83b89 sk_sp-ify opList creation & storage by Robert Phillips · 7 years ago
  62. e440721 Remove GrRenderTargetOpList::discard & move functionality to GrRenderTargetContext by Robert Phillips · 7 years ago
  63. 178ce3e Make all GrRenderTargetOpList ops store a GrRenderTarget pointer by Robert Phillips · 7 years ago
  64. 1119dc3 Remove discard from GrRenderTarget & force it to always go through a RenderTargetContext by Robert Phillips · 7 years ago
  65. bf25d43 Make GrCopySurfaceOp friendlier to GrSurfaceProxy (take 2) by Robert Phillips · 7 years ago
  66. b9a02a1 Update stencil ops to have a parallel proxyID by Robert Phillips · 7 years ago
  67. 9a121cc Revert "Make GrCopySurfaceOp friendlier to GrSurfaceProxy" by Robert Phillips · 7 years ago
  68. d7cda9a Make GrCopySurfaceOp friendlier to GrSurfaceProxy by Robert Phillips · 7 years ago
  69. f7a7261 Add tracking of unique proxyID beside unique renderTargetID in auditTrail and clearOp by Robert Phillips · 7 years ago
  70. 54d212e Revert "Revert "Remove GrPipeline from GrDrawOp."" by Brian Salomon · 7 years ago
  71. 337432d In GrRenderTargetOpList::forwardCombine check adjacent ops by Brian Salomon · 7 years ago
  72. eb35f4d Add pre-Flush callback to GrDrawingManager (take 2) by Robert Phillips · 7 years ago
  73. c48af93 Revert "Remove GrPipeline from GrDrawOp." by Brian Salomon · 7 years ago
  74. 2bf4b3a Remove GrPipeline from GrDrawOp. by Brian Salomon · 7 years ago
  75. 18ea816 Revert "Add pre-Flush callback to GrDrawingManager" by Robert Phillips · 7 years ago
  76. d222ec4 Add pre-Flush callback to GrDrawingManager by Robert Phillips · 7 years ago
  77. d543e0a Add GrOp::wasRecorded and use in instanced rendering for tracking. by Brian Salomon · 7 years ago
  78. a136136 Revert[6] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""""" by Mike Reed · 7 years ago
  79. 467921e Move GrDrawOp pipeline/clip processing to GrRenderTargetContext by Brian Salomon · 7 years ago
  80. 9e50f7b Store clipped bounds on GrOp rather than in parallel in GrRenderTargetOpList. by Brian Salomon · 7 years ago
  81. 42c456f Remove PLS path renderer by Brian Salomon · 7 years ago
  82. 27d07f0 Revert "Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""""" by Mike Reed · 7 years ago
  83. 025e244 Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""" by Mike Reed · 7 years ago
  84. ae9718f Remove unnecessary use of GrGLIRect in GrRenderTargetOpList by Brian Salomon · 7 years ago
  85. e370cbe Remove clip to bounds GrContextOption by Brian Salomon · 7 years ago
  86. baf06bc Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""" by Cary Clark · 7 years ago
  87. cfaa632 Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping."" by Mike Reed · 7 years ago
  88. ea5e676 Revert "Remove SkDraw from device-draw methods, and enable device-centric clipping." by Mike Reed · 8 years ago
  89. c77e33f Remove SkDraw from device-draw methods, and enable device-centric clipping. by Mike Reed · 8 years ago
  90. b5cb683 Use construct/init pattern with GrPipeline to replace CreateAt. by Brian Salomon · 8 years ago
  91. b16e8ac Make GrPipeline::CreateAt take GrRenderTarget and not GrRenderTargetContext by Brian Salomon · 8 years ago
  92. 5298dc8 Make GrPipelineAnalysis a nested class of GrProcessorSet. by Brian Salomon · 8 years ago
  93. cdcc33f Store GrRenderTarget rather than just its ID in GrRenderTargetOpList::RecordedOp. by Brian Salomon · 8 years ago
  94. d519d48 add device-clipping to gpudevice by Mike Reed · 8 years ago
  95. eb62829 Check that coverage FPs are compatible with alpha as coverage by Brian Salomon · 8 years ago
  96. 199fb87 Add refcnt'ed immutable vertices class for SkCanvas::drawVertices. by Brian Salomon · 8 years ago
  97. 189098e7 Don't require GrPipelineBuilder to build GrPipeline by Brian Salomon · 8 years ago
  98. 0831f1b Rename GrProcOptInfo::addProcessors to analyzeProcessors by Brian Salomon · 8 years ago
  99. 92ce594 Add class GrProcessorSet which represents color and coverage FPs and a XPFactory. by Brian Salomon · 8 years ago
  100. 652ecb5 Pass GrAppliedClip to pipeline creation. by Brian Salomon · 8 years ago