1. aab259e Simplify GrProcOptInfo initialization. by Brian Salomon · 8 years ago
  2. f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago
  3. 69868af Remove render target unique ID virtual from GrOp. by Brian Salomon · 8 years ago
  4. bde4285 Rename GrOp::draw to GrOp::execute by Brian Salomon · 8 years ago
  5. 09d994e Misc batch->op cleanup Part 1 of 2 by Brian Salomon · 8 years ago
  6. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 8 years ago
  7. 42ad83a Rename batch->op in GrAuditTrail. by Brian Salomon · 8 years ago
  8. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago
  9. 82c263f Rename NVPR batch->op and sk_sp'ify by Brian Salomon · 8 years ago
  10. 7dae46a Some more batch->op renaming by Brian Salomon · 8 years ago
  11. 6a63904 Update rect ops to use "op" in their name and return sk_sp. by Brian Salomon · 8 years ago
  12. 0abc8b4 Add helper for idenitfying hw GrAATypes. by Brian Salomon · 8 years ago
  13. 2790c52 Make *OpList::recordOp functions take sk_sp<GrOp> not GrOp* by Brian Salomon · 8 years ago
  14. 21aa35f Make GrRenderTargetOpList::addDrawOp use sk_sp by Brian Salomon · 8 years ago
  15. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  16. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  17. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  18. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  19. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  20. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 8 years ago
  21. 1e41f4a Rename batch->op in GrOpList and subclasses by Brian Salomon · 8 years ago
  22. 5b7b49f Rework GrRenderTargetOpList::setupDstReadIfNecessary. by Brian Salomon · 8 years ago
  23. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  24. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  25. 3a7492f Remove GrBatch::renderTarget() and use GrBatch::renderTargetUniqueID() instead. by Brian Salomon · 8 years ago
  26. 5c1c8d1 Remove batch bounds drawing debug option by Brian Salomon · 8 years ago
  27. c293a29 Make GrGpuCommandBuffer infer its render target from first draw by Brian Salomon · 8 years ago
  28. e60ad62 Guard against instantiate & accessRenderTarget failures by Robert Phillips · 8 years ago
  29. 294870f Add explicit UniqueID classes for GrGpuResource & GrSurfaceProxy by Robert Phillips · 8 years ago
  30. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  31. 7cdda99 TEMPORARY: track stencil clip state in GrRenderTargetOpList by csmartdalton · 8 years ago
  32. c7635fa Make GrDrawContext be GrRenderTargetProxy-backed by Robert Phillips · 8 years ago
  33. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  34. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  35. 62e7b5f Create GrTextureOpList to support deferred copy batches for textures by Brian Osman · 8 years ago
  36. f2361d2 Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList by Robert Phillips · 8 years ago[Renamed (82%) from src/gpu/GrDrawTarget.cpp]
  37. 36a77ee Refactor GrVkGpuCommandBuffer to handle multiple GrVkCommandBuffers. by Greg Daniel · 8 years ago
  38. bf4a8f9 Improve usage of window rectangles by csmartdalton · 8 years ago
  39. c3bfcb8 Revert of Improve usage of window rectangles (patchset #9 id:160001 of https://codereview.chromium.org/2289363005/ ) by caryclark · 8 years ago
  40. db42be9 Improve usage of window rectangles by csmartdalton · 8 years ago
  41. 8abb370 Have GrSurfaceProxys and GrGpuResources draw from the same pool of unique ids by robertphillips · 8 years ago
  42. 29df760 Define clear regions in terms of GrFixedClip by csmartdalton · 8 years ago
  43. dc43898 Don't purge resources for trivial GrContext flushes by bsalomon · 8 years ago
  44. 4bcd62e Add some copy support for vulkan msaa by egdaniel · 8 years ago
  45. db27fc5 Skip batch iteration in GrDrawTarget::forwardCombine when the max look ahead is 0 by bsalomon · 8 years ago
  46. 28341fa Implement difference clip rects with window rectangles by csmartdalton · 8 years ago
  47. d211e78 Convert GrAppliedClip interface to builder style by csmartdalton · 8 years ago
  48. 5c6fc4f Remove stencil settings param from stencilPath() by csmartdalton · 8 years ago
  49. fd8d013 Avoid creating full screen clear batches when there is already one in the queue. by bsalomon · 8 years ago
  50. 9f129de Add a full clear method to GrDrawTarget. by bsalomon · 8 years ago
  51. c6f411e Merge GrClipMaskManager into GrClipStackClip by csmartdalton · 8 years ago
  52. e0d3629 Add test configs for instanced rendering by csmartdalton · 8 years ago
  53. b4021cf Don't call finish on GrDrawTarget if we drew no batches by egdaniel · 8 years ago
  54. 5fa7f30 Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  55. 5d1676c Revert of Remove DrawFace enum from GrPipelineBuilder (patchset #2 id:20001 of https://codereview.chromium.org/2165283002/ ) by robertphillips · 8 years ago
  56. da152eb Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  57. 59cf61a Retract PipelineBuilder from GrClip::apply by robertphillips · 8 years ago
  58. 9199a9f Move GrDrawTarget::clear logic into GrDrawContext by robertphillips · 8 years ago
  59. 4430239 Add choke point for modifying non-AA rect draws (e.g., applying clipping) by robertphillips · 8 years ago
  60. 9a4cfa8 Revert of Add choke point for modifying non-AA rect draws (e.g., applying clipping) (patchset #6 id:100001 of https://codereview.chromium.org/2125333002/ ) by robertphillips · 8 years ago
  61. e5e3a7a Add choke point for modifying non-AA rect draws (e.g., applying clipping) by robertphillips · 8 years ago
  62. 6cc9006 Use clipped bounds for reordering decisions by bsalomon · 8 years ago
  63. 88cf17d Consolidate handling of infinitely thin primitives and aa bloat handing WRT batch bounds. by bsalomon · 8 years ago
  64. a7f2964 Begin instanced rendering for simple shapes by csmartdalton · 8 years ago
  65. ec7f2ac Revert of Begin instanced rendering for simple shapes (patchset #20 id:380001 of https://codereview.chromium.org/2066993003/ ) by ksakamoto · 8 years ago
  66. e7d1b24 Use bounds of batches for render pass bounds by egdaniel · 8 years ago
  67. 42eafa4 Begin instanced rendering for simple shapes by csmartdalton · 8 years ago
  68. 26726d1 Spruce up batch info printouts by robertphillips · 8 years ago
  69. 9cb6340 Start using GrGpuCommandBuffer in GrDrawTarget. by egdaniel · 8 years ago
  70. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  71. 55fdccc Remove GrRenderTarget from GrPipelineBuilder by robertphillips · 8 years ago
  72. 976f5f0 Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack by robertphillips · 8 years ago
  73. 17bf820 Abort stencil draws when the attachment fails by cdalton · 8 years ago
  74. 846c051 Convert GrClip to an abstract base class by cdalton · 8 years ago
  75. 862cff3 Remove clip from GrPipelineBuilder by cdalton · 8 years ago
  76. 193d9cf Eliminate special case nvpr batch handling by cdalton · 8 years ago
  77. 93a379b Separate user and raw stencil settings by cdalton · 8 years ago
  78. e19aecd Revert of Separate user and raw stencil settings (patchset #8 id:140001 of https://codereview.chromium.org/1962243002/ ) by robertphillips · 8 years ago
  79. 12dbb39 Separate user and raw stencil settings by cdalton · 8 years ago
  80. 3de75da Use constexpr constructors of GrStencilSettings rather than hacky macro system. by bsalomon · 8 years ago
  81. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  82. 397536c Consolidate GPU buffer implementations by cdalton · 8 years ago
  83. f8c3ba4 Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ ) by robertphillips · 8 years ago
  84. 8b1bff2 Consolidate GPU buffer implementations by cdalton · 8 years ago
  85. b0666ad Fix up GrAuditTrail to allow arbitrary reordering by joshualitt · 8 years ago
  86. aecc018 Attempt to combine batches in forward direction before flush by bsalomon · 8 years ago
  87. 391395d Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 8 years ago
  88. 8b8f36f Revert of Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) (patchset #7 id:120001 of https://codereview.chromium.org/1754563003/ ) by robertphillips · 8 years ago
  89. 86c6075 Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 8 years ago
  90. 18d6b75 Add batchlist managment to GrAuditTrail by joshualitt · 8 years ago
  91. d2d2eb9 Add GrGpu support for Vulkan command buffer flush by jvanverth · 8 years ago
  92. b8fea97 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 8 years ago
  93. 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 · 8 years ago
  94. 7ea5e28 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 8 years ago
  95. 2279325 added support for PLS path rendering by ethannicholas · 9 years ago
  96. 5366a09 Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ ) by ethannicholas · 9 years ago
  97. 7df3f5e added support for PLS path rendering by ethannicholas · 9 years ago
  98. a8b8499 Remove remaining users of draw*Rect calls by joshualitt · 9 years ago
  99. 04194f3 Remove two varieties of drawNonAARect from GrDrawTarget by joshualitt · 9 years ago
  100. 086cee1 Add batch names and bounds to json debug information by joshualitt · 9 years ago