1. dc3c780 [GPU]: Handle degenerate quads when computing UV matrix from control points by bsalomon@google.com · 13 years ago
  2. 5e9bf82 second try to fix assert by bsalomon@google.com · 13 years ago
  3. 5ce2796 Change static asserts of scalar type to runtime asserts (re r3040) by bsalomon@google.com · 13 years ago
  4. 69cc6ad Add convex path renderer (disabled) by bsalomon@google.com · 13 years ago
  5. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 14 years ago[Renamed from gpu/src/GrPathUtils.cpp]
  6. 3839632 [gpu] Remove getMaxStretch for perspective, use mapRadius for perspective path subdiv tol, add test by bsalomon@google.com · 14 years ago
  7. 181e9bd Improve gpu path subdiv with perspective, remove tolerance scale, fix comment by bsalomon@google.com · 14 years ago
  8. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 14 years ago
  9. afec7ba Fix bug where equality was used instead of assignment. by tomhudson@google.com · 14 years ago
  10. c10a888 Guard against 0 tolerance in curve subdivision. by tomhudson@google.com · 14 years ago
  11. d22b6e4 Remove global curve subdivision tolerance from GrPathUtils. by tomhudson@google.com · 14 years ago
  12. 61f3bde Fix handling of nan when clamping number of pts in quads/cubics by bsalomon@google.com · 14 years ago
  13. b5b3168 First pass at improving temporary tex/rt reuse by bsalomon@google.com · 14 years ago
  14. 129b8e3 Implement edge AA for concave polys in the tesselated path renderer. by senorblanco@chromium.org · 14 years ago
  15. 5793a1f Pass forceClose "true" to SkPath::Iter constructor in by senorblanco@chromium.org · 14 years ago
  16. 2047f00 get tests closer to passing for SKIA_SCALAR=fixed by epoger@google.com · 14 years ago
  17. 07f3ee1 use SkPath for GrPath, removing GrPathIter entirely by reed@google.com · 14 years ago
  18. 7744c20 use SkPoint, creating an alias for GrPoint by reed@google.com · 14 years ago
  19. 9d18b78 This CL implements a tesselated path renderer, using GLU's libtess. All of the by senorblanco@chromium.org · 14 years ago