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