index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrStencilAndCoverPathRenderer.cpp
Commit message (
Expand
)
Author
Age
*
Remove createPath* from GrGpu and GrContext
cdalton
2014-09-17
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Revert of fix the error that path is inversed for stroke and strokeAndFill st...
commit-bot@chromium.org
2014-05-04
*
fix the error that path is inversed for stroke and strokeAndFill styles.
commit-bot@chromium.org
2014-05-04
*
Revert of r13384 (Stateful PathRenderer implementation)
robertphillips@google.com
2014-02-11
*
Stateful PathRenderer implementation
robertphillips@google.com
2014-02-10
*
Make GrContext cache the gpu paths
commit-bot@chromium.org
2013-11-01
*
Implement stroking a path with nv_path_rendering
commit-bot@chromium.org
2013-10-09
*
Implement filling a path with nv_path_rendering cover
commit-bot@chromium.org
2013-10-09
*
Replace uses of GrAssert by SkASSERT.
tfarina@chromium.org
2013-08-17
*
Replace all instances of GrRect with SkRect.
commit-bot@chromium.org
2013-07-17
*
Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRest...
bsalomon@google.com
2013-05-29
*
Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps.
bsalomon@google.com
2013-03-25
*
Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it.
bsalomon@google.com
2013-03-25
*
Follow up on the previous patch :
sugoi@google.com
2012-12-17
*
Modifications to GrPatherRenderer(Chain) interfaces to support clip mask mana...
bsalomon@google.com
2012-12-10
*
As part of preliminary groundwork for a chromium fix, this changelist is depr...
sugoi@google.com
2012-12-06
*
Replace GrMatrix with SkMatrix.
bsalomon@google.com
2012-11-01
*
Remove GrScalar, replace with SkScalar.
bsalomon@google.com
2012-11-01
*
Make GrDrawState::AutoRestoreViewMatrix handle sampler matrices.
bsalomon@google.com
2012-10-08
*
Remove translate param from GrContext::drawPath (and subsequent calls).
bsalomon@google.com
2012-10-08
*
Hide GrDrawTarget::Caps's member vars
bsalomon@google.com
2012-08-28
*
Remove stage masks
bsalomon@google.com
2012-07-20
*
Add placement new macros to SkPostConfig, call SkNEW* from Ganesh.
tomhudson@google.com
2012-07-09
*
Fix some NV path rendering issues with perspective and inverse paths
bsalomon@google.com
2012-06-29
*
Initial support for GL_NV_path_renering. Experimental, there are still some i...
bsalomon@google.com
2012-06-28