1. 693a540 Rename renderTargetContextPriv to priv, and some more leftover DCs by Brian Osman · 8 years ago
  2. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  3. 62e7b5f Create GrTextureOpList to support deferred copy batches for textures by Brian Osman · 8 years ago
  4. f2361d2 Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList by Robert Phillips · 8 years ago[Renamed (62%) from src/gpu/GrDrawTarget.h]
  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. 5c6fc4f Remove stencil settings param from stencilPath() by csmartdalton · 8 years ago
  8. fd8d013 Avoid creating full screen clear batches when there is already one in the queue. by bsalomon · 8 years ago
  9. 9f129de Add a full clear method to GrDrawTarget. by bsalomon · 8 years ago
  10. c6f411e Merge GrClipMaskManager into GrClipStackClip by csmartdalton · 8 years ago
  11. e0d3629 Add test configs for instanced rendering by csmartdalton · 8 years ago
  12. 59cf61a Retract PipelineBuilder from GrClip::apply by robertphillips · 8 years ago
  13. 9199a9f Move GrDrawTarget::clear logic into GrDrawContext by robertphillips · 8 years ago
  14. 6cc9006 Use clipped bounds for reordering decisions by bsalomon · 8 years ago
  15. a7f2964 Begin instanced rendering for simple shapes by csmartdalton · 8 years ago
  16. ec7f2ac Revert of Begin instanced rendering for simple shapes (patchset #20 id:380001 of https://codereview.chromium.org/2066993003/ ) by ksakamoto · 8 years ago
  17. 42eafa4 Begin instanced rendering for simple shapes by csmartdalton · 8 years ago
  18. 28a838e Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.h by robertphillips · 8 years ago
  19. 55fdccc Remove GrRenderTarget from GrPipelineBuilder by robertphillips · 8 years ago
  20. 976f5f0 Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack by robertphillips · 8 years ago
  21. 862cff3 Remove clip from GrPipelineBuilder by cdalton · 8 years ago
  22. 193d9cf Eliminate special case nvpr batch handling by cdalton · 8 years ago
  23. 93a379b Separate user and raw stencil settings by cdalton · 8 years ago
  24. e19aecd Revert of Separate user and raw stencil settings (patchset #8 id:140001 of https://codereview.chromium.org/1962243002/ ) by robertphillips · 8 years ago
  25. 12dbb39 Separate user and raw stencil settings by cdalton · 8 years ago
  26. 397536c Consolidate GPU buffer implementations by cdalton · 8 years ago
  27. f8c3ba4 Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ ) by robertphillips · 8 years ago
  28. 8b1bff2 Consolidate GPU buffer implementations by cdalton · 8 years ago
  29. aecc018 Attempt to combine batches in forward direction before flush by bsalomon · 8 years ago
  30. 391395d Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 8 years ago
  31. 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
  32. 86c6075 Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 8 years ago
  33. b8fea97 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 8 years ago
  34. 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
  35. 7ea5e28 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 8 years ago
  36. de83b41 Add Audittrail for path renderers by joshualitt · 9 years ago
  37. a8b8499 Remove remaining users of draw*Rect calls by joshualitt · 9 years ago
  38. 04194f3 Remove two varieties of drawNonAARect from GrDrawTarget by joshualitt · 9 years ago
  39. 086cee1 Add batch names and bounds to json debug information by joshualitt · 9 years ago
  40. b8918c4 Add Drawing Manager guards against re-entrant flushes by joshualitt · 9 years ago
  41. 489147c Add option to control maximum GrBatch lookback by bsalomon · 9 years ago
  42. 8ff8d24 Remove drawPathsFromRange from GrDrawContext by cdalton · 9 years ago
  43. 6dea83f Add option to draw wireframe batch bounds by bsalomon · 9 years ago
  44. 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
  45. 26489ef Add option to draw wireframe batch bounds by bsalomon · 9 years ago
  46. 69cfe95 Add debug option to clip each GrBatch to its device bounds by bsalomon · 9 years ago
  47. de4166a APIs which took colorPOI / coveragePOI pairs updated to take a GrPipelineOptimizations struct by ethannicholas · 9 years ago
  48. bf07455 Make stencil and cover path rendering have more reasonable bounds. by bsalomon · 9 years ago
  49. a13e202 Move GrBatchFlushState from GrDrawTarget to GrDrawingManager by robertphillips · 9 years ago
  50. d472792 Revert of Fix mixed samples stencil clip (patchset #5 id:80001 of https://codereview.chromium.org/1431593006/ ) by cdalton · 9 years ago
  51. 1f0e350 Disable preemptive batch preparation by robertphillips · 9 years ago
  52. 14184d5 Fix mixed samples stencil clip by cdalton · 9 years ago
  53. 498d7ac Dependencies are now added between the drawTargets in GrPipeline by robertphillips · 9 years ago
  54. 648c696 Add immediate mode option for gpu configs in dm by bsalomon · 9 years ago
  55. 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
  56. 869c5e8 Dependencies are now added between the drawTargets in GrPipeline by robertphillips · 9 years ago
  57. 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
  58. 45a1c34 Dependencies are now added between the drawTargets in GrPipeline by robertphillips · 9 years ago
  59. 4beb5c1 Add debugging helper to GrDrawTarget by robertphillips · 9 years ago
  60. 6a18665 Add the machinery to GrDrawTarget to enable topological sorting by robertphillips · 9 years ago
  61. a106c62 Loosen requirement that there be only one GrDrawTarget by robertphillips · 9 years ago
  62. 8585dd2 Updates nvpr text blobs to not store a direct reference to the by cdalton · 9 years ago
  63. f6d259b Incrementally flush GrDrawTarget by joshualitt · 9 years ago
  64. 0737f61 Revert of Incrementally flush GrDrawTarget (patchset #8 id:130001 of https://codereview.chromium.org/1386463004/ ) by joshualitt · 9 years ago
  65. a7e8780 Incrementally flush GrDrawTarget by joshualitt · 9 years ago
  66. 473addf Remove separate cache for clip mask textures by bsalomon · 9 years ago
  67. 1b55a96 Reland of add a ClassID function to GrBatch (patchset #1 id:1 of https://codereview.chromium.org/1353043002/ ) by reed · 9 years ago
  68. 48e3a45 Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://codereview.chromium.org/1352813003/ ) by reed · 9 years ago
  69. eb44d53 add a ClassID function to GrBatch by joshualitt · 9 years ago
  70. a7008403 Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://codereview.chromium.org/1352813003/ ) by joshualitt · 9 years ago
  71. 4078d52 add a ClassID function to GrBatch by joshualitt · 9 years ago
  72. b3b9aec Remove GrClipTarget by bsalomon · 9 years ago
  73. ad792c1 Simplify installation of pipeling into GrDrawBatch in GrDrawTarget by bsalomon · 9 years ago
  74. f238469 Late creation of GrPathProcessor by joshualitt · 9 years ago
  75. 512be53 Cleanup GrDrawTarget now that all paths lead to GrBatch by bsalomon · 9 years ago
  76. 1fcc01c GrPathRangeBatch by bsalomon · 9 years ago
  77. dac7005 Remove GrGpuTraceMarker hooks until we rethink the design by joshualitt · 9 years ago
  78. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  79. d2b23e0 Standardize BW to NonAA by joshualitt · 9 years ago
  80. b6b513b Create separate entry points for the various flavors of drawRect by joshualitt · 9 years ago
  81. add79ef Put drawPath in GrBatch. by bsalomon · 9 years ago
  82. a44919e Path stenciling in GrBatch by bsalomon · 9 years ago
  83. 872062c GrCopySurfaceBatch by bsalomon · 9 years ago
  84. 5ea0363 ClearStencilClip in GrBatch by bsalomon · 9 years ago
  85. 5346983 Put clear and discard into GrBatch. by bsalomon · 9 years ago
  86. abd30f5 Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non-drawing batches by bsalomon · 9 years ago
  87. 2d56303 Move willColorBlendWithDst from pipeline builder to GrPipelineOptimizations. by bsalomon · 9 years ago
  88. a387a11 Make GrBatch carry its own GrPipeline by bsalomon · 9 years ago
  89. c699873 Remove GrPipelineOptimizations member from GrPipeline by bsalomon · 9 years ago
  90. 51c8d40 Move some work from backend onClear to base class clear by egdaniel · 9 years ago
  91. 85cd78d Speculative fix for http://crbug.com/515966 by bsalomon · 9 years ago
  92. 4421a4c small cleanups after fixing const of GrPipelineBuilder on DrawTarget by joshualitt · 9 years ago
  93. 1c73548 Start to propagate constness of GrPipelineBuilder up the stack by joshualitt · 9 years ago
  94. 5e6ba21 Modify GrClipMaskManager to reflect logical constness by joshualitt · 9 years ago
  95. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  96. 1fa4572 Update XPF invariant info to not account for conflation by cdalton · 9 years ago
  97. 6df8640 Revert "Revert of Move copy-surface-as-draw fallback to GrGLGpu. (patchset #12 id:220001 of https://codereview.chromium.org/1144433002/)" by bsalomon · 9 years ago
  98. 4061b12 Remove GrContext from GrDrawTarget by bsalomon · 9 years ago
  99. edd77a1 Remove GrContext from GrClipMaskCache by bsalomon · 9 years ago
  100. ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 9 years ago