1. 7cdda99 TEMPORARY: track stencil clip state in GrRenderTargetOpList by csmartdalton · 8 years ago
  2. 3affdc1 Fall back on stencil clip when SW mask fails to allocate by csmartdalton · 8 years ago
  3. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  4. 2ebd0c8 Remove option to make GrCoordTransforms apply to device positions. by Brian Salomon · 8 years ago
  5. 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
  6. bf4a8f9 Improve usage of window rectangles by csmartdalton · 8 years ago
  7. c3bfcb8 Revert of Improve usage of window rectangles (patchset #9 id:160001 of https://codereview.chromium.org/2289363005/ ) by caryclark · 8 years ago
  8. 48fde9c Add a makeDrawContextWithFallback that handles config fallback by robertphillips · 8 years ago
  9. db42be9 Improve usage of window rectangles by csmartdalton · 8 years ago
  10. bde96c6 Move clip mask generation into GrReducedClip by csmartdalton · 8 years ago
  11. 29df760 Define clear regions in terms of GrFixedClip by csmartdalton · 8 years ago
  12. cb31e51 Converts a drawPaint through a rrect clip to a drawRRect in GrDrawContext. by bsalomon · 8 years ago
  13. 4d2cce4 check for wide-open inside quickContains by reed · 8 years ago
  14. 02fa32c Move GrFixedClip into src directory by csmartdalton · 8 years ago
  15. 28341fa Implement difference clip rects with window rectangles by csmartdalton · 8 years ago
  16. 8d3f92a Make GrReducedClip's gen ID only apply to the element list 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 (88%) from src/gpu/GrClipMaskManager.cpp]
  21. 6d9a213 If scissor would be empty in GrClipMaskManager::SetupClipping indicate draw can be skipped. by bsalomon · 8 years ago
  22. 6738c70 Rename GrContext's newDrawContext & drawContext to makeDrawContext by robertphillips · 8 years ago
  23. cbecb08 Allow GrReducedClip to take non-integer query bounds by csmartdalton · 8 years ago
  24. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  25. 54f30c1 Introduce GrColorSpaceXform, for gamut conversion on textures by brianosman · 8 years ago
  26. 97f6cd5 Pre-crop filled rects to avoid scissor by csmartdalton · 8 years ago
  27. 59cf61a Retract PipelineBuilder from GrClip::apply by robertphillips · 8 years ago
  28. ba3880f Revert of Pre-crop filled rects to avoid scissor (patchset #6 id:100001 of https://codereview.chromium.org/2132073002/ ) by msarett · 8 years ago
  29. 86de59f Pre-crop filled rects to avoid scissor by csmartdalton · 8 years ago
  30. aeadcdf Revert of Pre-crop filled rects to avoid scissor (patchset #6 id:100001 of https://codereview.chromium.org/2132073002/ ) by msarett · 8 years ago
  31. 7969838 Pre-crop filled rects to avoid scissor by csmartdalton · 8 years ago
  32. 6cc9006 Use clipped bounds for reordering decisions by bsalomon · 8 years ago
  33. bd2bbe4 Don't scissor draws overlapping the render target's edges by bsalomon · 8 years ago
  34. 3950f0d Remove fColor from PathRenderer DrawPathArgs struct by robertphillips · 8 years ago
  35. 8acedde Use GrShape in GrPathRenderer. by bsalomon · 8 years ago
  36. 656dbe4 Fix GrDrawContextPriv::stencilRect by csmartdalton · 8 years ago
  37. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  38. 7062d01 More Unref GrXPFactory. by bungeman · 8 years ago
  39. 976f5f0 Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack by robertphillips · 8 years ago
  40. 0152d73 GrSWMaskHelper and GrSoftwarePathRenderer only need the textureProvider (not GrContext) by robertphillips · 8 years ago
  41. 5f2fa47 Make GrAppliedClip friendless by robertphillips · 8 years ago
  42. c99b8f0 Retract GrRenderTarget from AlphaClipMask code by robertphillips · 8 years ago
  43. 2c0aacb Revert of Retract GrRenderTarget from AlphaClipMask code (patchset #3 id:40001 of https://codereview.chromium.org/1977793004/ ) by bsalomon · 8 years ago
  44. 93bc24e Retract GrRenderTarget from AlphaClipMask code by robertphillips · 8 years ago
  45. 846c051 Convert GrClip to an abstract base class by cdalton · 8 years ago
  46. 9837740 Simplify GrSWMaskHelper by robertphillips · 8 years ago
  47. 862cff3 Remove clip from GrPipelineBuilder by cdalton · 8 years ago
  48. 93a379b Separate user and raw stencil settings by cdalton · 8 years ago
  49. e19aecd Revert of Separate user and raw stencil settings (patchset #8 id:140001 of https://codereview.chromium.org/1962243002/ ) by robertphillips · 8 years ago
  50. 12dbb39 Separate user and raw stencil settings by cdalton · 8 years ago
  51. 6663acf Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  52. 85d9667 Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https://codereview.chromium.org/1957363002/ ) by bsalomon · 8 years ago
  53. 33595bd Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  54. 3ccf2e7 Remove hasMixedSamples() from GrPipelineBuilder by cdalton · 8 years ago
  55. d6f25bf Make GrPathRenderer only support fills for path stenciling by bsalomon · 8 years ago
  56. 3de75da Use constexpr constructors of GrStencilSettings rather than hacky macro system. by bsalomon · 8 years ago
  57. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 8 years ago
  58. 0e3c554 Tweak distance field path renderer behavior in gamma-correct mode to match by brianosman · 8 years ago
  59. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  60. 18300a3 detach -> release by mtklein · 9 years ago
  61. 5b592e8 Reenable dev bounds clip reduction by bsalomon · 9 years ago
  62. 391395d Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 9 years ago
  63. 8b8f36f Revert of Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) (patchset #7 id:120001 of https://codereview.chromium.org/1754563003/ ) by robertphillips · 9 years ago
  64. 86c6075 Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 9 years ago
  65. a8b8499 Remove remaining users of draw*Rect calls by joshualitt · 9 years ago
  66. 362c900 Disable using dev bounds in Gr clip reduction code. by Brian Salomon · 9 years ago
  67. 69cfe95 Add debug option to clip each GrBatch to its device bounds by bsalomon · 9 years ago
  68. db4758c Restrict query bounds for reduce clip to dev bounds by bsalomon · 9 years ago
  69. f045d60 Make block size a template parameter of SkTLList by bsalomon · 9 years ago
  70. ede7574 Enable AA stencil clip for mixed samples by cdalton · 9 years ago
  71. 7e806f3 Revert of Enable stencil clipping in mixed sampled render targets (patchset #6 id:100001 of https://codereview.chromium.org/1232103002/ ) by cdalton · 9 years ago
  72. d472792 Revert of Fix mixed samples stencil clip (patchset #5 id:80001 of https://codereview.chromium.org/1431593006/ ) by cdalton · 9 years ago
  73. 14184d5 Fix mixed samples stencil clip by cdalton · 9 years ago
  74. 6950de6 Comments Style: s/skbug.com/bug.skia.org/ by halcanary · 9 years ago
  75. 13391dd Minor cleanup of clip mask manager by robertphillips · 9 years ago
  76. 6873782 Remove GrPipelineBuilder from getPathRenderer call by robertphillips · 9 years ago
  77. 544b9aa Remove gpu-side clip mask merging from clip mask manager by robertphillips · 9 years ago
  78. 423e337 Disable gpu-side clip mask merging in the clip mask manager by robertphillips · 9 years ago
  79. cf10b5a Cosmetic portion of reverted "Fix ClipMaskManager's SW-fallback logic" CL by robertphillips · 9 years ago
  80. 3f7357f Fix ClipMaskManager's SW-fallback logic (take 2) by robertphillips · 9 years ago
  81. e91f7b5 Move scissor state to GrAppliedClip by bsalomon · 9 years ago
  82. 4d8762f8b Fix up the clip mask manager's creation of paths (w.r.t. volatility) by robertphillips · 9 years ago
  83. 24cdec1 Revert of Fix ClipMaskManager's SW-fallback logic (patchset #4 id:60001 of https://codereview.chromium.org/1421533007/ ) by robertphillips · 9 years ago
  84. ee7d516 Revert of Fix up the clip mask manager's creation of paths (w.r.t. volatility) (patchset #1 id:1 of https://codereview.chromium.org/1419403002/ ) by robertphillips · 9 years ago
  85. 953fe31 Fix up the clip mask manager's creation of paths (w.r.t. volatility) by robertphillips · 9 years ago
  86. 5c3ea4c Fix ClipMaskManager's SW-fallback logic by robertphillips · 9 years ago
  87. b83bec5 Narrow the distribution of GrDrawTarget a bit by robertphillips · 9 years ago
  88. a912dde Don't abort analytic clipping if using MSAA until elements are examined by bsalomon · 9 years ago
  89. 0b5b6b2 Fix clipping when all analytic FP creations can be skipped by bsalomon · 9 years ago
  90. c988d2c Remove ClipMaskType from GrCMM by bsalomon · 9 years ago
  91. 0ba8c24 Insert clip fragment processor outside GrCMM by bsalomon · 9 years ago
  92. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  93. 588b9ca Fix memory leak in ClipMaskManager by robertphillips · 9 years ago
  94. 473addf Remove separate cache for clip mask textures by bsalomon · 9 years ago
  95. 3e77ba9 Implement stencil clipping in mixed sampled render targets by vbuzinov · 9 years ago
  96. ec00d94 Move some of the adding stencil attachment logic of Gpu and into Render Target. by egdaniel · 9 years ago
  97. b3b9aec Remove GrClipTarget by bsalomon · 9 years ago
  98. 6335a72 Move PathRenderers to batches folder by joshualitt · 9 years ago
  99. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  100. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago