aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrSoftwarePathRenderer.cpp
Commit message (Expand)AuthorAge
* 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
* Revert of r13384 (Stateful PathRenderer implementation)Gravatar robertphillips@google.com2014-02-11
* Stateful PathRenderer implementationGravatar robertphillips@google.com2014-02-10
* Replace all instances of GrRect with SkRect.Gravatar commit-bot@chromium.org2013-07-17
* Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRest...Gravatar bsalomon@google.com2013-05-29
* Follow up on the previous patch :Gravatar sugoi@google.com2012-12-17
* Modifications to GrPatherRenderer(Chain) interfaces to support clip mask mana...Gravatar bsalomon@google.com2012-12-10
* As part of preliminary groundwork for a chromium fix, this changelist is depr...Gravatar sugoi@google.com2012-12-06
* Replace GrMatrix with SkMatrix.Gravatar bsalomon@google.com2012-11-01
* Remove translate param from GrContext::drawPath (and subsequent calls).Gravatar bsalomon@google.com2012-10-08
* Move some auto restore helpers from GrDrawTarget to GrDrawState.Gravatar bsalomon@google.com2012-10-05