aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrPathRendererChain.cpp
Commit message (Expand)AuthorAge
* Improve heuristics for when to use ccprGravatar Chris Dalton2017-09-12
* Improve GrPathRendererChain heuristicsGravatar Chris Dalton2017-09-07
* Revert "Improve GrPathRendererChain heuristics"Gravatar Chris Dalton2017-09-07
* Improve GrPathRendererChain heuristicsGravatar Chris Dalton2017-09-07
* Move several GrContextOptions fields behind GR_TEST_UTILSGravatar Brian Osman2017-08-30
* Make AA hairline renderer non-optionalGravatar Brian Osman2017-08-30
* Always include the default path renderer in the chainGravatar Brian Osman2017-08-29
* Coverage counting path rendererGravatar Chris Dalton2017-07-14
* Update minimum non-ES OpenGL spec to 2.0.Gravatar Brian Salomon2017-05-08
* Remove support for GLs without separate stencil.Gravatar Brian Salomon2017-05-08
* Rename GrAADistanceFieldPathRenderer to GrSmallPathRendererGravatar Jim Van Verth2017-03-16
* Remove PLS path rendererGravatar Brian Salomon2017-03-06
* Add path renderer options to viewer GUIGravatar Brian Osman2017-03-01
* Add the ability to enable/disable GPU path renderersGravatar csmartdalton2017-02-22
* Revert "Quality and performance fixes for AA tessellating path renderer."Gravatar Stephan White2017-01-03
* Quality and performance fixes for AA tessellating path renderer.Gravatar Stephen White2017-01-03
* move src/gpu/batches -> src/gpu/opsGravatar Brian Salomon2016-12-16
* Remove antialias axis from GrPathRendererChain::DrawTypeGravatar Brian Salomon2016-12-13
* Merge GrGLSLCaps into GrShaderCapsGravatar Brian Salomon2016-11-29
* Add optional sw generated path coverage mask cachingGravatar bsalomon2016-09-21
* Add GrContextOptions flag to disable distance field path renderer.Gravatar bsalomon2016-09-15
* Disable MSAAPathRender for Android Framework buildsGravatar robertphillips2016-09-01
* Screenspace AA tessellated GPU path rendering.Gravatar senorblanco2016-08-31
* Revert of Screenspace AA tessellated path rendering. (patchset #37 id:730001 ...Gravatar senorblanco2016-08-31
* Screenspace AA tessellated GPU path rendering.Gravatar senorblanco2016-08-31
* Use GrShape in GrPathRenderer.Gravatar bsalomon2016-06-24
* 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
* added GrMSAAPathRendererGravatar ethannicholas2016-05-02
* Revert of added GrMSAAPathRenderer (patchset #9 id:160001 of https://coderevi...Gravatar ethannicholas2016-04-04
* added GrMSAAPathRendererGravatar ethannicholas2016-04-04
* Revert of added GrMSAAPathRenderer (patchset #8 id:140001 of https://coderevi...Gravatar ethannicholas2016-04-04
* added GrMSAAPathRendererGravatar ethannicholas2016-04-04
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* added support for PLS path renderingGravatar ethannicholas2016-01-30
* Revert of added support for PLS path rendering (patchset #16 id:360001 of htt...Gravatar ethannicholas2016-01-22
* added support for PLS path renderingGravatar ethannicholas2016-01-22
* Minor cleanup of clip mask managerGravatar robertphillips2015-10-30
* Remove GrPipelineBuilder from getPathRenderer callGravatar robertphillips2015-10-29
* Cosmetic portion of reverted "Fix ClipMaskManager's SW-fallback logic" CLGravatar robertphillips2015-10-27
* Revert of Fix ClipMaskManager's SW-fallback logic (patchset #4 id:60001 of ht...Gravatar robertphillips2015-10-26
* Fix ClipMaskManager's SW-fallback logicGravatar robertphillips2015-10-26
* Narrow the distribution of GrDrawTarget a bitGravatar robertphillips2015-10-23
* Remove GrAddPathRenderers_defaultGravatar joshualitt2015-09-02
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Simplify parameters passed to path renderersGravatar robertphillips2015-08-13
* Also provides the ResourceProvider to onDrawPath which allows the DF PR to no...Gravatar bsalomon2015-07-31