aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrClip.cpp
Commit message (Expand)AuthorAge
* Remove rect clip type from grclip.Gravatar bsalomon2015-03-06
* I'd really like to land this before the branch so speedy reviews are apprecia...Gravatar joshualitt2015-02-25
* Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.c...Gravatar joshualitt2015-02-25
* I'd really like to land this before the branch so speedy reviews are apprecia...Gravatar joshualitt2015-02-25
* probable fix for asan botGravatar joshualitt2015-02-24
* move static init to cpp file to fix linux builderGravatar joshualitt2015-02-23
* Move clip off of draw targetGravatar joshualitt2015-02-23
* Removed GrClip & related classesGravatar robertphillips@google.com2012-08-01
* Replace GrClip with SkClipStackGravatar robertphillips@google.com2012-07-31
* Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate s...Gravatar robertphillips@google.com2012-07-31
* GrClip no longer translates its clips (to better mimic SkClipStack's behavior)Gravatar robertphillips@google.com2012-07-31
* Fix for clip assert in Chrome testsGravatar robertphillips@google.com2012-07-30
* Added getConservativeBound helper function to GrClipDataGravatar robertphillips@google.com2012-07-26
* Added requires_AA method to GrClipMaskManager.cpp to replace GrClip capabilityGravatar robertphillips@google.com2012-07-24
* Gave GrClip an SkClipStack-style iteratorGravatar robertphillips@google.com2012-07-23
* Forced GrClip to always have conservative boundsGravatar robertphillips@google.com2012-07-11
* Minor refactoring to remove duplicate enum from Ganesh (_SetOp -> SkRegion::Op)Gravatar robertphillips@google.com2012-04-25
* Propagated AA flags through Ganesh's clip stack (in preparation for GL AA cli...Gravatar robertphillips@google.com2012-04-16
* Move gpu/include/* to include/gpu and gpu/src/* to src/gpuGravatar bsalomon@google.com2011-10-12