aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/batches/GrStencilAndCoverPathRenderer.cpp
Commit message (Expand)AuthorAge
* Rename renderTargetContextPriv to priv, and some more leftover DCsGravatar Brian Osman2016-10-27
* Rename GrDrawContext to GrRenderTargetContextGravatar Brian Osman2016-10-27
* Avoid unnecessary GrShape->SkPath conversion in GrStencilAndCoverPathRendererGravatar bsalomon2016-10-03
* Fix key computation for GrPathsGravatar bsalomon2016-09-15
* Move GrFixedClip into src directoryGravatar csmartdalton2016-08-19
* Remove stencil settings param from stencilPath()Gravatar csmartdalton2016-08-12
* Revert of Retract PipelineBuilder some more (patchset #9 id:160001 of https:/...Gravatar bsalomon2016-07-22
* Retract PipelineBuilder some moreGravatar robertphillips2016-07-21
* Remove DrawFace enum from GrPipelineBuilderGravatar robertphillips2016-07-21
* Revert of Remove DrawFace enum from GrPipelineBuilder (patchset #2 id:20001 o...Gravatar robertphillips2016-07-21
* Remove DrawFace enum from GrPipelineBuilderGravatar robertphillips2016-07-21
* Retract PipelineBuilder from GrClip::applyGravatar robertphillips2016-07-13
* Remove fColor from PathRenderer DrawPathArgs structGravatar robertphillips2016-07-07
* Remove style application from GrPathRenderer subclassesGravatar bsalomon2016-06-27
* Use GrShape in GrPathRenderer.Gravatar bsalomon2016-06-24
* sk_sp for Ganesh.Gravatar bungeman2016-06-09
* Replace targetHasUnifiedMultisampling in GrPB constructorGravatar csmartdalton2016-06-08
* Fix instances where hwaa was wrong for mixed samplesGravatar csmartdalton2016-06-08
* Remove GrRenderTarget from GrPipelineBuilderGravatar robertphillips2016-06-06
* More Unref GrXPFactory.Gravatar bungeman2016-06-03
* Make GrClipMaskManager stateless and push GrPipelineBuilder construction down...Gravatar robertphillips2016-06-03
* Remove clip from GrPipelineBuilderGravatar cdalton2016-05-12
* Eliminate special case nvpr batch handlingGravatar cdalton2016-05-12
* Separate user and raw stencil settingsGravatar cdalton2016-05-11
* Revert of Separate user and raw stencil settings (patchset #8 id:140001 of ht...Gravatar robertphillips2016-05-11
* Separate user and raw stencil settingsGravatar cdalton2016-05-10
* Fix nvpr path renderer to reject styles with nonDashPathEffects.Gravatar bsalomon2016-05-10
* Replace GrStrokeInfo with GrStyle.Gravatar bsalomon2016-05-10
* Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https:...Gravatar bsalomon2016-05-10
* Replace GrStrokeInfo with GrStyle.Gravatar bsalomon2016-05-10
* Make GrPathRenderer only support fills for path stencilingGravatar bsalomon2016-05-05
* Use constexpr constructors of GrStencilSettings rather than hacky macro system.Gravatar bsalomon2016-04-29
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* detach -> releaseGravatar mtklein2016-03-16
* Add Audittrail for path renderersGravatar joshualitt2016-01-14
* Remove two varieties of drawNonAARect from GrDrawTargetGravatar joshualitt2016-01-13
* Remove drawPathsFromRange from GrDrawContextGravatar cdalton2015-12-08
* Use correct fill type and bounds for NVPR paths that are stroked with SkiaGravatar kkinnunen2015-12-07
* Fix mixed sampled inverse path fillsGravatar cdalton2015-11-12
* Remove GrPipelineBuilder from getPathRenderer callGravatar robertphillips2015-10-29
* Late creation of GrPathProcessorGravatar joshualitt2015-09-10
* Move PathRenderers to batches folderGravatar joshualitt2015-09-01