1. 95c250c Downgrade GpuGMs to only receiving a GrRecordingContext by Robert Phillips · 4 years, 1 month ago
  2. 851b90e Update GrRRectEffect to take an input FP and return a MakeResult. by John Stiles · 4 years, 1 month ago
  3. aa1b6b3 Make stencilRect() in GrRTCPriv more flexible. by Michael Ludwig · 5 years ago
  4. 7fde8e1 IWYU for gms. by Ben Wagner · 5 years ago
  5. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  6. 50e24d7 Add a mechanism for GMs to silently exclude themselves from Gold by Chris Dalton · 5 years ago
  7. 72ab346 Consolidate stroke-rect ops and use GrFillRectOp instead of GrNonAA/AARectOp by Michael Ludwig · 6 years ago
  8. cb3d087 Remove all remaining GrColor4f (other than gradients) by Brian Osman · 6 years ago
  9. eace935 Revert "converted AARectEffect to new FP system" by Ethan Nicholas · 6 years ago
  10. 222e275 converted AARectEffect to new FP system by Ethan Nicholas · 6 years ago
  11. d46dce3 don't adapt any gray colors to 565 by Mike Klein · 6 years ago
  12. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  13. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  14. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  15. 1447177 Avoid GrEllipseEffect for small radii on devices without 32 bit float. by Brian Salomon · 7 years ago
  16. 1706f84 switched GrClipEdge to an enum class by Ethan Nicholas · 7 years ago
  17. 0f3c732 renamed GrPrimitiveEdgeType / GrProcessorEdgeType to GrClipEdgeType by Ethan Nicholas · 7 years ago
  18. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  19. baaf439 Revert "Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses."" by Brian Salomon · 7 years ago
  20. a0485d9 Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses." by Brian Salomon · 7 years ago
  21. 1ec03f3 Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses. by Brian Salomon · 7 years ago
  22. ac70f84 Move all non-AA fill rect ops off of GrLegacyMeshDrawOp. by Brian Salomon · 7 years ago
  23. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 7 years ago
  24. 33d2055 GM: some header cleanup by Mike Klein · 7 years ago
  25. 649a341 Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derived classes. by Brian Salomon · 7 years ago
  26. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  27. a163392 Revert "Revert "Removing ref counting from GrXPFactory."" by Brian Salomon · 8 years ago
  28. 003312a Revert "Removing ref counting from GrXPFactory." by Brian Salomon · 8 years ago
  29. a8f80de Removing ref counting from GrXPFactory. by Brian Salomon · 8 years ago
  30. f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago
  31. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago
  32. 6a63904 Update rect ops to use "op" in their name and return sk_sp. by Brian Salomon · 8 years ago
  33. 1951f3d Rename testingOnly_drawBatch to testingOnly_addDrawOp and sk_sp by Brian Salomon · 8 years ago
  34. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  35. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  36. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  37. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  38. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  39. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  40. cefc431 gm: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  41. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  42. 693a540 Rename renderTargetContextPriv to priv, and some more leftover DCs by Brian Osman · 8 years ago
  43. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  44. 6699838 allow clip calls w/o op param, remove unnecessary kReplace ops by reed · 8 years ago
  45. 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
  46. dbfd7ab Replace a lot of 'static const' with 'constexpr' or 'const'. by mtklein · 8 years ago
  47. 28a838e Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.h by robertphillips · 8 years ago
  48. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  49. 55fdccc Remove GrRenderTarget from GrPipelineBuilder by robertphillips · 8 years ago
  50. 175dd9b Clean up test drawContext usage by robertphillips · 8 years ago
  51. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 8 years ago
  52. 5e3815b Rein in the use of SkDevice.h by robertphillips · 8 years ago
  53. 391395d Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 8 years ago
  54. 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
  55. 86c6075 Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 8 years ago
  56. c2eff2a micro fix for rrects bug using GrDrawContext by joshualitt · 9 years ago
  57. 04194f3 Remove two varieties of drawNonAARect from GrDrawTarget by joshualitt · 9 years ago
  58. b10fe49 Remove work from constructors to facilitate debugging. by herb · 9 years ago
  59. c4b7272 Don't create a GXPFactory when blend is SrcOver by egdaniel · 9 years ago
  60. 504ce5d Optionally pass rendertarget to getTestTarget by robertphillips · 9 years ago
  61. 2a24338 GM: replace boilerplate with macros by halcanary · 9 years ago
  62. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  63. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  64. 4bf69f7b Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FPs (patchset #6 id:90001 of https://codereview.chromium.org/1307223004/ ) by rmistry · 9 years ago
  65. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  66. d2b23e0 Standardize BW to NonAA by joshualitt · 9 years ago
  67. b6b513b Create separate entry points for the various flavors of drawRect by joshualitt · 9 years ago
  68. 1c73548 Start to propagate constness of GrPipelineBuilder up the stack by joshualitt · 9 years ago
  69. 65cdba6 Revert of Revert of make gm background colors 565 compatible (patchset #1 id:1 of https://codereview.chromium.org/1184123002/) by caryclark · 9 years ago
  70. 0bdb08b Revert of make gm background colors 565 compatible (patchset #2 id:20001 of https://codereview.chromium.org/1176243006/) by caryclark · 9 years ago
  71. be7f768 make gm background colors 565 compatible by caryclark · 9 years ago
  72. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  73. 44701df Move clip off of draw target by joshualitt · 9 years ago
  74. b62da80 Add standard way to indicate GM is GPU-only. by bsalomon · 9 years ago
  75. 1c40292 remove unused GM flags by mtklein · 10 years ago
  76. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  77. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  78. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
  79. 8fc6c2d This CL cleans up the last remaining users of localCoordChange on paint by joshualitt · 10 years ago
  80. 2e3b3e3 This cl moves color and coverage off of drawstate. In an effort to keep this CL manageable, I have left the compute invariant input / output in a bit of a strange state(fixing this will be complicated). by joshualitt · 10 years ago
  81. 9853cce Drawstate on stack by joshualitt · 10 years ago
  82. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  83. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  84. f539318 Cleanup: Get rid of make_isize() function from gm.h. by tfarina · 10 years ago
  85. a90c680 Turn on quilt mode in DM. by commit-bot@chromium.org · 10 years ago
  86. 04eff72 Add test cases for small radii to rrect GMs. by commit-bot@chromium.org · 10 years ago
  87. fa5edbe Add effect-based clip for nine-patch SkRRects. by commit-bot@chromium.org · 10 years ago
  88. 9c135db support direct writing to top layer, and hide getTopLayer() by reed@google.com · 10 years ago
  89. c5c748c Handle rrects with one circular corner and three square corners in GrRRectEffect. by commit-bot@chromium.org · 10 years ago
  90. b0ba39d Fix no GPU build after r13728 by bsalomon@google.com · 10 years ago
  91. bfce48e reorg iteration code in rrects GM, tightly pack rrects drawn in _effect version. by commit-bot@chromium.org · 10 years ago
  92. cabf4b2 Unify edge type enums across GrEffect subclasses that clip rendering to a geometry. by commit-bot@chromium.org · 10 years ago
  93. f1f66c0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  94. 707bd60 Make rrects.cpp compile in no-gpu mode TBR=robertphillips@google.com by bsalomon@google.com · 10 years ago
  95. fbde87f Add GM that directly tests GrRRectEffect and add inverse fill version of effect. by commit-bot@chromium.org · 10 years ago
  96. cb3672e Add effect-based clipping for circular "tab" style rrects. by commit-bot@chromium.org · 10 years ago
  97. c2f7824 Analytic rrect clip for cicular corners, radius >= 0.5 by commit-bot@chromium.org · 10 years ago
  98. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  99. f6100c8 fix compiler warnings: by mike@reedtribe.org · 12 years ago
  100. 7a03d86 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago