1. 12dbb39 Separate user and raw stencil settings by cdalton · 8 years ago
  2. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  3. 391395d Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 9 years ago
  4. 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
  5. 86c6075 Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 9 years ago
  6. 69cfe95 Add debug option to clip each GrBatch to its device bounds by bsalomon · 9 years ago
  7. d472792 Revert of Fix mixed samples stencil clip (patchset #5 id:80001 of https://codereview.chromium.org/1431593006/ ) by cdalton · 9 years ago
  8. 14184d5 Fix mixed samples stencil clip by cdalton · 9 years ago
  9. 6873782 Remove GrPipelineBuilder from getPathRenderer call by robertphillips · 9 years ago
  10. 544b9aa Remove gpu-side clip mask merging from clip mask manager by robertphillips · 9 years ago
  11. 423e337 Disable gpu-side clip mask merging in the clip mask manager by robertphillips · 9 years ago
  12. e91f7b5 Move scissor state to GrAppliedClip by bsalomon · 9 years ago
  13. 24cdec1 Revert of Fix ClipMaskManager's SW-fallback logic (patchset #4 id:60001 of https://codereview.chromium.org/1421533007/ ) by robertphillips · 9 years ago
  14. 5c3ea4c Fix ClipMaskManager's SW-fallback logic by robertphillips · 9 years ago
  15. a912dde Don't abort analytic clipping if using MSAA until elements are examined by bsalomon · 9 years ago
  16. 0b5b6b2 Fix clipping when all analytic FP creations can be skipped by bsalomon · 9 years ago
  17. c988d2c Remove ClipMaskType from GrCMM by bsalomon · 9 years ago
  18. 0ba8c24 Insert clip fragment processor outside GrCMM by bsalomon · 9 years ago
  19. 473addf Remove separate cache for clip mask textures by bsalomon · 9 years ago
  20. b3b9aec Remove GrClipTarget by bsalomon · 9 years ago
  21. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  22. 4421a4c small cleanups after fixing const of GrPipelineBuilder on DrawTarget by joshualitt · 9 years ago
  23. 5e6ba21 Modify GrClipMaskManager to reflect logical constness by joshualitt · 9 years ago
  24. edd77a1 Remove GrContext from GrClipMaskCache by bsalomon · 9 years ago
  25. 8dc7c3a Rename GrStencilBuffer to GrStencilAttachment by egdaniel · 9 years ago
  26. 6be6f7c Cleanup in GrPipelineBuilder by bsalomon · 10 years ago
  27. 44701df Move clip off of draw target by joshualitt · 10 years ago
  28. 9e5fc72 Add stencil buffer create tracking to GPU stats. by bsalomon · 10 years ago
  29. 0ea80f4 Rename GrResourceCache2->GrResourceCache by bsalomon · 10 years ago
  30. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  31. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
  32. 3e79124 Stop creating GrODS for stencilPath commands. by bsalomon · 10 years ago
  33. 8750924 Add Coverage Drawing XP by egdaniel · 10 years ago
  34. 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
  35. 9853cce Drawstate on stack by joshualitt · 10 years ago
  36. 3fc6a2f Combine similar DrawPaths calls in GrInOrderDrawBuffer by cdalton · 10 years ago
  37. 2c93efe Clip in grdrawtarget by joshualitt · 10 years ago
  38. 3bdd7dc small fix for cache clear by joshualitt · 10 years ago
  39. 7a6184f cleanup reentrance logic in CMM by joshualitt · 10 years ago
  40. 329bf48 BUG=skia: by joshualitt · 10 years ago
  41. 6db519c clear stencil clip on draw target by joshualitt · 10 years ago
  42. 77b1307 Scissor rect on drawinfo by joshualitt · 10 years ago
  43. a58fe35 Clip mask manager sets stencil on draw type by joshualitt · 10 years ago
  44. 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
  45. 7afb5aa Clip mask manager sets stencil on draw type by joshualitt · 10 years ago
  46. 427cf28 Remove AutoScratchTexture by bsalomon · 10 years ago
  47. c8dc1f7 Add GrResourceCache2. by bsalomon · 10 years ago
  48. 1d89ddc Revert of Add GrResourceCache2. (patchset #4 of https://codereview.chromium.org/481443002/) by bsalomon · 10 years ago
  49. 94ce9ac Add GrResourceCache2. by bsalomon · 10 years ago
  50. 217daa7 Revert of Remove the AA requirement for selecting GrEffect-based clipping. (https://codereview.chromium.org/367013003/) by mtklein · 10 years ago
  51. e9a729c Remove the AA requirement for selecting GrEffect-based clipping. by bsalomon · 10 years ago
  52. e159386 Revert of Remove the AA requirement for selecting GrEffect-based clipping. (https://codereview.chromium.org/367013003/) by bsalomon · 10 years ago
  53. a73218b Remove the AA requirement for selecting GrEffect-based clipping. by bsalomon · 10 years ago
  54. ad1dc58 Split caching from allocation in GrClipMaskManager by krajcevski · 10 years ago
  55. e3beb6b SkNonCopyable should be used with private inheritance. by commit-bot@chromium.org · 10 years ago
  56. e5a041c Implement the clip as 4 or fewer GrEffects when possible. by commit-bot@chromium.org · 11 years ago
  57. 3ae0e6c Add dev bounds to bmp txt context, use bounds to ignore clips by commit-bot@chromium.org · 11 years ago
  58. e79f320 Revert of r13384 (Stateful PathRenderer implementation) by robertphillips@google.com · 11 years ago
  59. 1195a28 Revert "SkBitmap now really stores SkImageInfo -- config is just a ruse" by mike@reedtribe.org · 11 years ago
  60. 8ed6443 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  61. 3e0c64a Stateful PathRenderer implementation by robertphillips@google.com · 11 years ago
  62. d3e5842 Avoid re-rendering stencil clip for every draw with reducable clip stack by commit-bot@chromium.org · 11 years ago
  63. f0784bd Revert "Avoid re-rendering stencil clip for every draw with reducable clip stack" by reed@google.com · 11 years ago
  64. 679eb67 Avoid re-rendering stencil clip for every draw with reducable clip stack by commit-bot@chromium.org · 11 years ago
  65. 2d2e5c4 Make not-reusing-scratch-textures only apply to texture uploads by robertphillips@google.com · 11 years ago
  66. c4dc0ad Implement filling a path with nv_path_rendering cover by commit-bot@chromium.org · 11 years ago
  67. a0b4028 Replace uses of GrNoncopyable by SkNoncopyable. by commit-bot@chromium.org · 11 years ago
  68. fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
  69. eb6879f Replace fixed-size array of effect stages in GrDrawState with two appendable arrays, one for color, one for coverage. by bsalomon@google.com · 11 years ago
  70. 6e4e650 Give GrDrawTarget a back ptr to its owning GrContext. by bsalomon@google.com · 12 years ago
  71. 0797c2c Reland 6914 w/ fixes. by bsalomon@google.com · 12 years ago
  72. 0b6ad22 Revert 6914 to fix build issues. by bsalomon@google.com · 12 years ago
  73. 4b86e34 Simplify cache IDs and keys. by bsalomon@google.com · 12 years ago
  74. b68addd Use the stencil buffer to avoid temporary alpha clip masks. by bsalomon@google.com · 12 years ago
  75. d21444a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  76. 4c2443e Use ReduceClipStack in ClipMaskManager. by bsalomon@google.com · 12 years ago
  77. 170bd79 Move GrReducedClip to its own files. by bsalomon@google.com · 12 years ago
  78. 73b140a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  79. a444430 Make GrReduceClipStack use a caller provided query rect rather than return a by bsalomon@google.com · 12 years ago
  80. 8182fa0 Make SkClipStack::Iter use SkClipStack::Element. by bsalomon@google.com · 12 years ago
  81. 51a6286 Add a function that computes a reduced representation of the clip stack. by bsalomon@google.com · 12 years ago
  82. 2e0c79f Revert 6351 due to bugs. by bsalomon@google.com · 12 years ago
  83. 6794a25 Apply intersect rects to earlier clip elements and skip rects when possible. by bsalomon@google.com · 12 years ago
  84. 7b7cdd1 Some improvements to reduce the number of pixels touched in generating alpha clip masks by bsalomon@google.com · 12 years ago
  85. 1fcc1b8 Moved GrClipMaskCache to its own files by robertphillips@google.com · 12 years ago
  86. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  87. 5d8d186 Addressed Windows compiler complaints by robertphillips@google.com · 12 years ago
  88. 46a8600 Refactored cacheID in preparation for clip mask caching changes by robertphillips@google.com · 12 years ago
  89. a2d7148 Removed GrClip & related classes by robertphillips@google.com · 12 years ago
  90. 641f8b1 Replace GrClip with SkClipStack by robertphillips@google.com · 12 years ago
  91. 7b11289 Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate space by robertphillips@google.com · 12 years ago
  92. f8d904a GrClip no longer translates its clips (to better mimic SkClipStack's behavior) by robertphillips@google.com · 12 years ago
  93. beb1af7 Altered Ganesh's clip stack plumbing to pass down new GrClipData class by robertphillips@google.com · 12 years ago
  94. a6f11c4 Gave GrClip an SkClipStack-style iterator by robertphillips@google.com · 12 years ago
  95. c377baf Add placement new macros to SkPostConfig, call SkNEW* from Ganesh. by tomhudson@google.com · 12 years ago
  96. 54823c2 Rolling back r4034 (Proposed plumbing to propagate save & restore) by robertphillips@google.com · 12 years ago
  97. 366f1c6 Fixed lingering gpu-path AA clip mask generation bug by robertphillips@google.com · 12 years ago
  98. a320194 Make GrClipMaskManager configure the stencil and scissor on GrGpu by bsalomon@google.com · 12 years ago
  99. c8f7f47 Store clip mask location in GrClipMaskManager as a enum rather than two bools by bsalomon@google.com · 12 years ago
  100. 13b85aa Give GrClipMaskManager a GrGpu* by bsalomon@google.com · 12 years ago