1. 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
  2. cb31e51 Converts a drawPaint through a rrect clip to a drawRRect in GrDrawContext. by bsalomon · 8 years ago
  3. 4d2cce4 check for wide-open inside quickContains by reed · 8 years ago
  4. 7f0d9f3 Attempt to throw away rrect clips of rrects. by bsalomon · 8 years ago
  5. d50e240 Fix SkClipStack bug with inverse-filled difference elements by csmartdalton · 8 years ago
  6. efe46d2 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 8 years ago
  7. 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
  8. 48d6f88 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 8 years ago
  9. b893a4c Add asRRect method to SkClipStack::Element by cdalton · 8 years ago
  10. 4d8762f8b Fix up the clip mask manager's creation of paths (w.r.t. volatility) by robertphillips · 9 years ago
  11. 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
  12. 953fe31 Fix up the clip mask manager's creation of paths (w.r.t. volatility) by robertphillips · 9 years ago
  13. b906daf Have /src files use header directly. by herb · 9 years ago
  14. e6e41a8 Move SkAtomics.h to private. by herb · 9 years ago
  15. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  16. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  17. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  18. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  19. 02802f6 Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. (patchset #4 id:60001 of https://codereview.chromium.org/1215393002/) by jvanverth · 9 years ago
  20. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  21. ff42021 Revert of Remove SkClipStack's manual rounding of BW clip rects (patchset #3 id:80001 of https://codereview.chromium.org/1033453003/) by robertphillips · 9 years ago
  22. e523d4f Remove SkClipStack's manual rounding of BW clip rects by robertphillips · 9 years ago
  23. e85a32d Clean up clipping code a bit by robertphillips · 9 years ago
  24. 1a481fe [SkSVGDevice] Initial clipping support by fmalita · 9 years ago
  25. 7f14c9b Revert of Add device space "nudge" to gpu draws (patchset #6 id:90001 of https://codereview.chromium.org/877473005/) by robertphillips · 9 years ago
  26. b932999 Add device space "nudge" to gpu draws by robertphillips · 9 years ago
  27. 9cc2f26 Revert of Add device space "nudge" to gpu draws (patchset #5 id:70001 of https://codereview.chromium.org/877473005/) by robertphillips · 9 years ago
  28. 2d55d07 Add device space "nudge" to gpu draws by robertphillips · 9 years ago
  29. 125ee60 Revert of Fix GPU clipped-AA vs. non-AA drawRect discrepancy (patchset #2 id:20001 of https://codereview.chromium.org/839883003/) by robertphillips · 9 years ago
  30. 933a03f Fix GPU clipped-AA vs. non-AA drawRect discrepancy by robertphillips · 9 years ago
  31. 2b6ab61 Remove SkPath::asRect by robertphillips · 10 years ago
  32. 0deb2d9 Add some more volatile paths. by jvanverth · 10 years ago
  33. e956259 add dumpHex() option to SkPath by caryclark · 10 years ago
  34. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  35. 66a5d8b add path dump test by caryclark · 10 years ago
  36. b6b0252 Add dump() to SkClipStack to help with debugging. by bsalomon · 10 years ago
  37. c3b589a SkClipStack::Element tweaks. by fmalita · 10 years ago
  38. 6f954b9 Use SkTLazy to hold path in SkClipStack::Element by commit-bot@chromium.org · 10 years ago
  39. 032a52f Use SkRRect to store rects in SkClipStack::Element by commit-bot@chromium.org · 10 years ago
  40. 9cb671a fix calling undef inline func build error by commit-bot@chromium.org · 10 years ago
  41. e5b2af9 Store SkRRects in SkClipStack by commit-bot@chromium.org · 10 years ago
  42. 86b39f3 Avoid some work on SkClipStack equality when the topmost genids match by commit-bot@chromium.org · 11 years ago
  43. e1ca705 deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #define SK_SUPPORT_DEPRECATED_SCALARROUND for legacy clients by reed@google.com · 11 years ago
  44. d3e5842 Avoid re-rendering stencil clip for every draw with reducable clip stack by commit-bot@chromium.org · 11 years ago
  45. f0784bd Revert "Avoid re-rendering stencil clip for every draw with reducable clip stack" by reed@google.com · 11 years ago
  46. 679eb67 Avoid re-rendering stencil clip for every draw with reducable clip stack by commit-bot@chromium.org · 11 years ago
  47. 6fbe54c Compact the clipstack for kReplace_Op'd geometry by commit-bot@chromium.org · 11 years ago
  48. 8cdf0f5 Adding quickContains API method to SkClipStack by junov@chromium.org · 12 years ago
  49. edf32d5 Fixing SkClipStack::clipDevPath so that it will not convert rectangular paths to rectangle clips if inverse fill. by junov@chromium.org · 12 years ago
  50. c6b3e48 Improve handling of inverse clip paths in GrClipMaskManager. by bsalomon@google.com · 12 years ago
  51. 8182fa0 Make SkClipStack::Iter use SkClipStack::Element. by bsalomon@google.com · 12 years ago
  52. 5fac58c Remove SkClipStack::Iter::combinedNext. by bsalomon@google.com · 12 years ago
  53. 8a98e3b Make SkClipStack::Element public. by bsalomon@google.com · 12 years ago
  54. 417bc13 Change SkClipStack::Element::State to SkClipStack::Type, rename Comine* members to combine* by bsalomon@google.com · 12 years ago
  55. 9128edc Rename SkClipStack::Rec to SkClipStack::Element by bsalomon@google.com · 12 years ago
  56. edb26fd Set empty/wide-open genID on clip stack in more places and fix a bug in GrReduceClipStack. by bsalomon@google.com · 12 years ago
  57. 51a6286 Add a function that computes a reduced representation of the clip stack. by bsalomon@google.com · 12 years ago
  58. 2e0c79f Revert 6351 due to bugs. by bsalomon@google.com · 12 years ago
  59. 6794a25 Apply intersect rects to earlier clip elements and skip rects when possible. by bsalomon@google.com · 12 years ago
  60. e8ca6c6 Combine multiple intersecting rects in SkClipStack::Iter. by bsalomon@google.com · 12 years ago
  61. 7b7cdd1 Some improvements to reduce the number of pixels touched in generating alpha clip masks by bsalomon@google.com · 12 years ago
  62. 5b6f916 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  63. 3ab43d5 Minimize use of SkDraw's matrix in SkGpuDevice. by bsalomon@google.com · 12 years ago
  64. 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
  65. f9a9084 Decrease SkClipStack memory allocations & deallocations by robertphillips@google.com · 12 years ago
  66. 63ae1cf Make SkDeque::back faster & inline by robertphillips@google.com · 12 years ago
  67. 0557d9e add SkClipStack::clipEmpty() as an optimized way to say clipDevRect(empty, intersect) by reed@google.com · 12 years ago
  68. 73e7102 Added method of getting top genID from SkClipStack by robertphillips@google.com · 12 years ago
  69. b964061 Fix for r4978 unit test failure. TBR by Brian by robertphillips@google.com · 12 years ago
  70. 46f9350 Added SkClipStack portion of new clip mask caching system by robertphillips@google.com · 12 years ago
  71. 08eacc1 Added check for aa/bw rect merging by robertphillips@google.com · 12 years ago
  72. 641f8b1 Replace GrClip with SkClipStack by robertphillips@google.com · 12 years ago
  73. 7b11289 Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate space by robertphillips@google.com · 12 years ago
  74. cc6493b Added ctor to SkClipStack and isEmpty method by robertphillips@google.com · 12 years ago
  75. 4c2a2f7 Added isIntersectionOfRects to SkClipStack by robertphillips@google.com · 12 years ago
  76. 607fe07 Added bound computation to SkClipStack by robertphillips@google.com · 12 years ago
  77. a6f11c4 Gave GrClip an SkClipStack-style iterator by robertphillips@google.com · 12 years ago
  78. 80214e2 Made clarifying renamings to SkClipStack's iterators (and added to unit test) by robertphillips@google.com · 12 years ago
  79. 5836b6d Add skipToLast method to SkClipStack by robertphillips@google.com · 12 years ago
  80. 52cb2c7 Extended SkDeque's reverse iteration capability to SkClipStack by robertphillips@google.com · 12 years ago
  81. 610f716 Fix four memory leaks uncovered by valgrinding gm tests. by vandebo@chromium.org · 12 years ago
  82. 4c43372 If we try to clip against a path and the path only contains a rect, treat it as a clip against a rect. by tomhudson@google.com · 12 years ago
  83. 0017708 use SkRasterClip inside canvas (check-point for soft clipping) by reed@google.com · 13 years ago
  84. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  85. e1bc274 Fix a batch of coverity defects, uninitialized class fields. by vandebo@chromium.org · 13 years ago
  86. e03c652 Handle possibly NULL deref in comparison by vandebo@chromium.org · 13 years ago
  87. 8887ede [PDF] Improve the SkClipStack skipping prefix code. by vandebo@chromium.org · 13 years ago
  88. 9fbdf87 [PDF] Refactor content stream creation in SkPDFDevice to support more xfermodes. by vandebo@chromium.org · 13 years ago
  89. 1e1c36f Add comparison and assignment to SkClipStack (and fix an optimization bug). by vandebo@chromium.org · 13 years ago
  90. d302f14 Add support for clipstack to Gr. GrClip is now a list of rects and paths with set operations to combine them. The stencil buffer is used to perform the set operations to put the clip into the stencil buffer. Building Gr's clip from Skia's clipStack is currently disabled due to the fact that Skia's clipStack is relative to the root layer not the current layer. This will be fixed in a subsequent CL. by bsalomon@google.com · 13 years ago
  91. 5c3d147 add clipstack to canvas. not used yet, but will be for devices (e.g. gpu) that by reed@google.com · 13 years ago