1. 6803c21 Revert of fix the error that path is inversed for stroke and strokeAndFill styles (https://codereview.chromium.org/183683010/) by commit-bot@chromium.org · 10 years ago
  2. 1f99d93 fix the error that path is inversed for stroke and strokeAndFill styles. by commit-bot@chromium.org · 10 years ago
  3. e79f320 Revert of r13384 (Stateful PathRenderer implementation) by robertphillips@google.com · 11 years ago
  4. 3e0c64a Stateful PathRenderer implementation by robertphillips@google.com · 11 years ago
  5. 5c8ee25 Make GrContext cache the gpu paths by commit-bot@chromium.org · 11 years ago
  6. 32184d8 Implement stroking a path with nv_path_rendering by commit-bot@chromium.org · 11 years ago
  7. c4dc0ad Implement filling a path with nv_path_rendering cover by commit-bot@chromium.org · 11 years ago
  8. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  9. fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
  10. 137f134 Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRestore::setIdentity(). s by bsalomon@google.com · 11 years ago
  11. c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 12 years ago
  12. bcce892 Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it. by bsalomon@google.com · 12 years ago
  13. 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 12 years ago
  14. 45a15f5 Modifications to GrPatherRenderer(Chain) interfaces to support clip mask manager. by bsalomon@google.com · 12 years ago
  15. 12b4e27 As part of preliminary groundwork for a chromium fix, this changelist is deprecating GrPathFill so that SkPath::FillType is used everywhere in order to remove some code duplication between Skia and Ganesh. by sugoi@google.com · 12 years ago
  16. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  17. 8171288 Remove GrScalar, replace with SkScalar. by bsalomon@google.com · 12 years ago
  18. 2fdcdeb Make GrDrawState::AutoRestoreViewMatrix handle sampler matrices. by bsalomon@google.com · 12 years ago
  19. 0f11e1a Remove translate param from GrContext::drawPath (and subsequent calls). by bsalomon@google.com · 12 years ago
  20. f660187 Hide GrDrawTarget::Caps's member vars by bsalomon@google.com · 12 years ago
  21. e3d3216 Remove stage masks by bsalomon@google.com · 12 years ago
  22. c377baf Add placement new macros to SkPostConfig, call SkNEW* from Ganesh. by tomhudson@google.com · 12 years ago
  23. 05a718c Fix some NV path rendering issues with perspective and inverse paths by bsalomon@google.com · 12 years ago
  24. ded4f4b Initial support for GL_NV_path_renering. Experimental, there are still some issues to resolve, set gyp variable skia_nv_path_rendering=1 or build flag GR_GL_USE_NV_PATH_RENDERING to enable. by bsalomon@google.com · 12 years ago