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