1. 8447f13 Chop tessellated curves that don't fit in a patch by Chris Dalton · 3 years, 5 months ago
  2. 8731a71 Convert GrPathIndirectTessellator to use GrVertexWriter by Chris Dalton · 3 years, 5 months ago
  3. 4e9d5e2 Use Wang's formula for quadratic and cubic point counts by Michael Ludwig · 3 years, 5 months ago
  4. 6475638 Add GrPathUtils::conicHasCusp by Chris Dalton · 3 years, 6 months ago
  5. 7c0200a Move cubic cusp existence test into GrStrokeHardwareTessellator.cpp by Chris Dalton · 3 years, 8 months ago
  6. c740d93 Lift stroke cusp detection out of GPU shaders by Chris Dalton · 3 years, 8 months ago
  7. 98c3aea Add cusp detection to GrPathUtils::findCubicConvex180Chops by Chris Dalton · 3 years, 11 months ago
  8. f1aa6fc Fix GrPathUtils::convertLineToCubic by Chris Dalton · 4 years ago
  9. 2882e70 Add GrPathUtils::findCubicConvex180Chops by Chris Dalton · 4 years ago
  10. 753c1b3 Add helpers to GrPathUtils for converting lines and quads to cubics by Chris Dalton · 4 years ago
  11. 0e13db7 Clean up GrPathUtils by Chris Dalton · 4 years ago
  12. 3872c98 Move convexity enum out of public by Mike Reed · 4 years, 2 months ago
  13. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years, 2 months ago
  14. 663afe5 Move GrPathUtils, GrRect, and GrShape into src/gpu/geometry/ by Michael Ludwig · 5 years ago[Renamed from src/gpu/GrPathUtils.h]
  15. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  16. 568bec7 Remove templating from QuadUVMatrix::apply, and fix const-ness by Brian Osman · 6 years ago
  17. 3ac1f95 Preseve tangents when converting cubics->quads in GrAAHairlinePathRenderer by Brian Salomon · 6 years ago
  18. 695db40 Add GrPathUtils::calcCubicInverseTransposePowerBasisMatrix by Chris Dalton · 7 years ago
  19. 419a94d Add a GrCCPRGeometry file by Chris Dalton · 7 years ago
  20. b072bb6 CCPR: Process quadratic flat edges without soft msaa by Chris Dalton · 7 years ago
  21. 49b7b6f Handle too many (or too large) paths in GrDefaultPathRenderer by Brian Osman · 7 years ago
  22. 390f6cd Convert SkClassifyCubic to double precision by Chris Dalton · 7 years ago
  23. febbffa Improve cubic KLM accuracy by Chris Dalton · 7 years ago
  24. 7f95dfc Revert "Handle too many (or too large) paths in GrDefaultPathRenderer" by Brian Osman · 7 years ago
  25. eb86b70 Handle too many (or too large) paths in GrDefaultPathRenderer by Brian Osman · 7 years ago
  26. fd7819c Revert "Handle too many (or too large) paths in GrDefaultPathRenderer" by Brian Osman · 7 years ago
  27. 6383b29 Handle too many (or too large) paths in GrDefaultPathRenderer by Brian Osman · 7 years ago
  28. 25294d7 Pre-clamp path tolerance by Brian Osman · 7 years ago
  29. cc26127 Find cubic KLM functionals directly by csmartdalton · 8 years ago
  30. 8199d94 Generaly Fixes to gpu bezier code by Greg Daniel · 8 years ago
  31. fc6c37b Remove stray semicolons. by Mike Klein · 8 years ago
  32. 18fab30 Modify interface to GrPathUtils::convertCubicToQuads by bsalomon · 9 years ago
  33. 144c3c8 Make onPrepareDraws const by joshualitt · 9 years ago
  34. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  35. 026beb5 SkPath::Direction serves two masters: by reed · 9 years ago
  36. 2b4bb07 Improve the curve tessellation subdivision of the path renderers. by senorblanco · 9 years ago
  37. d537341 Move GrIPoint16 to SkIPoint16 (and remove GrPoint.h) by robertphillips · 10 years ago
  38. 972f9cd SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h by commit-bot@chromium.org · 11 years ago
  39. 1394840 Move gpu conic calculations to GrPathUtils by commit-bot@chromium.org · 11 years ago
  40. 858638d Add direct bezier cubic support for GPU shaders by commit-bot@chromium.org · 11 years ago
  41. fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
  42. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  43. 8171288 Remove GrScalar, replace with SkScalar. by bsalomon@google.com · 12 years ago
  44. a51ab84 Preserve convex control point polygon in cubic->quadratic approximation by bsalomon@google.com · 12 years ago
  45. 8d033a1 Remove GrPath typedef by bsalomon@google.com · 12 years ago
  46. 1971317 Allow compiler to optimize applying quadratic UV matrix to verts by bsalomon@google.com · 13 years ago
  47. 69cc6ad Add convex path renderer (disabled) by bsalomon@google.com · 13 years ago
  48. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/src/GrPathUtils.h]
  49. da13aae Remove unnecessary forward decl that was causing a warning. by bsalomon@google.com · 13 years ago
  50. 3839632 [gpu] Remove getMaxStretch for perspective, use mapRadius for perspective path subdiv tol, add test by bsalomon@google.com · 13 years ago
  51. 181e9bd Improve gpu path subdiv with perspective, remove tolerance scale, fix comment by bsalomon@google.com · 13 years ago
  52. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  53. c10a888 Guard against 0 tolerance in curve subdivision. by tomhudson@google.com · 13 years ago
  54. d22b6e4 Remove global curve subdivision tolerance from GrPathUtils. by tomhudson@google.com · 13 years ago
  55. 07f3ee1 use SkPath for GrPath, removing GrPathIter entirely by reed@google.com · 13 years ago
  56. 7744c20 use SkPoint, creating an alias for GrPoint by reed@google.com · 13 years ago
  57. 9d18b78 This CL implements a tesselated path renderer, using GLU's libtess. All of the by senorblanco@chromium.org · 14 years ago