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. efe46d2 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 8 years ago
  6. 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
  7. 48d6f88 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 8 years ago
  8. b893a4c Add asRRect method to SkClipStack::Element by cdalton · 8 years ago
  9. a7e9f05 Move SkTDArray to private. by bungeman · 8 years ago
  10. e85a32d Clean up clipping code a bit by robertphillips · 9 years ago
  11. de358a9 BUG=skia: by joshualitt · 9 years ago
  12. 1a481fe [SkSVGDevice] Initial clipping support by fmalita · 9 years ago
  13. b6b0252 Add dump() to SkClipStack to help with debugging. by bsalomon · 10 years ago
  14. c3b589a SkClipStack::Element tweaks. by fmalita · 10 years ago
  15. 6f954b9 Use SkTLazy to hold path in SkClipStack::Element by commit-bot@chromium.org · 10 years ago
  16. 032a52f Use SkRRect to store rects in SkClipStack::Element by commit-bot@chromium.org · 10 years ago
  17. 9cb671a fix calling undef inline func build error by commit-bot@chromium.org · 10 years ago
  18. e5b2af9 Store SkRRects in SkClipStack by commit-bot@chromium.org · 10 years ago
  19. d3e5842 Avoid re-rendering stencil clip for every draw with reducable clip stack by commit-bot@chromium.org · 11 years ago
  20. f0784bd Revert "Avoid re-rendering stencil clip for every draw with reducable clip stack" by reed@google.com · 11 years ago
  21. 679eb67 Avoid re-rendering stencil clip for every draw with reducable clip stack by commit-bot@chromium.org · 11 years ago
  22. 6fbe54c Compact the clipstack for kReplace_Op'd geometry by commit-bot@chromium.org · 11 years ago
  23. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  24. 8cdf0f5 Adding quickContains API method to SkClipStack by junov@chromium.org · 12 years ago
  25. c6b3e48 Improve handling of inverse clip paths in GrClipMaskManager. by bsalomon@google.com · 12 years ago
  26. 8182fa0 Make SkClipStack::Iter use SkClipStack::Element. by bsalomon@google.com · 12 years ago
  27. c3d7d90 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  28. 5fac58c Remove SkClipStack::Iter::combinedNext. by bsalomon@google.com · 12 years ago
  29. 8a98e3b Make SkClipStack::Element public. by bsalomon@google.com · 12 years ago
  30. 9128edc Rename SkClipStack::Rec to SkClipStack::Element by bsalomon@google.com · 12 years ago
  31. 51a6286 Add a function that computes a reduced representation of the clip stack. by bsalomon@google.com · 12 years ago
  32. 2e0c79f Revert 6351 due to bugs. by bsalomon@google.com · 12 years ago
  33. d9f7503 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  34. 6794a25 Apply intersect rects to earlier clip elements and skip rects when possible. by bsalomon@google.com · 12 years ago
  35. e8ca6c6 Combine multiple intersecting rects in SkClipStack::Iter. by bsalomon@google.com · 12 years ago
  36. 7b7cdd1 Some improvements to reduce the number of pixels touched in generating alpha clip masks by bsalomon@google.com · 12 years ago
  37. 3ab43d5 Minimize use of SkDraw's matrix in SkGpuDevice. by bsalomon@google.com · 12 years ago
  38. 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
  39. 0557d9e add SkClipStack::clipEmpty() as an optimized way to say clipDevRect(empty, intersect) by reed@google.com · 12 years ago
  40. 73e7102 Added method of getting top genID from SkClipStack by robertphillips@google.com · 12 years ago
  41. 46f9350 Added SkClipStack portion of new clip mask caching system by robertphillips@google.com · 12 years ago
  42. 641f8b1 Replace GrClip with SkClipStack by robertphillips@google.com · 12 years ago
  43. 7b11289 Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate space by robertphillips@google.com · 12 years ago
  44. cc6493b Added ctor to SkClipStack and isEmpty method by robertphillips@google.com · 12 years ago
  45. 4c2a2f7 Added isIntersectionOfRects to SkClipStack by robertphillips@google.com · 12 years ago
  46. 607fe07 Added bound computation to SkClipStack by robertphillips@google.com · 12 years ago
  47. 80214e2 Made clarifying renamings to SkClipStack's iterators (and added to unit test) by robertphillips@google.com · 12 years ago
  48. 5836b6d Add skipToLast method to SkClipStack by robertphillips@google.com · 12 years ago
  49. 52cb2c7 Extended SkDeque's reverse iteration capability to SkClipStack by robertphillips@google.com · 12 years ago
  50. 115d931 pass the region-op to the clipstack for SkCanvas::clipRegion. by reed@google.com · 12 years ago
  51. fa1d291 Propagated AA flags through Ganesh's clip stack (in preparation for GL AA clipping) by robertphillips@google.com · 12 years ago
  52. 610f716 Fix four memory leaks uncovered by valgrinding gm tests. by vandebo@chromium.org · 12 years ago
  53. 0017708 use SkRasterClip inside canvas (check-point for soft clipping) by reed@google.com · 13 years ago
  54. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  55. e1bc274 Fix a batch of coverity defects, uninitialized class fields. by vandebo@chromium.org · 13 years ago
  56. 8887ede [PDF] Improve the SkClipStack skipping prefix code. by vandebo@chromium.org · 13 years ago
  57. 9fbdf87 [PDF] Refactor content stream creation in SkPDFDevice to support more xfermodes. by vandebo@chromium.org · 13 years ago
  58. 1e1c36f Add comparison and assignment to SkClipStack (and fix an optimization bug). by vandebo@chromium.org · 13 years ago
  59. 7ffb1b2 Add code needed to build skia as a windows dll within the chromium project. by ctguil@chromium.org · 13 years ago
  60. 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
  61. 57788b5 Fix warnings about struct being forward declared as a class by bsalomon@google.com · 13 years ago
  62. 5c3d147 add clipstack to canvas. not used yet, but will be for devices (e.g. gpu) that by reed@google.com · 13 years ago