1. 97180af Compute clipped draw bounds outside GrAppliedClip. by Brian Salomon · 7 years ago
  2. 9a76772 Remove origin from GrClipStackClip and GrWindowRectsState. by Brian Salomon · 7 years ago
  3. 7ba4d71 clipstacks can be on the stack or embedded, therefore should not be ref-counted by Mike Reed · 7 years ago
  4. 875218e Wrap cached GrTextures in GrTextureProxies (e.g., blur profiles, nine-patch blurs, etc.) by Robert Phillips · 7 years ago
  5. 19f0ed5 Purge clip masks when they are no longer findable. by Brian Salomon · 8 years ago
  6. e305cc1f Partially defer GrSWMaskHelper by Robert Phillips · 8 years ago
  7. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  8. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  9. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  10. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  11. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  12. 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  13. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  14. bde96c6 Move clip mask generation into GrReducedClip by csmartdalton · 8 years ago
  15. cb31e51 Converts a drawPaint through a rrect clip to a drawRRect in GrDrawContext. by bsalomon · 8 years ago
  16. 02fa32c Move GrFixedClip into src directory by csmartdalton · 8 years ago
  17. 7f0d9f3 Attempt to throw away rrect clips of rrects. by bsalomon · 8 years ago
  18. d211e78 Convert GrAppliedClip interface to builder style by csmartdalton · 8 years ago
  19. 77f2fae Encapsulate GrReducedClip result in class members by csmartdalton · 8 years ago
  20. c6f411e Merge GrClipMaskManager into GrClipStackClip by csmartdalton · 8 years ago[Renamed (66%) from src/gpu/GrClipMaskManager.h]
  21. 59cf61a Retract PipelineBuilder from GrClip::apply 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. 28a838e Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.h by robertphillips · 8 years ago
  26. 976f5f0 Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack by robertphillips · 8 years ago
  27. 0152d73 GrSWMaskHelper and GrSoftwarePathRenderer only need the textureProvider (not GrContext) by robertphillips · 8 years ago
  28. 5f2fa47 Make GrAppliedClip friendless by robertphillips · 8 years ago
  29. c99b8f0 Retract GrRenderTarget from AlphaClipMask code by robertphillips · 8 years ago
  30. 2c0aacb Revert of Retract GrRenderTarget from AlphaClipMask code (patchset #3 id:40001 of https://codereview.chromium.org/1977793004/ ) by bsalomon · 8 years ago
  31. 93bc24e Retract GrRenderTarget from AlphaClipMask code by robertphillips · 8 years ago
  32. 846c051 Convert GrClip to an abstract base class by cdalton · 8 years ago
  33. 862cff3 Remove clip from GrPipelineBuilder by cdalton · 8 years ago
  34. 93a379b Separate user and raw stencil settings by cdalton · 8 years ago
  35. e19aecd Revert of Separate user and raw stencil settings (patchset #8 id:140001 of https://codereview.chromium.org/1962243002/ ) by robertphillips · 8 years ago
  36. 12dbb39 Separate user and raw stencil settings by cdalton · 8 years ago
  37. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  38. 391395d Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 8 years ago
  39. 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
  40. 86c6075 Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 8 years ago
  41. 69cfe95 Add debug option to clip each GrBatch to its device bounds by bsalomon · 9 years ago
  42. d472792 Revert of Fix mixed samples stencil clip (patchset #5 id:80001 of https://codereview.chromium.org/1431593006/ ) by cdalton · 9 years ago
  43. 14184d5 Fix mixed samples stencil clip by cdalton · 9 years ago
  44. 6873782 Remove GrPipelineBuilder from getPathRenderer call by robertphillips · 9 years ago
  45. 544b9aa Remove gpu-side clip mask merging from clip mask manager by robertphillips · 9 years ago
  46. 423e337 Disable gpu-side clip mask merging in the clip mask manager by robertphillips · 9 years ago
  47. e91f7b5 Move scissor state to GrAppliedClip by bsalomon · 9 years ago
  48. 24cdec1 Revert of Fix ClipMaskManager's SW-fallback logic (patchset #4 id:60001 of https://codereview.chromium.org/1421533007/ ) by robertphillips · 9 years ago
  49. 5c3ea4c Fix ClipMaskManager's SW-fallback logic by robertphillips · 9 years ago
  50. a912dde Don't abort analytic clipping if using MSAA until elements are examined by bsalomon · 9 years ago
  51. 0b5b6b2 Fix clipping when all analytic FP creations can be skipped by bsalomon · 9 years ago
  52. c988d2c Remove ClipMaskType from GrCMM by bsalomon · 9 years ago
  53. 0ba8c24 Insert clip fragment processor outside GrCMM by bsalomon · 9 years ago
  54. 473addf Remove separate cache for clip mask textures by bsalomon · 9 years ago
  55. b3b9aec Remove GrClipTarget by bsalomon · 9 years ago
  56. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  57. 4421a4c small cleanups after fixing const of GrPipelineBuilder on DrawTarget by joshualitt · 9 years ago
  58. 5e6ba21 Modify GrClipMaskManager to reflect logical constness by joshualitt · 9 years ago
  59. edd77a1 Remove GrContext from GrClipMaskCache by bsalomon · 9 years ago
  60. 8dc7c3a Rename GrStencilBuffer to GrStencilAttachment by egdaniel · 9 years ago
  61. 6be6f7c Cleanup in GrPipelineBuilder by bsalomon · 9 years ago
  62. 44701df Move clip off of draw target by joshualitt · 9 years ago
  63. 9e5fc72 Add stencil buffer create tracking to GPU stats. by bsalomon · 9 years ago
  64. 0ea80f4 Rename GrResourceCache2->GrResourceCache by bsalomon · 9 years ago
  65. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  66. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
  67. 3e79124 Stop creating GrODS for stencilPath commands. by bsalomon · 10 years ago
  68. 8750924 Add Coverage Drawing XP by egdaniel · 10 years ago
  69. 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
  70. 9853cce Drawstate on stack by joshualitt · 10 years ago
  71. 3fc6a2f Combine similar DrawPaths calls in GrInOrderDrawBuffer by cdalton · 10 years ago
  72. 2c93efe Clip in grdrawtarget by joshualitt · 10 years ago
  73. 3bdd7dc small fix for cache clear by joshualitt · 10 years ago
  74. 7a6184f cleanup reentrance logic in CMM by joshualitt · 10 years ago
  75. 329bf48 BUG=skia: by joshualitt · 10 years ago
  76. 6db519c clear stencil clip on draw target by joshualitt · 10 years ago
  77. 77b1307 Scissor rect on drawinfo by joshualitt · 10 years ago
  78. a58fe35 Clip mask manager sets stencil on draw type by joshualitt · 10 years ago
  79. 3a0cfeb Revert of Clip mask manager sets stencil on draw type (patchset #3 id:40001 of https://codereview.chromium.org/676983003/) by joshualitt · 10 years ago
  80. 7afb5aa Clip mask manager sets stencil on draw type by joshualitt · 10 years ago
  81. 427cf28 Remove AutoScratchTexture by bsalomon · 10 years ago
  82. c8dc1f7 Add GrResourceCache2. by bsalomon · 10 years ago
  83. 1d89ddc Revert of Add GrResourceCache2. (patchset #4 of https://codereview.chromium.org/481443002/) by bsalomon · 10 years ago
  84. 94ce9ac Add GrResourceCache2. by bsalomon · 10 years ago
  85. 217daa7 Revert of Remove the AA requirement for selecting GrEffect-based clipping. (https://codereview.chromium.org/367013003/) by mtklein · 10 years ago
  86. e9a729c Remove the AA requirement for selecting GrEffect-based clipping. by bsalomon · 10 years ago
  87. e159386 Revert of Remove the AA requirement for selecting GrEffect-based clipping. (https://codereview.chromium.org/367013003/) by bsalomon · 10 years ago
  88. a73218b Remove the AA requirement for selecting GrEffect-based clipping. by bsalomon · 10 years ago
  89. ad1dc58 Split caching from allocation in GrClipMaskManager by krajcevski · 10 years ago
  90. e3beb6b SkNonCopyable should be used with private inheritance. by commit-bot@chromium.org · 10 years ago
  91. e5a041c Implement the clip as 4 or fewer GrEffects when possible. by commit-bot@chromium.org · 10 years ago
  92. 3ae0e6c Add dev bounds to bmp txt context, use bounds to ignore clips by commit-bot@chromium.org · 10 years ago
  93. e79f320 Revert of r13384 (Stateful PathRenderer implementation) by robertphillips@google.com · 10 years ago
  94. 1195a28 Revert "SkBitmap now really stores SkImageInfo -- config is just a ruse" by mike@reedtribe.org · 10 years ago
  95. 8ed6443 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  96. 3e0c64a Stateful PathRenderer implementation by robertphillips@google.com · 11 years ago
  97. d3e5842 Avoid re-rendering stencil clip for every draw with reducable clip stack by commit-bot@chromium.org · 11 years ago
  98. f0784bd Revert "Avoid re-rendering stencil clip for every draw with reducable clip stack" by reed@google.com · 11 years ago
  99. 679eb67 Avoid re-rendering stencil clip for every draw with reducable clip stack by commit-bot@chromium.org · 11 years ago
  100. 2d2e5c4 Make not-reusing-scratch-textures only apply to texture uploads by robertphillips@google.com · 11 years ago