Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
7a03d86a3d9adcb13432fbd82039725149487c97
/
src
/
gpu
/
GrStencil.h
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
9e553c6
Minor GrStencilSettings cleanup
by bsalomon@google.com
· 12 years ago
a320194
Make GrClipMaskManager configure the stencil and scissor on GrGpu
by bsalomon@google.com
· 12 years ago
0f191f3
Minor refactoring to remove duplicate enum from Ganesh (_SetOp -> SkRegion::Op)
by robertphillips@google.com
· 13 years ago
730ebe5
First pass at stencil clip mask refactoring
by robertphillips@google.com
· 13 years ago
9b482c4
Remove on static initializer in GrGpu.cpp
by digit@google.com
· 13 years ago
39dab77
Add flags to GrStencilSettings
by bsalomon@google.com
· 13 years ago
c315aeb
GCC requires reinterpret_cast rather than static_cast to cast to privately inherited subclass
by bsalomon@google.com
· 13 years ago
6b2445e
Make GrStencilState a class to enable future optimizations
by bsalomon@google.com
· 13 years ago
62b0968
Speed up GrDrawState handling.
by tomhudson@google.com
· 13 years ago
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]
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]
86c1f71
Gpu blend optimizations, handle more xfer modes with fractional pixel coverage
by bsalomon@google.com
· 13 years ago
dea2f8d
Remove unnecessary dirty clip flag in GrGpu, remove getUsableStencilBits()
by bsalomon@google.com
· 13 years ago
ec3ed6a
Automatic update of all copyright notices to reflect new license terms.
by epoger@google.com
· 13 years ago
d7beab4
Fix copy/paste bug that checks same stencil field twice in isDisabled().
by bsalomon@google.com
· 13 years ago
5aaa69e
Fixups for clipstack, convexity test for paths.
by bsalomon@google.com
· 14 years ago
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