1. 8ff8d24 Remove drawPathsFromRange from GrDrawContext by cdalton · 9 years ago
  2. 6dea83f Add option to draw wireframe batch bounds by bsalomon · 9 years ago
  3. 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
  4. 26489ef Add option to draw wireframe batch bounds by bsalomon · 9 years ago
  5. 7bceedc Retract GrRenderTarget a bit by robertphillips · 9 years ago
  6. 69cfe95 Add debug option to clip each GrBatch to its device bounds by bsalomon · 9 years ago
  7. de4166a APIs which took colorPOI / coveragePOI pairs updated to take a GrPipelineOptimizations struct by ethannicholas · 9 years ago
  8. ff21032 New API for computing optimization invariants. by ethannicholas · 9 years ago
  9. bf07455 Make stencil and cover path rendering have more reasonable bounds. by bsalomon · 9 years ago
  10. c4b7272 Don't create a GXPFactory when blend is SrcOver by egdaniel · 9 years ago
  11. db4758c Restrict query bounds for reduce clip to dev bounds by bsalomon · 9 years ago
  12. e004bfc Increase the amount of debug information printed out by batches by robertphillips · 9 years ago
  13. 0dfa62c Update testing frameworks/tests for MDB by robertphillips · 9 years ago
  14. 1d51273 Revert of Update testing frameworks/tests for MDB (patchset #4 id:60001 of https://codereview.chromium.org/1441533003/ ) by egdaniel · 9 years ago
  15. 9c86051 Update testing frameworks/tests for MDB by robertphillips · 9 years ago
  16. a13e202 Move GrBatchFlushState from GrDrawTarget to GrDrawingManager by robertphillips · 9 years ago
  17. d472792 Revert of Fix mixed samples stencil clip (patchset #5 id:80001 of https://codereview.chromium.org/1431593006/ ) by cdalton · 9 years ago
  18. 1f0e350 Disable preemptive batch preparation by robertphillips · 9 years ago
  19. 14184d5 Fix mixed samples stencil clip by cdalton · 9 years ago
  20. 498d7ac Dependencies are now added between the drawTargets in GrPipeline by robertphillips · 9 years ago
  21. e91f7b5 Move scissor state to GrAppliedClip by bsalomon · 9 years ago
  22. 648c696 Add immediate mode option for gpu configs in dm by bsalomon · 9 years ago
  23. 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
  24. 869c5e8 Dependencies are now added between the drawTargets in GrPipeline by robertphillips · 9 years ago
  25. 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
  26. 45a1c34 Dependencies are now added between the drawTargets in GrPipeline by robertphillips · 9 years ago
  27. 4beb5c1 Add debugging helper to GrDrawTarget by robertphillips · 9 years ago
  28. 6a18665 Add the machinery to GrDrawTarget to enable topological sorting by robertphillips · 9 years ago
  29. a106c62 Loosen requirement that there be only one GrDrawTarget by robertphillips · 9 years ago
  30. 8585dd2 Updates nvpr text blobs to not store a direct reference to the by cdalton · 9 years ago
  31. 0ba8c24 Insert clip fragment processor outside GrCMM by bsalomon · 9 years ago
  32. f6d259b Incrementally flush GrDrawTarget by joshualitt · 9 years ago
  33. 0737f61 Revert of Incrementally flush GrDrawTarget (patchset #8 id:130001 of https://codereview.chromium.org/1386463004/ ) by joshualitt · 9 years ago
  34. a7e8780 Incrementally flush GrDrawTarget by joshualitt · 9 years ago
  35. e2bcec3 fix for default path renderer draws harlines without bloating by joshualitt · 9 years ago
  36. ec00d94 Move some of the adding stencil attachment logic of Gpu and into Render Target. by egdaniel · 9 years ago
  37. e66fec2 fix missing clipmaskmanager by Brian Salomon · 9 years ago
  38. b3b9aec Remove GrClipTarget by bsalomon · 9 years ago
  39. ad792c1 Simplify installation of pipeling into GrDrawBatch in GrDrawTarget by bsalomon · 9 years ago
  40. f238469 Late creation of GrPathProcessor by joshualitt · 9 years ago
  41. 512be53 Cleanup GrDrawTarget now that all paths lead to GrBatch by bsalomon · 9 years ago
  42. 1fcc01c GrPathRangeBatch by bsalomon · 9 years ago
  43. dac7005 Remove GrGpuTraceMarker hooks until we rethink the design by joshualitt · 9 years ago
  44. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  45. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  46. d2b23e0 Standardize BW to NonAA by joshualitt · 9 years ago
  47. b6b513b Create separate entry points for the various flavors of drawRect by joshualitt · 9 years ago
  48. add79ef Put drawPath in GrBatch. by bsalomon · 9 years ago
  49. a44919e Path stenciling in GrBatch by bsalomon · 9 years ago
  50. 872062c GrCopySurfaceBatch by bsalomon · 9 years ago
  51. 5ea0363 ClearStencilClip in GrBatch by bsalomon · 9 years ago
  52. 5346983 Put clear and discard into GrBatch. by bsalomon · 9 years ago
  53. 16b9913 Split GrDrawBatch and GrVertexBatch into their own files by bsalomon · 9 years ago
  54. abd30f5 Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non-drawing batches by bsalomon · 9 years ago
  55. a387a11 Make GrBatch carry its own GrPipeline by bsalomon · 9 years ago
  56. c699873 Remove GrPipelineOptimizations member from GrPipeline by bsalomon · 9 years ago
  57. 14205b1 Expand functionality of GrRectBatchFactory with AARects by joshualitt · 9 years ago
  58. 7fc2a26 Move GrStrokeRectBatch creation to behind factory by joshualitt · 9 years ago
  59. ecd1a69 Create GrRectBatchFactory by joshualitt · 9 years ago
  60. 47dfc36 Use a factory function to create GrPipeline and remove unused member by bsalomon · 9 years ago
  61. 7441782 Make folder for batches by joshualitt · 9 years ago
  62. ebc1c10 Fix warnings on VS2015 x86_64 build by bsalomon · 9 years ago
  63. 51c8d40 Move some work from backend onClear to base class clear by egdaniel · 9 years ago
  64. eae6200 Some cleanup in GrTextureProvider and GrResourceProvider. by bsalomon · 9 years ago
  65. 85cd78d Speculative fix for http://crbug.com/515966 by bsalomon · 9 years ago
  66. 9ec0d43 Removing GrTemplates.h by joshualitt · 9 years ago
  67. 4421a4c small cleanups after fixing const of GrPipelineBuilder on DrawTarget by joshualitt · 9 years ago
  68. 1c73548 Start to propagate constness of GrPipelineBuilder up the stack by joshualitt · 9 years ago
  69. 5e6ba21 Modify GrClipMaskManager to reflect logical constness by joshualitt · 9 years ago
  70. 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
  71. 4061b12 Remove GrContext from GrDrawTarget by bsalomon · 9 years ago
  72. edd77a1 Remove GrContext from GrClipMaskCache by bsalomon · 9 years ago
  73. 7622863 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  74. 084d1b6 Revert of Add direct getter for GrCaps to GrContext. (patchset #4 id:60001 of https://codereview.chromium.org/1149773005/) by bsalomon · 9 years ago
  75. 9138c46 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  76. dc47ff7 Split GrCaps impl out into its own cpp by bsalomon · 9 years ago
  77. ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 9 years ago
  78. 6a44c6a Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  79. d23a395 Revert of Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. (patchset #6 id:100001 of https://codereview.chromium.org/1132093004/) by bungeman · 9 years ago
  80. bb106b5 Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  81. 682c269 Store context options on caps. by bsalomon · 9 years ago
  82. 08bf86d Revert of Store context options on caps. (patchset #3 id:40001 of https://codereview.chromium.org/1158433006/) by bsalomon · 9 years ago
  83. f28cff7 Store context options on caps. by bsalomon · 9 years ago
  84. 424cc26 Remove init from GrGLContextInfo and caps classes by bsalomon · 9 years ago
  85. eb1cb5c rename GrDrawTargetCaps.h to GrCaps.h and move to include by bsalomon · 9 years ago
  86. 0edea2c Make mixed samples contingent on auxiliary extensions by cdalton · 9 years ago
  87. fb5df43 Add RGBA half float texture format. by jvanverth · 9 years ago
  88. 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 9 years ago
  89. 404b3b2 Revert of Move copy-surface-as-draw fallback to GrGLGpu. (patchset #12 id:220001 of https://codereview.chromium.org/1144433002/) by mtklein · 9 years ago
  90. 5df6fee Move copy-surface-as-draw fallback to GrGLGpu. by bsalomon · 9 years ago
  91. 7d022d6 add option to supress prints on context by joshualitt · 9 years ago
  92. ee71044 Revert of add option to supress prints on context (patchset #5 id:80001 of https://codereview.chromium.org/1128903008/) by joshualitt · 9 years ago
  93. 5566133 add option to supress prints on context by joshualitt · 9 years ago
  94. e40d397 Isolate GrBufferAllocPools inside GrBatchTarget by robertphillips · 9 years ago
  95. 8917d62 Implement support for KHR_blend_equation_advanced by cdalton · 9 years ago
  96. ad17cfc Move RectBatch to GrRect by joshualitt · 9 years ago
  97. cb8979d Move DrawInfo out from GrDrawTarget and rename to GrVertices. by bsalomon · 9 years ago
  98. b5238a7 Start on simplifying generateGeometry() overrides by bsalomon · 9 years ago
  99. 8415abe Revert of Start on simplifying generateGeometry() overrides (patchset #10 id:160001 of https://codereview.chromium.org/1122673002/) by bsalomon · 9 years ago
  100. f28381c Start on simplifying generateGeometry() overrides by bsalomon · 9 years ago