aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrClip.h
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
* Enable rect clipsGravatar joshualitt2015-02-23
* move static init to cpp file to fix linux builderGravatar joshualitt2015-02-23
* Revert of fix for linux builder warn on exit destructor (patchset #1 id:1 of ...Gravatar joshualitt2015-02-23
* fix for linux builder warn on exit destructorGravatar 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
* Added getConservativeBound helper function to GrClipDataGravatar robertphillips@google.com2012-07-26
* Altered Ganesh's clip stack plumbing to pass down new GrClipData classGravatar robertphillips@google.com2012-07-26
* Gave GrClip an SkClipStack-style iteratorGravatar robertphillips@google.com2012-07-23
* Forced GrClip to always have conservative boundsGravatar robertphillips@google.com2012-07-11
* Make GrClipMaskManager configure the stencil and scissor on GrGpuGravatar bsalomon@google.com2012-06-21
* Remove GrPath typedefGravatar bsalomon@google.com2012-04-27
* 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