1. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 12 years ago
  2. fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 12 years ago
  3. 137f134 Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRestore::setIdentity(). s by bsalomon@google.com · 12 years ago
  4. c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 12 years ago
  5. bcce892 Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it. by bsalomon@google.com · 12 years ago
  6. 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 13 years ago
  7. 45a15f5 Modifications to GrPatherRenderer(Chain) interfaces to support clip mask manager. by bsalomon@google.com · 13 years ago
  8. 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 · 13 years ago
  9. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 13 years ago
  10. 8171288 Remove GrScalar, replace with SkScalar. by bsalomon@google.com · 13 years ago
  11. 2fdcdeb Make GrDrawState::AutoRestoreViewMatrix handle sampler matrices. by bsalomon@google.com · 13 years ago
  12. 0f11e1a Remove translate param from GrContext::drawPath (and subsequent calls). by bsalomon@google.com · 13 years ago
  13. f660187 Hide GrDrawTarget::Caps's member vars by bsalomon@google.com · 13 years ago
  14. e3d3216 Remove stage masks by bsalomon@google.com · 13 years ago
  15. c377baf Add placement new macros to SkPostConfig, call SkNEW* from Ganesh. by tomhudson@google.com · 13 years ago
  16. 05a718c Fix some NV path rendering issues with perspective and inverse paths by bsalomon@google.com · 13 years ago
  17. 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 · 13 years ago