1. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  2. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  3. 9e553c6 Minor GrStencilSettings cleanup by bsalomon@google.com · 12 years ago
  4. a320194 Make GrClipMaskManager configure the stencil and scissor on GrGpu by bsalomon@google.com · 12 years ago
  5. 0f191f3 Minor refactoring to remove duplicate enum from Ganesh (_SetOp -> SkRegion::Op) by robertphillips@google.com · 12 years ago
  6. 730ebe5 First pass at stencil clip mask refactoring by robertphillips@google.com · 12 years ago
  7. 9b482c4 Remove on static initializer in GrGpu.cpp by digit@google.com · 13 years ago
  8. 39dab77 Add flags to GrStencilSettings by bsalomon@google.com · 13 years ago
  9. c315aeb GCC requires reinterpret_cast rather than static_cast to cast to privately inherited subclass by bsalomon@google.com · 13 years ago
  10. 6b2445e Make GrStencilState a class to enable future optimizations by bsalomon@google.com · 13 years ago
  11. 62b0968 Speed up GrDrawState handling. by tomhudson@google.com · 13 years ago
  12. ffa11bb Move a bunch of headers from include/gpu to src/gpu. Delete some unused files. by bsalomon@google.com · 13 years ago[Renamed from include/gpu/GrStencil.h]
  13. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/include/GrStencil.h]
  14. 86c1f71 Gpu blend optimizations, handle more xfer modes with fractional pixel coverage by bsalomon@google.com · 13 years ago
  15. dea2f8d Remove unnecessary dirty clip flag in GrGpu, remove getUsableStencilBits() by bsalomon@google.com · 13 years ago
  16. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  17. d7beab4 Fix copy/paste bug that checks same stencil field twice in isDisabled(). by bsalomon@google.com · 13 years ago
  18. 5aaa69e Fixups for clipstack, convexity test for paths. by bsalomon@google.com · 14 years ago
  19. 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