1. a0438e6 Remove SK_SUPPORT_DEPRECATED_CLIPOPS and expanding clip op defs by Michael Ludwig · 3 years, 1 month ago
  2. d59d3e1 Reland "Add SkClipStack::replaceClip() separate from deprecated clip op" by Michael Ludwig · 3 years, 1 month ago
  3. 8ba1e71 Revert "Add SkClipStack::replaceClip() separate from deprecated clip op" by Michael Ludwig · 3 years, 1 month ago
  4. 68587ae Add SkClipStack::replaceClip() separate from deprecated clip op by Michael Ludwig · 3 years, 1 month ago
  5. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years ago
  6. a008b0f Enable ClangTidy check readability-redundant-smartptr-get. by John Stiles · 4 years, 1 month ago
  7. 4e221bd Initial clipShader implementation for SkClipStack and GPU by Michael Ludwig · 4 years, 3 months ago
  8. 4d17001 move SkDeque.h into private by Mike Reed · 4 years, 7 months ago
  9. c15afe4 move SkClipStack::asPath into PDFUtils by Mike Reed · 4 years, 9 months ago
  10. 21bca28 Move SkMessageBus.h into src/core by Ben Wagner · 5 years ago
  11. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  12. 427966a Short term fix for SkClipStack unique key issue by Robert Phillips · 6 years ago
  13. 0ec1c57 remove sk_atomic_inc by Mike Klein · 6 years ago
  14. f3b46e5 Rename methods and enum on SkClipStack::Element to indicate "device space" by Brian Salomon · 7 years ago
  15. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  16. 2e86634 Move transformation of clip elements to SkClipStack::Element by Brian Salomon · 7 years ago
  17. 5c72796 Deinline methods of SkClipStack::Element by Brian Salomon · 7 years ago
  18. 806be2d Improve handling of clip stack ID by Robert Phillips · 7 years ago
  19. 14113bc add flag to hide deprecated clipops by Mike Reed · 7 years ago
  20. 1335a05 remove dead code around replayClips by Mike Reed · 7 years ago
  21. 93b1b4f add guard for obsolete (non-functioning) replayClips by Mike Reed · 7 years ago
  22. f880b68 use AutoRestore instead of making a copy of the clipstack by Mike Reed · 8 years ago
  23. 7ba4d71 clipstacks can be on the stack or embedded, therefore should not be ref-counted by Mike Reed · 8 years ago
  24. d37f22b Clients can provide preallocated storage to clipstack by Mike Reed · 8 years ago
  25. 6e1e27b Revert "prealloc room for some number of Elements to avoid malloc" by Mike Reed · 8 years ago
  26. 94cbbba prealloc room for some number of Elements to avoid malloc by Mike Reed · 8 years ago
  27. 8310f0e Revert "remove SkClipVisitor" by Mike Reed · 8 years ago
  28. 91b961d remove SkClipVisitor by Mike Reed · 8 years ago
  29. f3ee34f SkClipStack: add bounds() and isEmpty() methods by Hal Canary · 8 years ago
  30. c24447d Revert "Revert "make SkClipStack.h private (in src)"" by Mike Reed · 8 years ago[Renamed from include/core/SkClipStack.h]
  31. 1c8e82b Revert "make SkClipStack.h private (in src)" by Mike Reed · 8 years ago[Renamed from src/core/SkClipStack.h]
  32. 3efca0a make SkClipStack.h private (in src) by Mike Reed · 8 years ago[Renamed from include/core/SkClipStack.h]
  33. 19f0ed5 Purge clip masks when they are no longer findable. by Brian Salomon · 8 years ago
  34. 3711e11 switch to _deprecated suffix for exotic SkClipOps by Mike Reed · 8 years ago
  35. 2dc5237 remove PLAIN_ENUM flag for SkClipOp by Mike Reed · 8 years ago
  36. 4ec2b71 don't use deprecated api by Mike Reed · 8 years ago
  37. 5f1bb0a Add a method in SkCanvas to set "hard" clip bounds. by Stan Iliev · 8 years ago
  38. 689169d Hide exotic clipops, with a private rename for internal use by Mike Reed · 8 years ago
  39. ebfce6d change SkClipOp to a class enum by Mike Reed · 8 years ago
  40. c1f7774 Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  41. a129dfe Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  42. 8e7432b remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS by Mike Reed · 8 years ago
  43. a3b45d4 Move clip CTM application to SkRasterClip and SkClipStack by Brian Salomon · 8 years ago
  44. 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
  45. cb31e51 Converts a drawPaint through a rrect clip to a drawRRect in GrDrawContext. by bsalomon · 8 years ago
  46. 4d2cce4 check for wide-open inside quickContains by reed · 8 years ago
  47. 7f0d9f3 Attempt to throw away rrect clips of rrects. by bsalomon · 8 years ago
  48. efe46d2 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 8 years ago
  49. 28d5bdd Revert of Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. (patchset #2 id:20001 of https://codereview.chromium.org/1927583002/ ) by reed · 8 years ago
  50. 48d6f88 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 8 years ago
  51. b893a4c Add asRRect method to SkClipStack::Element by cdalton · 8 years ago
  52. a7e9f05 Move SkTDArray to private. by bungeman · 9 years ago
  53. e85a32d Clean up clipping code a bit by robertphillips · 10 years ago
  54. de358a9 BUG=skia: by joshualitt · 10 years ago
  55. 1a481fe [SkSVGDevice] Initial clipping support by fmalita · 10 years ago
  56. b6b0252 Add dump() to SkClipStack to help with debugging. by bsalomon · 10 years ago
  57. c3b589a SkClipStack::Element tweaks. by fmalita · 10 years ago
  58. 6f954b9 Use SkTLazy to hold path in SkClipStack::Element by commit-bot@chromium.org · 11 years ago
  59. 032a52f Use SkRRect to store rects in SkClipStack::Element by commit-bot@chromium.org · 11 years ago
  60. 9cb671a fix calling undef inline func build error by commit-bot@chromium.org · 11 years ago
  61. e5b2af9 Store SkRRects in SkClipStack by commit-bot@chromium.org · 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. 6fbe54c Compact the clipstack for kReplace_Op'd geometry by commit-bot@chromium.org · 11 years ago
  66. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  67. 8cdf0f5 Adding quickContains API method to SkClipStack by junov@chromium.org · 12 years ago
  68. c6b3e48 Improve handling of inverse clip paths in GrClipMaskManager. by bsalomon@google.com · 12 years ago
  69. 8182fa0 Make SkClipStack::Iter use SkClipStack::Element. by bsalomon@google.com · 12 years ago
  70. c3d7d90 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  71. 5fac58c Remove SkClipStack::Iter::combinedNext. by bsalomon@google.com · 12 years ago
  72. 8a98e3b Make SkClipStack::Element public. by bsalomon@google.com · 12 years ago
  73. 9128edc Rename SkClipStack::Rec to SkClipStack::Element by bsalomon@google.com · 12 years ago
  74. 51a6286 Add a function that computes a reduced representation of the clip stack. by bsalomon@google.com · 12 years ago
  75. 2e0c79f Revert 6351 due to bugs. by bsalomon@google.com · 12 years ago
  76. d9f7503 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  77. 6794a25 Apply intersect rects to earlier clip elements and skip rects when possible. by bsalomon@google.com · 12 years ago
  78. e8ca6c6 Combine multiple intersecting rects in SkClipStack::Iter. by bsalomon@google.com · 12 years ago
  79. 7b7cdd1 Some improvements to reduce the number of pixels touched in generating alpha clip masks by bsalomon@google.com · 12 years ago
  80. 3ab43d5 Minimize use of SkDraw's matrix in SkGpuDevice. by bsalomon@google.com · 12 years ago
  81. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  82. 0557d9e add SkClipStack::clipEmpty() as an optimized way to say clipDevRect(empty, intersect) by reed@google.com · 12 years ago
  83. 73e7102 Added method of getting top genID from SkClipStack by robertphillips@google.com · 12 years ago
  84. 46f9350 Added SkClipStack portion of new clip mask caching system by robertphillips@google.com · 12 years ago
  85. 641f8b1 Replace GrClip with SkClipStack by robertphillips@google.com · 12 years ago
  86. 7b11289 Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate space by robertphillips@google.com · 12 years ago
  87. cc6493b Added ctor to SkClipStack and isEmpty method by robertphillips@google.com · 12 years ago
  88. 4c2a2f7 Added isIntersectionOfRects to SkClipStack by robertphillips@google.com · 12 years ago
  89. 607fe07 Added bound computation to SkClipStack by robertphillips@google.com · 12 years ago
  90. 80214e2 Made clarifying renamings to SkClipStack's iterators (and added to unit test) by robertphillips@google.com · 12 years ago
  91. 5836b6d Add skipToLast method to SkClipStack by robertphillips@google.com · 12 years ago
  92. 52cb2c7 Extended SkDeque's reverse iteration capability to SkClipStack by robertphillips@google.com · 12 years ago
  93. 115d931 pass the region-op to the clipstack for SkCanvas::clipRegion. by reed@google.com · 12 years ago
  94. fa1d291 Propagated AA flags through Ganesh's clip stack (in preparation for GL AA clipping) by robertphillips@google.com · 12 years ago
  95. 610f716 Fix four memory leaks uncovered by valgrinding gm tests. by vandebo@chromium.org · 13 years ago
  96. 0017708 use SkRasterClip inside canvas (check-point for soft clipping) by reed@google.com · 13 years ago
  97. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  98. e1bc274 Fix a batch of coverity defects, uninitialized class fields. by vandebo@chromium.org · 13 years ago
  99. 8887ede [PDF] Improve the SkClipStack skipping prefix code. by vandebo@chromium.org · 13 years ago
  100. 9fbdf87 [PDF] Refactor content stream creation in SkPDFDevice to support more xfermodes. by vandebo@chromium.org · 13 years ago