summaryrefslogtreecommitdiff
path: root/gpu/GrStencilAndCoverPathRenderer.cpp
AgeCommit message (Expand)Author
2013-11-01Make GrContext cache the gpu pathscommit-bot@chromium.org
2013-10-09Implement stroking a path with nv_path_renderingcommit-bot@chromium.org
2013-10-09Implement filling a path with nv_path_rendering covercommit-bot@chromium.org
2013-08-17Replace uses of GrAssert by SkASSERT.tfarina@chromium.org
2013-07-17Replace all instances of GrRect with SkRect.commit-bot@chromium.org
2013-05-29Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRest...bsalomon@google.com
2013-03-25Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps.bsalomon@google.com
2013-03-25Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it.bsalomon@google.com
2012-12-17Follow up on the previous patch :sugoi@google.com
2012-12-10Modifications to GrPatherRenderer(Chain) interfaces to support clip mask mana...bsalomon@google.com
2012-12-06As part of preliminary groundwork for a chromium fix, this changelist is depr...sugoi@google.com
2012-11-01Replace GrMatrix with SkMatrix.bsalomon@google.com
2012-11-01Remove GrScalar, replace with SkScalar.bsalomon@google.com
2012-10-08Make GrDrawState::AutoRestoreViewMatrix handle sampler matrices.bsalomon@google.com
2012-10-08Remove translate param from GrContext::drawPath (and subsequent calls).bsalomon@google.com
2012-08-28Hide GrDrawTarget::Caps's member varsbsalomon@google.com
2012-07-20Remove stage masksbsalomon@google.com
2012-07-09Add placement new macros to SkPostConfig, call SkNEW* from Ganesh.tomhudson@google.com
2012-06-29Fix some NV path rendering issues with perspective and inverse pathsbsalomon@google.com
2012-06-28Initial support for GL_NV_path_renering. Experimental, there are still some i...bsalomon@google.com