aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrClipMaskManager.cpp
Commit message (Expand)AuthorAge
...
* Updated useSWOnlyPath method to use path chain instead of raw path renderer m...Gravatar robertphillips@google.com2012-05-24
* Removed SoftwarePathRenderer from GrContext's path renderer chainGravatar robertphillips@google.com2012-05-23
* Remove GrClipMaskManager's path renderer chain (in favor of GrContext's)Gravatar robertphillips@google.com2012-05-22
* Minor tweaks to SW-only clip mask generation logicGravatar robertphillips@google.com2012-05-22
* First functioning version of SW-only clip mask creatorGravatar robertphillips@google.com2012-05-17
* Free cached AA clip mask when create hard/stencil clip maskGravatar robertphillips@google.com2012-05-17
* Convert AAClipCache's GrRects to GrIRectsGravatar robertphillips@google.com2012-05-15
* Made clip mask cache use Scratch Texture systemGravatar robertphillips@google.com2012-05-14
* Split createAlphaClipMask in two to allow reuse with SW-only pathGravatar robertphillips@google.com2012-05-11
* Made clip mask cache reuse depend on mask size/bounds (instead of render targ...Gravatar robertphillips@google.com2012-05-11
* Added stack to AA clip mask cacheGravatar robertphillips@google.com2012-05-09
* First pass at accelerating gpu-based AA clippingGravatar robertphillips@google.com2012-05-07
* Disabled stencil buffer for AA clip maskGravatar robertphillips@google.com2012-05-03
* Added cache to gpu AA clippingGravatar robertphillips@google.com2012-05-02
* Added gpu AA clipping to old shader pathGravatar robertphillips@google.com2012-05-01
* Remove GrPath typedefGravatar bsalomon@google.com2012-04-27
* Initial version of AA clip A8/R8 mask creationGravatar robertphillips@google.com2012-04-27
* Minor refactoring to remove duplicate enum from Ganesh (_SetOp -> SkRegion::Op)Gravatar robertphillips@google.com2012-04-25
* Minor refactoring to pull GrClipMaskManager into its own filesGravatar robertphillips@google.com2012-04-16