1. 91d0620 fix mozilla bug by joshualitt · 9 years ago
  2. 7bceedc Retract GrRenderTarget a bit by robertphillips · 9 years ago
  3. bb3be25 Remove rect clip type from grclip. by bsalomon · 10 years ago
  4. 570d2f8 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  5. 2907059 Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/) by joshualitt · 10 years ago
  6. 586d5d6 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  7. ab2f44c probable fix for asan bot by joshualitt · 10 years ago
  8. 0413d43 Enable rect clips by joshualitt · 10 years ago
  9. 9ece6a9 move static init to cpp file to fix linux builder by joshualitt · 10 years ago
  10. 128def3 Revert of fix for linux builder warn on exit destructor (patchset #1 id:1 of https://codereview.chromium.org/951103002/) by joshualitt · 10 years ago
  11. 51fdb4f fix for linux builder warn on exit destructor by joshualitt · 10 years ago
  12. 44701df Move clip off of draw target by joshualitt · 10 years ago
  13. a2d7148 Removed GrClip & related classes by robertphillips@google.com · 12 years ago
  14. 641f8b1 Replace GrClip with SkClipStack by robertphillips@google.com · 12 years ago
  15. 7b11289 Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate space by robertphillips@google.com · 12 years ago
  16. f8d904a GrClip no longer translates its clips (to better mimic SkClipStack's behavior) by robertphillips@google.com · 12 years ago
  17. e4d69c0 Added getConservativeBound helper function to GrClipData by robertphillips@google.com · 12 years ago
  18. beb1af7 Altered Ganesh's clip stack plumbing to pass down new GrClipData class by robertphillips@google.com · 12 years ago
  19. a6f11c4 Gave GrClip an SkClipStack-style iterator by robertphillips@google.com · 12 years ago
  20. 3e11c0b Forced GrClip to always have conservative bounds by robertphillips@google.com · 12 years ago
  21. a320194 Make GrClipMaskManager configure the stencil and scissor on GrGpu by bsalomon@google.com · 12 years ago
  22. 8d033a1 Remove GrPath typedef by bsalomon@google.com · 13 years ago
  23. 0f191f3 Minor refactoring to remove duplicate enum from Ganesh (_SetOp -> SkRegion::Op) by robertphillips@google.com · 13 years ago
  24. fa1d291 Propagated AA flags through Ganesh's clip stack (in preparation for GL AA clipping) by robertphillips@google.com · 13 years ago
  25. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/include/GrClip.h]
  26. 9266901 Add SkSTArray, hide stack storage cons in SkTArray, unify SkTArray init logic by bsalomon@google.com · 13 years ago
  27. 49313f6 GrTArray->SkTArray & docs by bsalomon@google.com · 13 years ago
  28. e174ea4 Fix some warnings when including some Skia headers in Chromium code under VS2008. by bsalomon@google.com · 13 years ago
  29. ab3dee5 Fix GPU assumption that clipstack begins with intersect or replace. by bsalomon@google.com · 13 years ago
  30. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  31. a55847b Fix alignment issues with stack allocated memory allocated as bytes but used to hold other types. by bsalomon@google.com · 14 years ago
  32. cd9d69b Upstreaming changes from android. by djsollen@google.com · 14 years ago
  33. 0b50b2e If we compute an exact clip bounds prefer it over user passed bounds. Also clarify that bounds are conservative. by bsalomon@google.com · 14 years ago
  34. 6f8f292 add origin to device by reed@google.com · 14 years ago
  35. 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 · 14 years ago
  36. ac10a2d add gpu backend (not hooked up yet) by reed@google.com · 14 years ago