aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrStencilAndCoverPathRenderer.cpp
Commit message (Expand)AuthorAge
* Move PathRenderers to batches folderGravatar joshualitt2015-09-01
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Standardize BW to NonAAGravatar joshualitt2015-08-21
* Create separate entry points for the various flavors of drawRectGravatar joshualitt2015-08-21
* Use stencil ops that don't issue writes whenever possibleGravatar vbuzinov2015-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
* Implement support for mixed sampled render targetsGravatar vbuzinov2015-06-12
* 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
* Move GrPath(Range) creation to ResourceProvider.Gravatar bsalomon2015-05-22
* Improve caching of special case paths in GrStencilAndCoverPathRendererGravatar kkinnunen2015-05-21
* Improve caching of dashed paths in GrStencilAndCoverPathRendererGravatar kkinnunen2015-05-18
* Make GrStrokeInfo inherit from SkStrokeRecGravatar kkinnunen2015-05-18
* This replaces the texture creation/caching functions on GrContext with a GrTe...Gravatar bsalomon2015-04-30
* Pull out shader-specific caps into GrShaderCaps and GrGLSLCapsGravatar jvanverth2015-04-29
* Extract gpu line dashing to GrDashLinePathRendererGravatar kkinnunen2015-04-26
* Dynamically create stencil buffer when needed.Gravatar bsalomon2015-02-23
* Rename GrContentKey to GrUniqueKeyGravatar bsalomon2015-02-19
* Add specialized content key class for resources.Gravatar bsalomon2015-01-23
* 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
* Remove GP from drawstate, revision of invariant output for GPGravatar joshualitt2014-12-11
* Revert of Remove GP from drawstate, revision of invariant output for GP (patc...Gravatar joshualitt2014-12-10
* Remove GP from drawstate, revision of invariant output for GPGravatar joshualitt2014-12-10
* 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
* Beginning to refactor nvpr codeGravatar joshualitt2014-10-31
* Remove createPath* from GrGpu and GrContextGravatar cdalton2014-09-17
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Revert of fix the error that path is inversed for stroke and strokeAndFill st...Gravatar commit-bot@chromium.org2014-05-04
* fix the error that path is inversed for stroke and strokeAndFill styles.Gravatar commit-bot@chromium.org2014-05-04
* Revert of r13384 (Stateful PathRenderer implementation)Gravatar robertphillips@google.com2014-02-11
* Stateful PathRenderer implementationGravatar robertphillips@google.com2014-02-10
* Make GrContext cache the gpu pathsGravatar commit-bot@chromium.org2013-11-01
* Implement stroking a path with nv_path_renderingGravatar commit-bot@chromium.org2013-10-09
* Implement filling a path with nv_path_rendering coverGravatar commit-bot@chromium.org2013-10-09
* Replace uses of GrAssert by SkASSERT.Gravatar tfarina@chromium.org2013-08-17
* 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
* Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps.Gravatar bsalomon@google.com2013-03-25
* Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it.Gravatar bsalomon@google.com2013-03-25
* 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 GrScalar, replace with SkScalar.Gravatar bsalomon@google.com2012-11-01