1. 56995b5 Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  2. 8c0f615 Revert of Remove GP from drawstate, revision of invariant output for GP (patchset #9 id:160001 of https://codereview.chromium.org/791743003/) by joshualitt · 10 years ago
  3. c6bc58e Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  4. 2e3b3e3 This cl moves color and coverage off of drawstate. In an effort to keep this CL manageable, I have left the compute invariant input / output in a bit of a strange state(fixing this will be complicated). by joshualitt · 10 years ago
  5. 9853cce Drawstate on stack by joshualitt · 10 years ago
  6. 92e496f Beginning to refactor nvpr code by joshualitt · 10 years ago
  7. 4e205b1 Remove createPath* from GrGpu and GrContext by cdalton · 10 years ago
  8. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  9. 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
  10. 1f99d93 fix the error that path is inversed for stroke and strokeAndFill styles. by commit-bot@chromium.org · 10 years ago
  11. e79f320 Revert of r13384 (Stateful PathRenderer implementation) by robertphillips@google.com · 11 years ago
  12. 3e0c64a Stateful PathRenderer implementation by robertphillips@google.com · 11 years ago
  13. 5c8ee25 Make GrContext cache the gpu paths by commit-bot@chromium.org · 11 years ago
  14. 32184d8 Implement stroking a path with nv_path_rendering by commit-bot@chromium.org · 11 years ago
  15. c4dc0ad Implement filling a path with nv_path_rendering cover by commit-bot@chromium.org · 11 years ago
  16. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  17. fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
  18. 137f134 Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRestore::setIdentity(). s by bsalomon@google.com · 11 years ago
  19. c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 12 years ago
  20. bcce892 Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it. by bsalomon@google.com · 12 years ago
  21. 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 12 years ago
  22. 45a15f5 Modifications to GrPatherRenderer(Chain) interfaces to support clip mask manager. by bsalomon@google.com · 12 years ago
  23. 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
  24. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  25. 8171288 Remove GrScalar, replace with SkScalar. by bsalomon@google.com · 12 years ago
  26. 2fdcdeb Make GrDrawState::AutoRestoreViewMatrix handle sampler matrices. by bsalomon@google.com · 12 years ago
  27. 0f11e1a Remove translate param from GrContext::drawPath (and subsequent calls). by bsalomon@google.com · 12 years ago
  28. f660187 Hide GrDrawTarget::Caps's member vars by bsalomon@google.com · 12 years ago
  29. e3d3216 Remove stage masks by bsalomon@google.com · 12 years ago
  30. c377baf Add placement new macros to SkPostConfig, call SkNEW* from Ganesh. by tomhudson@google.com · 12 years ago
  31. 05a718c Fix some NV path rendering issues with perspective and inverse paths by bsalomon@google.com · 12 years ago
  32. 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