aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrSoftwarePathRenderer.cpp
Commit message (Expand)AuthorAge
* Rename GrDrawContext to GrRenderTargetContextGravatar Brian Osman2016-10-27
* Add optional sw generated path coverage mask cachingGravatar bsalomon2016-09-21
* require semi at the end of SkASSERT and friendsGravatar caryclark2016-07-27
* 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
* Minor change to Ganesh path renderersGravatar 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
* Remove fColor from PathRenderer DrawPathArgs structGravatar robertphillips2016-07-07
* Make lines a special case in GrShapeGravatar bsalomon2016-06-28
* Revert of Make lines a special case in GrShape (patchset #5 id:120001 of http...Gravatar bsalomon2016-06-28
* Make lines a special case in GrShapeGravatar bsalomon2016-06-28
* Use GrShape in GrPathRenderer.Gravatar bsalomon2016-06-24
* Replace targetHasUnifiedMultisampling in GrPB constructorGravatar csmartdalton2016-06-08
* Remove GrRenderTarget from GrPipelineBuilderGravatar robertphillips2016-06-06
* Make GrClipMaskManager stateless and push GrPipelineBuilder construction down...Gravatar robertphillips2016-06-03
* GrSWMaskHelper and GrSoftwarePathRenderer only need the textureProvider (not ...Gravatar robertphillips2016-05-20
* Remove clip from GrPipelineBuilderGravatar cdalton2016-05-12
* 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
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Consolidate GPU buffer implementationsGravatar cdalton2016-03-25
* Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of h...Gravatar robertphillips2016-03-25
* Consolidate GPU buffer implementationsGravatar cdalton2016-03-25
* Add Audittrail for path renderersGravatar joshualitt2016-01-14
* Remove two varieties of drawNonAARect from GrDrawTargetGravatar joshualitt2016-01-13
* Retract GrRenderTarget a bitGravatar robertphillips2015-12-01
* Narrow the distribution of GrDrawTarget a bitGravatar robertphillips2015-10-23
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Standardize BW to NonAAGravatar joshualitt2015-08-21
* Create separate entry points for the various flavors of drawRectGravatar joshualitt2015-08-21
* 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
* Start to propagate constness of GrPipelineBuilder up the stackGravatar joshualitt2015-07-13
* Trivial cleanup of copying GrPipelineBuilderGravatar joshualitt2015-07-09
* Split drawing functionality out of GrContext and into new GrDrawContextGravatar robertphillips2015-05-26
* Make GrStrokeInfo inherit from SkStrokeRecGravatar kkinnunen2015-05-18
* Remove vertex/index buffer factilities from GrDrawTarget.Gravatar bsalomon2015-04-28
* Extract gpu line dashing to GrDashLinePathRendererGravatar kkinnunen2015-04-26
* Move clip off of draw targetGravatar joshualitt2015-02-23
* Clean up clipping code a bitGravatar robertphillips2015-02-10
* Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilderGravatar egdaniel2015-01-22
* Move ViewMatrix off of drawstateGravatar joshualitt2014-12-29
* Remove coordchanges from drawstateGravatar joshualitt2014-12-29
* This cl moves color and coverage off of drawstate. In an effort to keep this...Gravatar joshualitt2014-12-09
* Drawstate on stackGravatar joshualitt2014-11-17
* Remove unused matrix param from GrContext/GrDrawTarget rect drawing functions.Gravatar bsalomon2014-08-04
* Alter Default & Software path renderers to better handle AA hairline pathsGravatar robertphillips2014-07-25