1. 380b90c Push full screen clears up to OpList by Robert Phillips · 7 years ago
  2. 407b342 Add GrPrepareCallback, always run at the start of flush by Brian Osman · 7 years ago
  3. bfd18cd Move GrAppliedClip into GrPipeline by Brian Salomon · 7 years ago
  4. e5b399e Remove GrLegacyMeshDrawOp and GrPipelineBuilder by Brian Salomon · 7 years ago
  5. 806be2d Improve handling of clip stack ID by Robert Phillips · 7 years ago
  6. 2de8cfa Move copy operation from GrRenderTargetContext/GrTextureContext to GrSurfaceContext by Robert Phillips · 7 years ago
  7. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  8. 18166ee Omnibus: Push instantiation of GrTextures later (post TextureSampler) by Robert Phillips · 7 years ago
  9. a16f6cb Update copyOp to split-opList world by Robert Phillips · 7 years ago
  10. 5efd5ea Update clearOp for split-OpList world (take 3) by Robert Phillips · 7 years ago
  11. bb581ce Convert DstTexture to DstProxy (take 2) by Robert Phillips · 7 years ago
  12. fb65a9f Revert "Update clearOp for split-OpList world (take 2)" by Mike Klein · 7 years ago
  13. 3fdd0bf Update clearOp for split-OpList world (take 2) by Robert Phillips · 7 years ago
  14. 33f8315 Revert "Update clearOp for split-OpList world" by Robert Phillips · 7 years ago
  15. 7f1ce29 Update clearOp for split-OpList world by Robert Phillips · 7 years ago
  16. 318c419 Remove RenderTarget pointer from GrRenderTargetOpList::RecordedOp by Robert Phillips · 7 years ago
  17. c375704 Revert "Convert DstTexture to DstProxy" by Robert Phillips · 7 years ago
  18. 87f7f1c Convert DstTexture to DstProxy by Robert Phillips · 7 years ago
  19. 6cdc22c Split up opLists (take 3) by Robert Phillips · 7 years ago
  20. b6deea8 Setup for another attempt to split up opLists by Robert Phillips · 7 years ago
  21. c84c030 Add debug-only helper methods to get #ops & #clips per opList by Robert Phillips · 7 years ago
  22. f6d7eb1 Remove pre-allocated clip space from GrRenderTargetOpList by Robert Phillips · 7 years ago
  23. ee68365 Remove GrResourceProvider & GrGpu pointers from GrRenderTargetOpList by Robert Phillips · 7 years ago
  24. 8185f59 Hardwire opList lookAhead & lookBack parameters by Robert Phillips · 7 years ago
  25. f5442bb Split cleanup changes out of bigger CL (take 2) by Robert Phillips · 7 years ago
  26. e186cfd Revert "Split cleanup changes out of bigger CL" by Mike Klein · 7 years ago
  27. cd11c80 Split cleanup changes out of bigger CL by Robert Phillips · 7 years ago
  28. c589b0b Remove lastOpList capability from GrSurface by Robert Phillips · 7 years ago
  29. dc83b89 sk_sp-ify opList creation & storage by Robert Phillips · 7 years ago
  30. e440721 Remove GrRenderTargetOpList::discard & move functionality to GrRenderTargetContext by Robert Phillips · 7 years ago
  31. 178ce3e Make all GrRenderTargetOpList ops store a GrRenderTarget pointer by Robert Phillips · 7 years ago
  32. 1119dc3 Remove discard from GrRenderTarget & force it to always go through a RenderTargetContext by Robert Phillips · 7 years ago
  33. bf25d43 Make GrCopySurfaceOp friendlier to GrSurfaceProxy (take 2) by Robert Phillips · 7 years ago
  34. b9a02a1 Update stencil ops to have a parallel proxyID by Robert Phillips · 7 years ago
  35. 9a121cc Revert "Make GrCopySurfaceOp friendlier to GrSurfaceProxy" by Robert Phillips · 7 years ago
  36. d7cda9a Make GrCopySurfaceOp friendlier to GrSurfaceProxy by Robert Phillips · 7 years ago
  37. f7a7261 Add tracking of unique proxyID beside unique renderTargetID in auditTrail and clearOp by Robert Phillips · 7 years ago
  38. 54d212e Revert "Revert "Remove GrPipeline from GrDrawOp."" by Brian Salomon · 7 years ago
  39. eb35f4d Add pre-Flush callback to GrDrawingManager (take 2) by Robert Phillips · 7 years ago
  40. c48af93 Revert "Remove GrPipeline from GrDrawOp." by Brian Salomon · 7 years ago
  41. 2bf4b3a Remove GrPipeline from GrDrawOp. by Brian Salomon · 7 years ago
  42. 18ea816 Revert "Add pre-Flush callback to GrDrawingManager" by Robert Phillips · 7 years ago
  43. d222ec4 Add pre-Flush callback to GrDrawingManager by Robert Phillips · 7 years ago
  44. 9a76772 Remove origin from GrClipStackClip and GrWindowRectsState. by Brian Salomon · 7 years ago
  45. c013892 Add a unique ID to GrOpLists and return it from GrRenderTargetContext::addDrawOp by Robert Phillips · 8 years ago
  46. 467921e Move GrDrawOp pipeline/clip processing to GrRenderTargetContext by Brian Salomon · 8 years ago
  47. 9e50f7b Store clipped bounds on GrOp rather than in parallel in GrRenderTargetOpList. by Brian Salomon · 8 years ago
  48. e370cbe Remove clip to bounds GrContextOption by Brian Salomon · 8 years ago
  49. cdcc33f Store GrRenderTarget rather than just its ID in GrRenderTargetOpList::RecordedOp. by Brian Salomon · 8 years ago
  50. f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago
  51. 69868af Remove render target unique ID virtual from GrOp. by Brian Salomon · 8 years ago
  52. 09d994e Misc batch->op cleanup Part 1 of 2 by Brian Salomon · 8 years ago
  53. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago
  54. 82c263f Rename NVPR batch->op and sk_sp'ify by Brian Salomon · 8 years ago
  55. 7dae46a Some more batch->op renaming by Brian Salomon · 8 years ago
  56. 2790c52 Make *OpList::recordOp functions take sk_sp<GrOp> not GrOp* by Brian Salomon · 8 years ago
  57. 21aa35f Make GrRenderTargetOpList::addDrawOp use sk_sp by Brian Salomon · 8 years ago
  58. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  59. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  60. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  61. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  62. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  63. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 8 years ago
  64. 1e41f4a Rename batch->op in GrOpList and subclasses by Brian Salomon · 8 years ago
  65. 5b7b49f Rework GrRenderTargetOpList::setupDstReadIfNecessary. by Brian Salomon · 8 years ago
  66. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  67. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  68. 5c1c8d1 Remove batch bounds drawing debug option by Brian Salomon · 8 years ago
  69. 0e39f97 Revert "Revert "make it illegal to include SkXfermode.h"" by Mike Reed · 8 years ago
  70. e9d1b29 Revert "make it illegal to include SkXfermode.h" by Greg Daniel · 8 years ago
  71. 45580d3 Added GrSurfaceContext and GrTextureContext by Brian Osman · 8 years ago
  72. 07764ce make it illegal to include SkXfermode.h by Mike Reed · 8 years ago
  73. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  74. 7cdda99 TEMPORARY: track stencil clip state in GrRenderTargetOpList by csmartdalton · 8 years ago
  75. c7635fa Make GrDrawContext be GrRenderTargetProxy-backed by Robert Phillips · 8 years ago
  76. 693a540 Rename renderTargetContextPriv to priv, and some more leftover DCs by Brian Osman · 8 years ago
  77. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  78. 62e7b5f Create GrTextureOpList to support deferred copy batches for textures by Brian Osman · 8 years ago
  79. f2361d2 Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList by Robert Phillips · 8 years ago[Renamed (62%) from src/gpu/GrDrawTarget.h]
  80. 29df760 Define clear regions in terms of GrFixedClip by csmartdalton · 8 years ago
  81. dc43898 Don't purge resources for trivial GrContext flushes by bsalomon · 8 years ago
  82. 5c6fc4f Remove stencil settings param from stencilPath() by csmartdalton · 8 years ago
  83. fd8d013 Avoid creating full screen clear batches when there is already one in the queue. by bsalomon · 8 years ago
  84. 9f129de Add a full clear method to GrDrawTarget. by bsalomon · 8 years ago
  85. c6f411e Merge GrClipMaskManager into GrClipStackClip by csmartdalton · 8 years ago
  86. e0d3629 Add test configs for instanced rendering by csmartdalton · 8 years ago
  87. 59cf61a Retract PipelineBuilder from GrClip::apply by robertphillips · 8 years ago
  88. 9199a9f Move GrDrawTarget::clear logic into GrDrawContext by robertphillips · 8 years ago
  89. 6cc9006 Use clipped bounds for reordering decisions by bsalomon · 8 years ago
  90. a7f2964 Begin instanced rendering for simple shapes by csmartdalton · 8 years ago
  91. ec7f2ac Revert of Begin instanced rendering for simple shapes (patchset #20 id:380001 of https://codereview.chromium.org/2066993003/ ) by ksakamoto · 8 years ago
  92. 42eafa4 Begin instanced rendering for simple shapes by csmartdalton · 8 years ago
  93. 28a838e Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.h by robertphillips · 8 years ago
  94. 55fdccc Remove GrRenderTarget from GrPipelineBuilder by robertphillips · 8 years ago
  95. 976f5f0 Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack by robertphillips · 8 years ago
  96. 862cff3 Remove clip from GrPipelineBuilder by cdalton · 8 years ago
  97. 193d9cf Eliminate special case nvpr batch handling by cdalton · 8 years ago
  98. 93a379b Separate user and raw stencil settings by cdalton · 8 years ago
  99. e19aecd Revert of Separate user and raw stencil settings (patchset #8 id:140001 of https://codereview.chromium.org/1962243002/ ) by robertphillips · 8 years ago
  100. 12dbb39 Separate user and raw stencil settings by cdalton · 8 years ago