aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrClip.h
Commit message (Expand)AuthorAge
* Rename GrDrawContext to GrRenderTargetContextGravatar Brian Osman2016-10-27
* fix 'GrClip::quickContains was hidden' warning in GrNoClipGravatar lsalzman2016-10-10
* Remove stray semicolons.Gravatar Mike Klein2016-09-27
* Converts a drawPaint through a rrect clip to a drawRRect in GrDrawContext.Gravatar bsalomon2016-08-26
* Move GrFixedClip into src directoryGravatar csmartdalton2016-08-19
* Implement difference clip rects with window rectanglesGravatar csmartdalton2016-08-17
* Attempt to throw away rrect clips of rrects.Gravatar bsalomon2016-08-15
* Convert GrAppliedClip interface to builder styleGravatar csmartdalton2016-08-15
* Encapsulate GrReducedClip result in class membersGravatar csmartdalton2016-08-08
* Merge GrClipMaskManager into GrClipStackClipGravatar csmartdalton2016-08-05
* require semi at the end of SkASSERT and friendsGravatar caryclark2016-07-27
* Allow GrReducedClip to take non-integer query boundsGravatar csmartdalton2016-07-22
* Pre-crop filled rects to avoid scissorGravatar csmartdalton2016-07-13
* Retract PipelineBuilder from GrClip::applyGravatar robertphillips2016-07-13
* Revert of Pre-crop filled rects to avoid scissor (patchset #6 id:100001 of ht...Gravatar msarett2016-07-12
* Pre-crop filled rects to avoid scissorGravatar csmartdalton2016-07-12
* Revert of Pre-crop filled rects to avoid scissor (patchset #6 id:100001 of ht...Gravatar msarett2016-07-12
* Pre-crop filled rects to avoid scissorGravatar csmartdalton2016-07-11
* Use clipped bounds for reordering decisionsGravatar bsalomon2016-07-08
* Don't scissor draws overlapping the render target's edgesGravatar bsalomon2016-07-08
* sk_sp for Ganesh.Gravatar bungeman2016-06-09
* Make GrClipMaskManager stateless and push GrPipelineBuilder construction down...Gravatar robertphillips2016-06-03
* Make GrAppliedClip friendlessGravatar robertphillips2016-05-19
* Convert GrClip to an abstract base classGravatar cdalton2016-05-13
* Begin weaning GrClipMaskManager off of GrDrawTarget (take 2)Gravatar robertphillips2016-03-02
* Revert of Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) (patch...Gravatar robertphillips2016-03-02
* Begin weaning GrClipMaskManager off of GrDrawTarget (take 2)Gravatar robertphillips2016-03-02
* fix mozilla bugGravatar joshualitt2015-12-04
* Retract GrRenderTarget a bitGravatar robertphillips2015-12-01
* 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