1. c48af93 Revert "Remove GrPipeline from GrDrawOp." by Brian Salomon · 8 years ago
  2. 2bf4b3a Remove GrPipeline from GrDrawOp. by Brian Salomon · 8 years ago
  3. 18ea816 Revert "Add pre-Flush callback to GrDrawingManager" by Robert Phillips · 8 years ago
  4. d222ec4 Add pre-Flush callback to GrDrawingManager by Robert Phillips · 8 years ago
  5. 9a76772 Remove origin from GrClipStackClip and GrWindowRectsState. by Brian Salomon · 8 years ago
  6. c013892 Add a unique ID to GrOpLists and return it from GrRenderTargetContext::addDrawOp by Robert Phillips · 8 years ago
  7. 467921e Move GrDrawOp pipeline/clip processing to GrRenderTargetContext by Brian Salomon · 8 years ago
  8. 9e50f7b Store clipped bounds on GrOp rather than in parallel in GrRenderTargetOpList. by Brian Salomon · 8 years ago
  9. e370cbe Remove clip to bounds GrContextOption by Brian Salomon · 8 years ago
  10. cdcc33f Store GrRenderTarget rather than just its ID in GrRenderTargetOpList::RecordedOp. by Brian Salomon · 8 years ago
  11. f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago
  12. 69868af Remove render target unique ID virtual from GrOp. by Brian Salomon · 8 years ago
  13. 09d994e Misc batch->op cleanup Part 1 of 2 by Brian Salomon · 8 years ago
  14. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago
  15. 82c263f Rename NVPR batch->op and sk_sp'ify by Brian Salomon · 8 years ago
  16. 7dae46a Some more batch->op renaming by Brian Salomon · 8 years ago
  17. 2790c52 Make *OpList::recordOp functions take sk_sp<GrOp> not GrOp* by Brian Salomon · 8 years ago
  18. 21aa35f Make GrRenderTargetOpList::addDrawOp use sk_sp by Brian Salomon · 8 years ago
  19. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  20. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  21. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  22. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  23. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  24. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 8 years ago
  25. 1e41f4a Rename batch->op in GrOpList and subclasses by Brian Salomon · 8 years ago
  26. 5b7b49f Rework GrRenderTargetOpList::setupDstReadIfNecessary. by Brian Salomon · 8 years ago
  27. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  28. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  29. 5c1c8d1 Remove batch bounds drawing debug option by Brian Salomon · 8 years ago
  30. 0e39f97 Revert "Revert "make it illegal to include SkXfermode.h"" by Mike Reed · 8 years ago
  31. e9d1b29 Revert "make it illegal to include SkXfermode.h" by Greg Daniel · 8 years ago
  32. 45580d3 Added GrSurfaceContext and GrTextureContext by Brian Osman · 8 years ago
  33. 07764ce make it illegal to include SkXfermode.h by Mike Reed · 8 years ago
  34. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  35. 7cdda99 TEMPORARY: track stencil clip state in GrRenderTargetOpList by csmartdalton · 8 years ago
  36. c7635fa Make GrDrawContext be GrRenderTargetProxy-backed by Robert Phillips · 8 years ago
  37. 693a540 Rename renderTargetContextPriv to priv, and some more leftover DCs by Brian Osman · 8 years ago
  38. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  39. 62e7b5f Create GrTextureOpList to support deferred copy batches for textures by Brian Osman · 8 years ago
  40. f2361d2 Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList by Robert Phillips · 8 years ago[Renamed (62%) from src/gpu/GrDrawTarget.h]
  41. 29df760 Define clear regions in terms of GrFixedClip by csmartdalton · 8 years ago
  42. dc43898 Don't purge resources for trivial GrContext flushes by bsalomon · 8 years ago
  43. 5c6fc4f Remove stencil settings param from stencilPath() by csmartdalton · 8 years ago
  44. fd8d013 Avoid creating full screen clear batches when there is already one in the queue. by bsalomon · 8 years ago
  45. 9f129de Add a full clear method to GrDrawTarget. by bsalomon · 8 years ago
  46. c6f411e Merge GrClipMaskManager into GrClipStackClip by csmartdalton · 8 years ago
  47. e0d3629 Add test configs for instanced rendering by csmartdalton · 8 years ago
  48. 59cf61a Retract PipelineBuilder from GrClip::apply by robertphillips · 8 years ago
  49. 9199a9f Move GrDrawTarget::clear logic into GrDrawContext by robertphillips · 8 years ago
  50. 6cc9006 Use clipped bounds for reordering decisions by bsalomon · 8 years ago
  51. a7f2964 Begin instanced rendering for simple shapes by csmartdalton · 8 years ago
  52. ec7f2ac Revert of Begin instanced rendering for simple shapes (patchset #20 id:380001 of https://codereview.chromium.org/2066993003/ ) by ksakamoto · 8 years ago
  53. 42eafa4 Begin instanced rendering for simple shapes by csmartdalton · 8 years ago
  54. 28a838e Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.h by robertphillips · 8 years ago
  55. 55fdccc Remove GrRenderTarget from GrPipelineBuilder by robertphillips · 8 years ago
  56. 976f5f0 Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack by robertphillips · 8 years ago
  57. 862cff3 Remove clip from GrPipelineBuilder by cdalton · 8 years ago
  58. 193d9cf Eliminate special case nvpr batch handling by cdalton · 8 years ago
  59. 93a379b Separate user and raw stencil settings by cdalton · 8 years ago
  60. e19aecd Revert of Separate user and raw stencil settings (patchset #8 id:140001 of https://codereview.chromium.org/1962243002/ ) by robertphillips · 8 years ago
  61. 12dbb39 Separate user and raw stencil settings by cdalton · 8 years ago
  62. 397536c Consolidate GPU buffer implementations by cdalton · 9 years ago
  63. f8c3ba4 Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ ) by robertphillips · 9 years ago
  64. 8b1bff2 Consolidate GPU buffer implementations by cdalton · 9 years ago
  65. aecc018 Attempt to combine batches in forward direction before flush by bsalomon · 9 years ago
  66. 391395d Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 9 years ago
  67. 8b8f36f Revert of Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) (patchset #7 id:120001 of https://codereview.chromium.org/1754563003/ ) by robertphillips · 9 years ago
  68. 86c6075 Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 9 years ago
  69. b8fea97 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 9 years ago
  70. 0eed945 Revert of Make copySurface work for texture dsts, return a bool, & add unit test. (patchset #6 id:100001 of https://codereview.chromium.org/1684313002/ ) by kjlubick · 9 years ago
  71. 7ea5e28 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 9 years ago
  72. de83b41 Add Audittrail for path renderers by joshualitt · 9 years ago
  73. a8b8499 Remove remaining users of draw*Rect calls by joshualitt · 9 years ago
  74. 04194f3 Remove two varieties of drawNonAARect from GrDrawTarget by joshualitt · 9 years ago
  75. 086cee1 Add batch names and bounds to json debug information by joshualitt · 9 years ago
  76. b8918c4 Add Drawing Manager guards against re-entrant flushes by joshualitt · 9 years ago
  77. 489147c Add option to control maximum GrBatch lookback by bsalomon · 9 years ago
  78. 8ff8d24 Remove drawPathsFromRange from GrDrawContext by cdalton · 9 years ago
  79. 6dea83f Add option to draw wireframe batch bounds by bsalomon · 9 years ago
  80. e2725f5 Revert of Add option to draw wireframe batch bounds (patchset #6 id:100001 of https://codereview.chromium.org/1494473005/ ) by scroggo · 9 years ago
  81. 26489ef Add option to draw wireframe batch bounds by bsalomon · 9 years ago
  82. 69cfe95 Add debug option to clip each GrBatch to its device bounds by bsalomon · 9 years ago
  83. de4166a APIs which took colorPOI / coveragePOI pairs updated to take a GrPipelineOptimizations struct by ethannicholas · 9 years ago
  84. bf07455 Make stencil and cover path rendering have more reasonable bounds. by bsalomon · 9 years ago
  85. a13e202 Move GrBatchFlushState from GrDrawTarget to GrDrawingManager by robertphillips · 9 years ago
  86. d472792 Revert of Fix mixed samples stencil clip (patchset #5 id:80001 of https://codereview.chromium.org/1431593006/ ) by cdalton · 9 years ago
  87. 1f0e350 Disable preemptive batch preparation by robertphillips · 9 years ago
  88. 14184d5 Fix mixed samples stencil clip by cdalton · 9 years ago
  89. 498d7ac Dependencies are now added between the drawTargets in GrPipeline by robertphillips · 9 years ago
  90. 648c696 Add immediate mode option for gpu configs in dm by bsalomon · 9 years ago
  91. a352b14 Revert of Dependencies are now added between the drawTargets in GrPipeline (patchset #6 id:120001 of https://codereview.chromium.org/1414903002/ ) by robertphillips · 9 years ago
  92. 869c5e8 Dependencies are now added between the drawTargets in GrPipeline by robertphillips · 9 years ago
  93. 81bdbf8 Revert of Dependencies are now added between the drawTargets in GrPipeline (patchset #5 id:100001 of https://codereview.chromium.org/1414903002/ ) by caryclark · 9 years ago
  94. 45a1c34 Dependencies are now added between the drawTargets in GrPipeline by robertphillips · 9 years ago
  95. 4beb5c1 Add debugging helper to GrDrawTarget by robertphillips · 9 years ago
  96. 6a18665 Add the machinery to GrDrawTarget to enable topological sorting by robertphillips · 9 years ago
  97. a106c62 Loosen requirement that there be only one GrDrawTarget by robertphillips · 9 years ago
  98. 8585dd2 Updates nvpr text blobs to not store a direct reference to the by cdalton · 9 years ago
  99. f6d259b Incrementally flush GrDrawTarget by joshualitt · 9 years ago
  100. 0737f61 Revert of Incrementally flush GrDrawTarget (patchset #8 id:130001 of https://codereview.chromium.org/1386463004/ ) by joshualitt · 9 years ago