1. f045d60 Make block size a template parameter of SkTLList by bsalomon · 9 years ago
  2. ede7574 Enable AA stencil clip for mixed samples by cdalton · 9 years ago
  3. 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
  4. d472792 Revert of Fix mixed samples stencil clip (patchset #5 id:80001 of https://codereview.chromium.org/1431593006/ ) by cdalton · 9 years ago
  5. 14184d5 Fix mixed samples stencil clip by cdalton · 9 years ago
  6. 6950de6 Comments Style: s/skbug.com/bug.skia.org/ by halcanary · 9 years ago
  7. 13391dd Minor cleanup of clip mask manager by robertphillips · 9 years ago
  8. 6873782 Remove GrPipelineBuilder from getPathRenderer call by robertphillips · 9 years ago
  9. 544b9aa Remove gpu-side clip mask merging from clip mask manager by robertphillips · 9 years ago
  10. 423e337 Disable gpu-side clip mask merging in the clip mask manager by robertphillips · 9 years ago
  11. cf10b5a Cosmetic portion of reverted "Fix ClipMaskManager's SW-fallback logic" CL by robertphillips · 9 years ago
  12. 3f7357f Fix ClipMaskManager's SW-fallback logic (take 2) by robertphillips · 9 years ago
  13. e91f7b5 Move scissor state to GrAppliedClip by bsalomon · 9 years ago
  14. 4d8762f Fix up the clip mask manager's creation of paths (w.r.t. volatility) by robertphillips · 9 years ago
  15. 24cdec1 Revert of Fix ClipMaskManager's SW-fallback logic (patchset #4 id:60001 of https://codereview.chromium.org/1421533007/ ) by robertphillips · 9 years ago
  16. 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
  17. 953fe31 Fix up the clip mask manager's creation of paths (w.r.t. volatility) by robertphillips · 9 years ago
  18. 5c3ea4c Fix ClipMaskManager's SW-fallback logic by robertphillips · 9 years ago
  19. b83bec5 Narrow the distribution of GrDrawTarget a bit by robertphillips · 9 years ago
  20. a912dde Don't abort analytic clipping if using MSAA until elements are examined by bsalomon · 9 years ago
  21. 0b5b6b2 Fix clipping when all analytic FP creations can be skipped by bsalomon · 9 years ago
  22. c988d2c Remove ClipMaskType from GrCMM by bsalomon · 9 years ago
  23. 0ba8c24 Insert clip fragment processor outside GrCMM by bsalomon · 9 years ago
  24. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  25. 588b9ca Fix memory leak in ClipMaskManager by robertphillips · 9 years ago
  26. 473addf Remove separate cache for clip mask textures by bsalomon · 9 years ago
  27. 3e77ba9 Implement stencil clipping in mixed sampled render targets by vbuzinov · 9 years ago
  28. ec00d94 Move some of the adding stencil attachment logic of Gpu and into Render Target. by egdaniel · 9 years ago
  29. b3b9aec Remove GrClipTarget by bsalomon · 9 years ago
  30. 6335a72 Move PathRenderers to batches folder by joshualitt · 9 years ago
  31. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  32. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  33. 4bf69f7 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
  34. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  35. d2b23e0 Standardize BW to NonAA by joshualitt · 9 years ago
  36. b6b513b Create separate entry points for the various flavors of drawRect by joshualitt · 9 years ago
  37. eae6200 Some cleanup in GrTextureProvider and GrResourceProvider. by bsalomon · 9 years ago
  38. 0aff2fa Also provides the ResourceProvider to onDrawPath which allows the DF PR to no longer require access to GrContext. by bsalomon · 9 years ago
  39. b542bae Rename GrInOrderDrawBuffer to GrBufferedDrawTarget by joshualitt · 9 years ago
  40. 4421a4c small cleanups after fixing const of GrPipelineBuilder on DrawTarget by joshualitt · 9 years ago
  41. 1c73548 Start to propagate constness of GrPipelineBuilder up the stack by joshualitt · 9 years ago
  42. 5e6ba21 Modify GrClipMaskManager to reflect logical constness by joshualitt · 9 years ago
  43. 4f6dc52 Trivial cleanup of copying GrPipelineBuilder by joshualitt · 9 years ago
  44. 5f10b5c More threading of GrProcessorDataManager by joshualitt · 9 years ago
  45. dded696 Implement support for mixed sampled render targets by vbuzinov · 9 years ago
  46. edd77a1 Remove GrContext from GrClipMaskCache by bsalomon · 9 years ago
  47. 7622863 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  48. 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
  49. 9138c46 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  50. ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 9 years ago
  51. eb1cb5c rename GrDrawTargetCaps.h to GrCaps.h and move to include by bsalomon · 9 years ago
  52. 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 · 10 years ago
  53. 72e3ae4 Remove vertex/index buffer factilities from GrDrawTarget. by bsalomon · 10 years ago
  54. d79c549 Make non-AA hairline stroke rects snap to pixels centers so they close. by bsalomon · 10 years ago
  55. 1899651 Extract gpu line dashing to GrDashLinePathRenderer by kkinnunen · 10 years ago
  56. 8dc7c3a Rename GrStencilBuffer to GrStencilAttachment by egdaniel · 10 years ago
  57. 73bb456 Fix for ClipMaskManager drawSimpleRect by joshualitt · 10 years ago
  58. 9ce30e1 Clip scissor to RT bounds by bsalomon · 10 years ago
  59. bb3be25 Remove rect clip type from grclip. by bsalomon · 10 years ago
  60. 96e02a8 Fix rect clips by bsalomon · 10 years ago
  61. 55f0b18 Revert "Don't require AA in order to use shader-based clips" by bsalomon · 10 years ago
  62. 71d7f7f Initialize three locals to avoid the risk of uninitialized reads. by brucedawson · 10 years ago
  63. 6be6f7c Cleanup in GrPipelineBuilder by bsalomon · 10 years ago
  64. 642429e Some small code tidying by joshualitt · 10 years ago
  65. 570d2f8 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  66. 2907059 Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/) by joshualitt · 10 years ago
  67. 586d5d6 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  68. 0413d43 Enable rect clips by joshualitt · 10 years ago
  69. 44701df Move clip off of draw target by joshualitt · 10 years ago
  70. 2596567 Don't require AA in order to use shader-based clips by bsalomon · 10 years ago
  71. 6bc1b5f Dynamically create stencil buffer when needed. by bsalomon · 10 years ago
  72. e85a32d Clean up clipping code a bit by robertphillips · 10 years ago
  73. 356be2e Stop incorrectly setting the clip bit in GrCMM by bsalomon · 10 years ago
  74. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  75. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
  76. d27f73e Remove coordchanges from drawstate by joshualitt · 10 years ago
  77. 8fc6c2d This CL cleans up the last remaining users of localCoordChange on paint by joshualitt · 10 years ago
  78. 51d1f7e reenable complexclip3 for gpu by bsalomon · 10 years ago
  79. 080e673 Add XP to handle the cases where we disable color write. by egdaniel · 10 years ago
  80. 309d4d5 Remove GrCoordTransform::kPosition_CoordSet by bsalomon · 10 years ago
  81. 3f490a0 Fix complexclip3 test on gpu by bsalomon · 10 years ago
  82. 3e79124 Stop creating GrODS for stencilPath commands. by bsalomon · 10 years ago
  83. 8750924 Add Coverage Drawing XP by egdaniel · 10 years ago
  84. 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
  85. 9513143 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  86. 8d95ffa Revert of Make all blending up to GrOptDrawState be handled by the xp/xp factory. (patchset #7 id:140001 of https://codereview.chromium.org/759713002/) by egdaniel · 10 years ago
  87. 7c66342 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  88. 9853cce Drawstate on stack by joshualitt · 10 years ago
  89. 7a6184f cleanup reentrance logic in CMM by joshualitt · 10 years ago
  90. 329bf48 BUG=skia: by joshualitt · 10 years ago
  91. 6db519c clear stencil clip on draw target by joshualitt · 10 years ago
  92. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  93. b44293e aa rect renderer takes a gpu on construction by joshualitt · 10 years ago
  94. 77b1307 Scissor rect on drawinfo by joshualitt · 10 years ago
  95. a58fe35 Clip mask manager sets stencil on draw type by joshualitt · 10 years ago
  96. 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
  97. 7afb5aa Clip mask manager sets stencil on draw type by joshualitt · 10 years ago
  98. b3eb687 Set temporary paths volatile so we don't cache them. by jvanverth · 10 years ago
  99. bf54e49 Cleanup: Turn GrReducedClip into a class with a static function. by tfarina · 10 years ago
  100. 427cf28 Remove AutoScratchTexture by bsalomon · 10 years ago