1. bf4a8f9 Improve usage of window rectangles by csmartdalton · 8 years ago
  2. c3bfcb8 Revert of Improve usage of window rectangles (patchset #9 id:160001 of https://codereview.chromium.org/2289363005/ ) by caryclark · 8 years ago
  3. db42be9 Improve usage of window rectangles by csmartdalton · 8 years ago
  4. 29df760 Define clear regions in terms of GrFixedClip by csmartdalton · 8 years ago
  5. 02fa32c Move GrFixedClip into src directory by csmartdalton · 8 years ago[Renamed (84%) from src/gpu/GrClip.cpp]
  6. 28341fa Implement difference clip rects with window rectangles by csmartdalton · 8 years ago
  7. d211e78 Convert GrAppliedClip interface to builder style by csmartdalton · 8 years ago
  8. c6f411e Merge GrClipMaskManager into GrClipStackClip by csmartdalton · 8 years ago
  9. cbecb08 Allow GrReducedClip to take non-integer query bounds by csmartdalton · 8 years ago
  10. 97f6cd5 Pre-crop filled rects to avoid scissor by csmartdalton · 8 years ago
  11. 59cf61a Retract PipelineBuilder from GrClip::apply by robertphillips · 8 years ago
  12. ba3880f Revert of Pre-crop filled rects to avoid scissor (patchset #6 id:100001 of https://codereview.chromium.org/2132073002/ ) by msarett · 8 years ago
  13. 86de59f Pre-crop filled rects to avoid scissor by csmartdalton · 8 years ago
  14. aeadcdf Revert of Pre-crop filled rects to avoid scissor (patchset #6 id:100001 of https://codereview.chromium.org/2132073002/ ) by msarett · 8 years ago
  15. 7969838 Pre-crop filled rects to avoid scissor by csmartdalton · 8 years ago
  16. 6cc9006 Use clipped bounds for reordering decisions by bsalomon · 8 years ago
  17. 976f5f0 Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack by robertphillips · 8 years ago
  18. 5f2fa47 Make GrAppliedClip friendless by robertphillips · 8 years ago
  19. 846c051 Convert GrClip to an abstract base class by cdalton · 8 years ago
  20. bb3be25 Remove rect clip type from grclip. by bsalomon · 9 years ago
  21. 570d2f8 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 9 years ago
  22. 2907059 Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/) by joshualitt · 9 years ago
  23. 586d5d6 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 9 years ago
  24. ab2f44c probable fix for asan bot by joshualitt · 9 years ago
  25. 9ece6a9 move static init to cpp file to fix linux builder by joshualitt · 9 years ago
  26. 44701df Move clip off of draw target by joshualitt · 9 years ago
  27. a2d7148 Removed GrClip & related classes by robertphillips@google.com · 12 years ago
  28. 641f8b1 Replace GrClip with SkClipStack by robertphillips@google.com · 12 years ago
  29. 7b11289 Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate space by robertphillips@google.com · 12 years ago
  30. f8d904a GrClip no longer translates its clips (to better mimic SkClipStack's behavior) by robertphillips@google.com · 12 years ago
  31. b0fe4c5 Fix for clip assert in Chrome tests by robertphillips@google.com · 12 years ago
  32. e4d69c0 Added getConservativeBound helper function to GrClipData by robertphillips@google.com · 12 years ago
  33. b99225c Added requires_AA method to GrClipMaskManager.cpp to replace GrClip capability by robertphillips@google.com · 12 years ago
  34. a6f11c4 Gave GrClip an SkClipStack-style iterator by robertphillips@google.com · 12 years ago
  35. 3e11c0b Forced GrClip to always have conservative bounds by robertphillips@google.com · 12 years ago
  36. 0f191f3 Minor refactoring to remove duplicate enum from Ganesh (_SetOp -> SkRegion::Op) by robertphillips@google.com · 12 years ago
  37. fa1d291 Propagated AA flags through Ganesh's clip stack (in preparation for GL AA clipping) by robertphillips@google.com · 12 years ago
  38. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/src/GrClip.cpp]
  39. 9266901 Add SkSTArray, hide stack storage cons in SkTArray, unify SkTArray init logic by bsalomon@google.com · 13 years ago
  40. ab3dee5 Fix GPU assumption that clipstack begins with intersect or replace. by bsalomon@google.com · 13 years ago
  41. 17b7894 rolling back the experimental rollbacks in r2178-2179 by epoger@google.com · 13 years ago
  42. 5f22657 rolling tree back to its state as of r2169 to see if that fixes Windows buildbots by epoger@google.com · 13 years ago
  43. 3a9eaec Don't intersect clipstack with root device bounds by bsalomon@google.com · 13 years ago
  44. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  45. 07f3ee1 use SkPath for GrPath, removing GrPathIter entirely by reed@google.com · 13 years ago
  46. 20efde7 Share code with SkRect by reed@google.com · 13 years ago
  47. a55847b Fix alignment issues with stack allocated memory allocated as bytes but used to hold other types. by bsalomon@google.com · 13 years ago
  48. 0b50b2e If we compute an exact clip bounds prefer it over user passed bounds. Also clarify that bounds are conservative. by bsalomon@google.com · 13 years ago
  49. 6f8f292 add origin to device by reed@google.com · 13 years ago
  50. 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
  51. ac10a2d add gpu backend (not hooked up yet) by reed@google.com · 14 years ago