aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrClipMaskManager.cpp
Commit message (Expand)AuthorAge
* 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
* Modify GrClipMaskManager to reflect logical constnessGravatar joshualitt2015-07-13
* Trivial cleanup of copying GrPipelineBuilderGravatar joshualitt2015-07-09
* More threading of GrProcessorDataManagerGravatar joshualitt2015-07-09
* Implement support for mixed sampled render targetsGravatar vbuzinov2015-06-12
* Remove GrContext from GrClipMaskCacheGravatar bsalomon2015-05-29
* Add direct getter for GrCaps to GrContext.Gravatar bsalomon2015-05-29
* Revert of Add direct getter for GrCaps to GrContext. (patchset #4 id:60001 of...Gravatar bsalomon2015-05-28
* Add direct getter for GrCaps to GrContext.Gravatar bsalomon2015-05-28
* Split drawing functionality out of GrContext and into new GrDrawContextGravatar robertphillips2015-05-26
* rename GrDrawTargetCaps.h to GrCaps.h and move to includeGravatar bsalomon2015-05-22
* This replaces the texture creation/caching functions on GrContext with a GrTe...Gravatar bsalomon2015-04-30
* Remove vertex/index buffer factilities from GrDrawTarget.Gravatar bsalomon2015-04-28
* Make non-AA hairline stroke rects snap to pixels centers so they close.Gravatar bsalomon2015-04-27
* Extract gpu line dashing to GrDashLinePathRendererGravatar kkinnunen2015-04-26
* Rename GrStencilBuffer to GrStencilAttachmentGravatar egdaniel2015-04-16
* Fix for ClipMaskManager drawSimpleRectGravatar joshualitt2015-03-25
* Clip scissor to RT boundsGravatar bsalomon2015-03-06
* Remove rect clip type from grclip.Gravatar bsalomon2015-03-06
* Fix rect clipsGravatar bsalomon2015-03-06
* Revert "Don't require AA in order to use shader-based clips"Gravatar bsalomon2015-03-05
* Initialize three locals to avoid the risk of uninitialized reads.Gravatar brucedawson2015-02-26
* Cleanup in GrPipelineBuilderGravatar bsalomon2015-02-26
* Some small code tidyingGravatar joshualitt2015-02-26
* 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
* Enable rect clipsGravatar joshualitt2015-02-23
* Move clip off of draw targetGravatar joshualitt2015-02-23