1. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  2. 7cdda99 TEMPORARY: track stencil clip state in GrRenderTargetOpList by csmartdalton · 8 years ago
  3. c7635fa Make GrDrawContext be GrRenderTargetProxy-backed by Robert Phillips · 8 years ago
  4. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  5. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  6. 62e7b5f Create GrTextureOpList to support deferred copy batches for textures by Brian Osman · 8 years ago
  7. f2361d2 Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList by Robert Phillips · 8 years ago[Renamed (82%) from src/gpu/GrDrawTarget.cpp]
  8. 36a77ee Refactor GrVkGpuCommandBuffer to handle multiple GrVkCommandBuffers. by Greg Daniel · 8 years ago
  9. bf4a8f9 Improve usage of window rectangles by csmartdalton · 8 years ago
  10. c3bfcb8 Revert of Improve usage of window rectangles (patchset #9 id:160001 of https://codereview.chromium.org/2289363005/ ) by caryclark · 8 years ago
  11. db42be9 Improve usage of window rectangles by csmartdalton · 8 years ago
  12. 8abb370 Have GrSurfaceProxys and GrGpuResources draw from the same pool of unique ids by robertphillips · 8 years ago
  13. 29df760 Define clear regions in terms of GrFixedClip by csmartdalton · 8 years ago
  14. dc43898 Don't purge resources for trivial GrContext flushes by bsalomon · 8 years ago
  15. 4bcd62e Add some copy support for vulkan msaa by egdaniel · 8 years ago
  16. db27fc5 Skip batch iteration in GrDrawTarget::forwardCombine when the max look ahead is 0 by bsalomon · 8 years ago
  17. 28341fa Implement difference clip rects with window rectangles by csmartdalton · 8 years ago
  18. d211e78 Convert GrAppliedClip interface to builder style by csmartdalton · 8 years ago
  19. 5c6fc4f Remove stencil settings param from stencilPath() by csmartdalton · 8 years ago
  20. fd8d013 Avoid creating full screen clear batches when there is already one in the queue. by bsalomon · 8 years ago
  21. 9f129de Add a full clear method to GrDrawTarget. by bsalomon · 8 years ago
  22. c6f411e Merge GrClipMaskManager into GrClipStackClip by csmartdalton · 8 years ago
  23. e0d3629 Add test configs for instanced rendering by csmartdalton · 8 years ago
  24. b4021cf Don't call finish on GrDrawTarget if we drew no batches by egdaniel · 8 years ago
  25. 5fa7f30 Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  26. 5d1676c Revert of Remove DrawFace enum from GrPipelineBuilder (patchset #2 id:20001 of https://codereview.chromium.org/2165283002/ ) by robertphillips · 8 years ago
  27. da152eb Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  28. 59cf61a Retract PipelineBuilder from GrClip::apply by robertphillips · 8 years ago
  29. 9199a9f Move GrDrawTarget::clear logic into GrDrawContext by robertphillips · 8 years ago
  30. 4430239 Add choke point for modifying non-AA rect draws (e.g., applying clipping) by robertphillips · 8 years ago
  31. 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
  32. e5e3a7a Add choke point for modifying non-AA rect draws (e.g., applying clipping) by robertphillips · 8 years ago
  33. 6cc9006 Use clipped bounds for reordering decisions by bsalomon · 8 years ago
  34. 88cf17d Consolidate handling of infinitely thin primitives and aa bloat handing WRT batch bounds. by bsalomon · 8 years ago
  35. a7f2964 Begin instanced rendering for simple shapes by csmartdalton · 8 years ago
  36. ec7f2ac Revert of Begin instanced rendering for simple shapes (patchset #20 id:380001 of https://codereview.chromium.org/2066993003/ ) by ksakamoto · 8 years ago
  37. e7d1b24 Use bounds of batches for render pass bounds by egdaniel · 8 years ago
  38. 42eafa4 Begin instanced rendering for simple shapes by csmartdalton · 8 years ago
  39. 26726d1 Spruce up batch info printouts by robertphillips · 8 years ago
  40. 9cb6340 Start using GrGpuCommandBuffer in GrDrawTarget. by egdaniel · 8 years ago
  41. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  42. 55fdccc Remove GrRenderTarget from GrPipelineBuilder by robertphillips · 8 years ago
  43. 976f5f0 Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack by robertphillips · 8 years ago
  44. 17bf820 Abort stencil draws when the attachment fails by cdalton · 8 years ago
  45. 846c051 Convert GrClip to an abstract base class by cdalton · 8 years ago
  46. 862cff3 Remove clip from GrPipelineBuilder by cdalton · 8 years ago
  47. 193d9cf Eliminate special case nvpr batch handling by cdalton · 8 years ago
  48. 93a379b Separate user and raw stencil settings by cdalton · 8 years ago
  49. e19aecd Revert of Separate user and raw stencil settings (patchset #8 id:140001 of https://codereview.chromium.org/1962243002/ ) by robertphillips · 8 years ago
  50. 12dbb39 Separate user and raw stencil settings by cdalton · 8 years ago
  51. 3de75da Use constexpr constructors of GrStencilSettings rather than hacky macro system. by bsalomon · 8 years ago
  52. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  53. 397536c Consolidate GPU buffer implementations by cdalton · 8 years ago
  54. f8c3ba4 Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ ) by robertphillips · 8 years ago
  55. 8b1bff2 Consolidate GPU buffer implementations by cdalton · 8 years ago
  56. b0666ad Fix up GrAuditTrail to allow arbitrary reordering by joshualitt · 9 years ago
  57. aecc018 Attempt to combine batches in forward direction before flush by bsalomon · 9 years ago
  58. 391395d Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 9 years ago
  59. 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
  60. 86c6075 Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 9 years ago
  61. 18d6b75 Add batchlist managment to GrAuditTrail by joshualitt · 9 years ago
  62. d2d2eb9 Add GrGpu support for Vulkan command buffer flush by jvanverth · 9 years ago
  63. b8fea97 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 9 years ago
  64. 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
  65. 7ea5e28 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 9 years ago
  66. 2279325 added support for PLS path rendering by ethannicholas · 9 years ago
  67. 5366a09 Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ ) by ethannicholas · 9 years ago
  68. 7df3f5e added support for PLS path rendering by ethannicholas · 9 years ago
  69. a8b8499 Remove remaining users of draw*Rect calls by joshualitt · 9 years ago
  70. 04194f3 Remove two varieties of drawNonAARect from GrDrawTarget by joshualitt · 9 years ago
  71. 086cee1 Add batch names and bounds to json debug information by joshualitt · 9 years ago
  72. b8918c4 Add Drawing Manager guards against re-entrant flushes by joshualitt · 9 years ago
  73. 489147c Add option to control maximum GrBatch lookback by bsalomon · 9 years ago
  74. 8ff8d24 Remove drawPathsFromRange from GrDrawContext by cdalton · 9 years ago
  75. 6dea83f Add option to draw wireframe batch bounds by bsalomon · 9 years ago
  76. 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
  77. 26489ef Add option to draw wireframe batch bounds by bsalomon · 9 years ago
  78. 7bceedc Retract GrRenderTarget a bit by robertphillips · 9 years ago
  79. 69cfe95 Add debug option to clip each GrBatch to its device bounds by bsalomon · 9 years ago
  80. de4166a APIs which took colorPOI / coveragePOI pairs updated to take a GrPipelineOptimizations struct by ethannicholas · 9 years ago
  81. ff21032 New API for computing optimization invariants. by ethannicholas · 9 years ago
  82. bf07455 Make stencil and cover path rendering have more reasonable bounds. by bsalomon · 9 years ago
  83. c4b7272 Don't create a GXPFactory when blend is SrcOver by egdaniel · 9 years ago
  84. db4758c Restrict query bounds for reduce clip to dev bounds by bsalomon · 9 years ago
  85. e004bfc Increase the amount of debug information printed out by batches by robertphillips · 9 years ago
  86. 0dfa62c Update testing frameworks/tests for MDB by robertphillips · 9 years ago
  87. 1d51273 Revert of Update testing frameworks/tests for MDB (patchset #4 id:60001 of https://codereview.chromium.org/1441533003/ ) by egdaniel · 9 years ago
  88. 9c86051 Update testing frameworks/tests for MDB by robertphillips · 9 years ago
  89. a13e202 Move GrBatchFlushState from GrDrawTarget to GrDrawingManager by robertphillips · 9 years ago
  90. d472792 Revert of Fix mixed samples stencil clip (patchset #5 id:80001 of https://codereview.chromium.org/1431593006/ ) by cdalton · 9 years ago
  91. 1f0e350 Disable preemptive batch preparation by robertphillips · 9 years ago
  92. 14184d5 Fix mixed samples stencil clip by cdalton · 9 years ago
  93. 498d7ac Dependencies are now added between the drawTargets in GrPipeline by robertphillips · 9 years ago
  94. e91f7b5 Move scissor state to GrAppliedClip by bsalomon · 9 years ago
  95. 648c696 Add immediate mode option for gpu configs in dm by bsalomon · 9 years ago
  96. 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
  97. 869c5e8 Dependencies are now added between the drawTargets in GrPipeline by robertphillips · 9 years ago
  98. 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
  99. 45a1c34 Dependencies are now added between the drawTargets in GrPipeline by robertphillips · 9 years ago
  100. 4beb5c1 Add debugging helper to GrDrawTarget by robertphillips · 9 years ago