aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrClipMaskManager.cpp
Commit message (Expand)AuthorAge
* detach -> releaseGravatar mtklein2016-03-16
* Reenable dev bounds clip reductionGravatar bsalomon2016-03-09
* 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
* Remove remaining users of draw*Rect callsGravatar joshualitt2016-01-13
* Disable using dev bounds in Gr clip reduction code.Gravatar Brian Salomon2015-11-30
* Add debug option to clip each GrBatch to its device boundsGravatar bsalomon2015-11-30
* Restrict query bounds for reduce clip to dev boundsGravatar bsalomon2015-11-23
* Make block size a template parameter of SkTLListGravatar bsalomon2015-11-18
* Enable AA stencil clip for mixed samplesGravatar cdalton2015-11-11
* Revert of Enable stencil clipping in mixed sampled render targets (patchset #...Gravatar cdalton2015-11-11
* Revert of Fix mixed samples stencil clip (patchset #5 id:80001 of https://cod...Gravatar cdalton2015-11-10
* Fix mixed samples stencil clipGravatar cdalton2015-11-09
* Comments Style: s/skbug.com/bug.skia.org/Gravatar halcanary2015-11-07
* Minor cleanup of clip mask managerGravatar robertphillips2015-10-30
* Remove GrPipelineBuilder from getPathRenderer callGravatar robertphillips2015-10-29
* Remove gpu-side clip mask merging from clip mask managerGravatar robertphillips2015-10-28
* Disable gpu-side clip mask merging in the clip mask managerGravatar robertphillips2015-10-27
* Cosmetic portion of reverted "Fix ClipMaskManager's SW-fallback logic" CLGravatar robertphillips2015-10-27
* Fix ClipMaskManager's SW-fallback logic (take 2)Gravatar robertphillips2015-10-27
* Move scissor state to GrAppliedClipGravatar bsalomon2015-10-27
* Fix up the clip mask manager's creation of paths (w.r.t. volatility)Gravatar robertphillips2015-10-26
* Revert of Fix ClipMaskManager's SW-fallback logic (patchset #4 id:60001 of ht...Gravatar robertphillips2015-10-26
* Revert of Fix up the clip mask manager's creation of paths (w.r.t. volatility...Gravatar robertphillips2015-10-26
* Fix up the clip mask manager's creation of paths (w.r.t. volatility)Gravatar robertphillips2015-10-26
* Fix ClipMaskManager's SW-fallback logicGravatar robertphillips2015-10-26
* Narrow the distribution of GrDrawTarget a bitGravatar robertphillips2015-10-23
* Don't abort analytic clipping if using MSAA until elements are examinedGravatar bsalomon2015-10-14
* Fix clipping when all analytic FP creations can be skippedGravatar bsalomon2015-10-14
* Remove ClipMaskType from GrCMMGravatar bsalomon2015-10-07
* Insert clip fragment processor outside GrCMMGravatar bsalomon2015-10-07
* Bye bye processor data manager.Gravatar bsalomon2015-10-06
* Fix memory leak in ClipMaskManagerGravatar robertphillips2015-10-04
* Remove separate cache for clip mask texturesGravatar bsalomon2015-10-02
* Implement stencil clipping in mixed sampled render targetsGravatar vbuzinov2015-09-30
* Move some of the adding stencil attachment logic of Gpu and into Render Target.Gravatar egdaniel2015-09-14
* Remove GrClipTargetGravatar bsalomon2015-09-10
* Move PathRenderers to batches folderGravatar joshualitt2015-09-01
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Remove GrStagedProcessor, remove the word Stage as it applies to FPsGravatar bsalomon2015-08-27
* Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FP...Gravatar rmistry2015-08-26
* Remove GrStagedProcessor, remove the word Stage as it applies to FPsGravatar bsalomon2015-08-26
* Standardize BW to NonAAGravatar joshualitt2015-08-21
* Create separate entry points for the various flavors of drawRectGravatar joshualitt2015-08-21
* Some cleanup in GrTextureProvider and GrResourceProvider.Gravatar bsalomon2015-07-31
* Also provides the ResourceProvider to onDrawPath which allows the DF PR to no...Gravatar bsalomon2015-07-31
* Rename GrInOrderDrawBuffer to GrBufferedDrawTargetGravatar joshualitt2015-07-28
* small cleanups after fixing const of GrPipelineBuilder on DrawTargetGravatar joshualitt2015-07-13
* Start to propagate constness of GrPipelineBuilder up the stackGravatar joshualitt2015-07-13