1. 4c92d4a Don't use analytic clip FPs when drawing to stencil by Chris Dalton · 7 years ago
  2. d28a79d Make GrResourceProvider more sk_spified by Brian Salomon · 7 years ago
  3. 5ed4423 Improve GrPathRendererChain heuristics by Chris Dalton · 7 years ago
  4. e5ede4b Revert "Improve GrPathRendererChain heuristics" by Chris Dalton · 7 years ago
  5. 60f4249 Improve GrPathRendererChain heuristics by Chris Dalton · 7 years ago
  6. e5b399e Remove GrLegacyMeshDrawOp and GrPipelineBuilder by Brian Salomon · 7 years ago
  7. baaf439 Revert "Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses."" by Brian Salomon · 7 years ago
  8. a0485d9 Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses." by Brian Salomon · 7 years ago
  9. 1ec03f3 Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses. by Brian Salomon · 7 years ago
  10. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  11. 67d52cf sk_sp-ify GrResourceProvider some more by Robert Phillips · 7 years ago
  12. ac70f84 Move all non-AA fill rect ops off of GrLegacyMeshDrawOp. by Brian Salomon · 7 years ago
  13. 5c77975 Add flag to avoid stencil buffers in Skia by Eric Karl · 7 years ago
  14. 48d1b4c Revert "Revert "Create GrXferProcessor while doing GrProcessorSet analysis."" by Brian Salomon · 7 years ago
  15. 5dac9b3 Revert "Create GrXferProcessor while doing GrProcessorSet analysis." by Brian Salomon · 7 years ago
  16. 0ae0e23 Create GrXferProcessor while doing GrProcessorSet analysis. by Brian Salomon · 7 years ago
  17. e14bd80 Move GrPipelineBuilder into GrRenderTargetContext::addLegacyDrawOp by Brian Salomon · 7 years ago
  18. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 7 years ago
  19. 54d212e Revert "Revert "Remove GrPipeline from GrDrawOp."" by Brian Salomon · 7 years ago
  20. c48af93 Revert "Remove GrPipeline from GrDrawOp." by Brian Salomon · 7 years ago
  21. 2bf4b3a Remove GrPipeline from GrDrawOp. by Brian Salomon · 7 years ago
  22. 649a341 Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derived classes. by Brian Salomon · 7 years ago
  23. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  24. f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago
  25. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago[Renamed (99%) from src/gpu/batches/GrStencilAndCoverPathRenderer.cpp]
  26. 82c263f Rename NVPR batch->op and sk_sp'ify by Brian Salomon · 8 years ago
  27. 6a63904 Update rect ops to use "op" in their name and return sk_sp. by Brian Salomon · 8 years ago
  28. 24f1978 Make GrRenderTargetContext::addDrawOp use sk_sp by Brian Salomon · 8 years ago
  29. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  30. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  31. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  32. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  33. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  34. 42521e8 Rename GrRTC::drawBatch to addDrawOp and local vars in GrRTC.cpp by Brian Salomon · 8 years ago
  35. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  36. 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  37. 693a540 Rename renderTargetContextPriv to priv, and some more leftover DCs by Brian Osman · 8 years ago
  38. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  39. a224bb7 Avoid unnecessary GrShape->SkPath conversion in GrStencilAndCoverPathRenderer by bsalomon · 8 years ago
  40. 7bffcd2 Fix key computation for GrPaths by bsalomon · 8 years ago
  41. 02fa32c Move GrFixedClip into src directory by csmartdalton · 8 years ago
  42. 5c6fc4f Remove stencil settings param from stencilPath() by csmartdalton · 8 years ago
  43. bb24383 Revert of Retract PipelineBuilder some more (patchset #9 id:160001 of https://codereview.chromium.org/2092893003/ ) by bsalomon · 8 years ago
  44. 2895eeb Retract PipelineBuilder some more by robertphillips · 8 years ago
  45. 5fa7f30 Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  46. 5d1676c Revert of Remove DrawFace enum from GrPipelineBuilder (patchset #2 id:20001 of https://codereview.chromium.org/2165283002/ ) by robertphillips · 8 years ago
  47. da152eb Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  48. 59cf61a Retract PipelineBuilder from GrClip::apply by robertphillips · 8 years ago
  49. 3950f0d Remove fColor from PathRenderer DrawPathArgs struct by robertphillips · 8 years ago
  50. ee43241 Remove style application from GrPathRenderer subclasses by bsalomon · 8 years ago
  51. 8acedde Use GrShape in GrPathRenderer. by bsalomon · 8 years ago
  52. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  53. ecbc12b Replace targetHasUnifiedMultisampling in GrPB constructor by csmartdalton · 8 years ago
  54. 7942f22 Fix instances where hwaa was wrong for mixed samples by csmartdalton · 8 years ago
  55. 55fdccc Remove GrRenderTarget from GrPipelineBuilder by robertphillips · 8 years ago
  56. 7062d01 More Unref GrXPFactory. by bungeman · 8 years ago
  57. 976f5f0 Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack by robertphillips · 8 years ago
  58. 862cff3 Remove clip from GrPipelineBuilder by cdalton · 8 years ago
  59. 193d9cf Eliminate special case nvpr batch handling by cdalton · 8 years ago
  60. 93a379b Separate user and raw stencil settings by cdalton · 8 years ago
  61. e19aecd Revert of Separate user and raw stencil settings (patchset #8 id:140001 of https://codereview.chromium.org/1962243002/ ) by robertphillips · 8 years ago
  62. 12dbb39 Separate user and raw stencil settings by cdalton · 8 years ago
  63. c121607 Fix nvpr path renderer to reject styles with nonDashPathEffects. by bsalomon · 8 years ago
  64. 6663acf Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  65. 85d9667 Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https://codereview.chromium.org/1957363002/ ) by bsalomon · 8 years ago
  66. 33595bd Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  67. d6f25bf Make GrPathRenderer only support fills for path stenciling by bsalomon · 8 years ago
  68. 3de75da Use constexpr constructors of GrStencilSettings rather than hacky macro system. by bsalomon · 8 years ago
  69. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  70. 18300a3 detach -> release by mtklein · 8 years ago
  71. de83b41 Add Audittrail for path renderers by joshualitt · 9 years ago
  72. 04194f3 Remove two varieties of drawNonAARect from GrDrawTarget by joshualitt · 9 years ago
  73. 8ff8d24 Remove drawPathsFromRange from GrDrawContext by cdalton · 9 years ago
  74. c6e7a13 Use correct fill type and bounds for NVPR paths that are stroked with Skia by kkinnunen · 9 years ago
  75. 3aea725 Fix mixed sampled inverse path fills by cdalton · 9 years ago
  76. 6873782 Remove GrPipelineBuilder from getPathRenderer call by robertphillips · 9 years ago
  77. f238469 Late creation of GrPathProcessor by joshualitt · 9 years ago
  78. 6335a72 Move PathRenderers to batches folder by joshualitt · 9 years ago[Renamed from src/gpu/GrStencilAndCoverPathRenderer.cpp]
  79. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  80. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  81. d2b23e0 Standardize BW to NonAA by joshualitt · 9 years ago
  82. b6b513b Create separate entry points for the various flavors of drawRect by joshualitt · 9 years ago
  83. c5d58f0 Use stencil ops that don't issue writes whenever possible by vbuzinov · 9 years ago
  84. e7d4b2f Simplify parameters passed to path renderers by robertphillips · 9 years ago
  85. 0aff2fa Also provides the ResourceProvider to onDrawPath which allows the DF PR to no longer require access to GrContext. by bsalomon · 9 years ago
  86. 1c73548 Start to propagate constness of GrPipelineBuilder up the stack by joshualitt · 9 years ago
  87. dded696 Implement support for mixed sampled render targets by vbuzinov · 9 years ago
  88. ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 9 years ago
  89. eb1cb5c rename GrDrawTargetCaps.h to GrCaps.h and move to include by bsalomon · 9 years ago
  90. 706f08f Move GrPath(Range) creation to ResourceProvider. by bsalomon · 9 years ago
  91. 070e010 Improve caching of special case paths in GrStencilAndCoverPathRenderer by kkinnunen · 9 years ago
  92. 50b58e6 Improve caching of dashed paths in GrStencilAndCoverPathRenderer by kkinnunen · 9 years ago
  93. d156d36 Make GrStrokeInfo inherit from SkStrokeRec by kkinnunen · 9 years ago
  94. d309e7a This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types. by bsalomon · 9 years ago
  95. e9c0fc6 Pull out shader-specific caps into GrShaderCaps and GrGLSLCaps by jvanverth · 9 years ago
  96. 1899651 Extract gpu line dashing to GrDashLinePathRenderer by kkinnunen · 9 years ago
  97. 6bc1b5f Dynamically create stencil buffer when needed. by bsalomon · 10 years ago
  98. 8718aaf Rename GrContentKey to GrUniqueKey by bsalomon · 10 years ago
  99. 24db3b1 Add specialized content key class for resources. by bsalomon · 10 years ago
  100. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago