1. 0f11e1a Remove translate param from GrContext::drawPath (and subsequent calls). by bsalomon@google.com · 13 years ago
  2. f660187 Hide GrDrawTarget::Caps's member vars by bsalomon@google.com · 13 years ago
  3. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 13 years ago
  4. e3d3216 Remove stage masks by bsalomon@google.com · 13 years ago
  5. a51ab84 Preserve convex control point polygon in cubic->quadratic approximation by bsalomon@google.com · 13 years ago
  6. b213ed8 Simplify vertex layout bitfields by making Position-as-texcoords the default. by tomhudson@google.com · 13 years ago
  7. 4705954 Search and replace change. Some Gr enum value names didn't have a "Gr" in their suffix. by bsalomon@google.com · 13 years ago
  8. 8a4fc40 Updated useSWOnlyPath method to use path chain instead of raw path renderer methods by robertphillips@google.com · 13 years ago
  9. fa66294 First functioning version of SW-only clip mask creator by robertphillips@google.com · 13 years ago
  10. 8d033a1 Remove GrPath typedef by bsalomon@google.com · 13 years ago
  11. 873ea0c Make fewer copies when using GrDrawTarget::AutoStateRestore by bsalomon@google.com · 13 years ago
  12. 6390c72 Fix Coverity reports. (Mostly use of uninitialised values.) by vandebo@chromium.org · 13 years ago
  13. fa1dd11 Revert r3523 and r2522 by vandebo@chromium.org · 13 years ago
  14. 354fd0e Fix Coverity reports. (Mostly use of uninitialised values.) by vandebo@chromium.org · 13 years ago
  15. b3e40c0 Convert SkMatrix::I() assignments to SkMatrix::reset() calls by bsalomon@google.com · 13 years ago
  16. 1a38d55 Perform degenerate check in device coords in convex path renderer by bsalomon@google.com · 13 years ago
  17. 1971317 Allow compiler to optimize applying quadratic UV matrix to verts by bsalomon@google.com · 13 years ago
  18. b372942 make pathrenderers release their geometry before returning by bsalomon@google.com · 13 years ago
  19. af90f7f Recommit r3321 with fix for path orientation reversal. by bsalomon@google.com · 13 years ago
  20. 6d2733a Revert r3321 because of GM failure by bsalomon@google.com · 13 years ago
  21. c759af3 Avoid making a copy of the path in GrAAConvexPathRenderer by bsalomon@google.com · 13 years ago
  22. 68a5b26 Prealloc space for ~10 segments in GrAAConvexPathRenderer by bsalomon@google.com · 13 years ago
  23. 9b1517e minor improvement, remove some conditionals in GrAAConvexPathRenderer by bsalomon@google.com · 13 years ago
  24. c2099d2 simplify GrPathRenderer interface by bsalomon@google.com · 13 years ago
  25. 5b56d9e In convex path renderer, translate polygon to origin for fanPt computation by bsalomon@google.com · 13 years ago
  26. 278dc69 Use cheapComputeDirection to determine normal facing in GrAAConvexPathRenderer by bsalomon@google.com · 13 years ago
  27. 9732f62 Fix degenerate test in convex path renderer by bsalomon@google.com · 13 years ago
  28. 9aed114 by bsalomon@google.com · 13 years ago
  29. 0680961 revert 3078 by bsalomon@google.com · 13 years ago
  30. 495e210 fix interior issues in convex path renderer by bsalomon@google.com · 13 years ago
  31. 5cc90d1 Incorporate changes related to Tom's post-hoc comments on the convex path renderer. by bsalomon@google.com · 13 years ago
  32. 69cc6ad Add convex path renderer (disabled) by bsalomon@google.com · 13 years ago