1. 71df5d5 Relax hairline requirement that all non-quadratic cubics are split once. by Brian Salomon · 6 years ago
  2. 3ac1f95 Preseve tangents when converting cubics->quads in GrAAHairlinePathRenderer by Brian Salomon · 6 years ago
  3. 0235c64 Fix GrAAConvexTessellator colinear point removal. by Brian Salomon · 6 years ago
  4. c412b59 Handle perspective scales in GrPathUtil scaleToleranceToSrc by Greg Daniel · 6 years ago
  5. 01a1cf9 More nans causing infinite recursion in GrPathUtils::convertCubicToQuads by Kevin Lubick · 6 years ago
  6. 27d9365 Protect against nans causing infinite recursion in GrPathUtils::convertCubicToQuads by Brian Salomon · 7 years ago
  7. df429f3 move parts of SkPoint to SkPointPriv by Cary Clark · 7 years ago
  8. 695db40 Add GrPathUtils::calcCubicInverseTransposePowerBasisMatrix by Chris Dalton · 7 years ago
  9. 419a94d Add a GrCCPRGeometry file by Chris Dalton · 7 years ago
  10. 2cee283 Fix artifacts on tiny stroked paths scaled up a lot. by Stephen White · 7 years ago
  11. 5141d21 Revert "Fix artifacts on tiny stroked paths scaled up a lot." by Robert Phillips · 7 years ago
  12. 267641a Fix artifacts on tiny stroked paths scaled up a lot. by Stephen White · 7 years ago
  13. b072bb6 CCPR: Process quadratic flat edges without soft msaa by Chris Dalton · 7 years ago
  14. 49b7b6f Handle too many (or too large) paths in GrDefaultPathRenderer by Brian Osman · 7 years ago
  15. 390f6cd Convert SkClassifyCubic to double precision by Chris Dalton · 7 years ago
  16. b58194a Fix loopIndex in chopCubicAtLoopIntersection by Chris Dalton · 7 years ago
  17. febbffa Improve cubic KLM accuracy by Chris Dalton · 7 years ago
  18. 7f95dfc Revert "Handle too many (or too large) paths in GrDefaultPathRenderer" by Brian Osman · 7 years ago
  19. eb86b70 Handle too many (or too large) paths in GrDefaultPathRenderer by Brian Osman · 7 years ago
  20. fd7819c Revert "Handle too many (or too large) paths in GrDefaultPathRenderer" by Brian Osman · 7 years ago
  21. 6383b29 Handle too many (or too large) paths in GrDefaultPathRenderer by Brian Osman · 7 years ago
  22. 7f5af0c Use more stable root finding methods for cubics by Christopher Dalton · 7 years ago
  23. 25294d7 Pre-clamp path tolerance by Brian Osman · 7 years ago
  24. b712a85 Fix missing tolerance in GrPathUtils::worstCasePointCount by Robert Phillips · 7 years ago
  25. 4343654 Improve accuracy of cubic classification by Chris Dalton · 7 years ago
  26. 0f47a25 Fix cubic KLM solving by csmartdalton · 7 years ago
  27. cc26127 Find cubic KLM functionals directly by csmartdalton · 7 years ago
  28. 8199d94 Generaly Fixes to gpu bezier code by Greg Daniel · 7 years ago
  29. 8be952a SkScalarMul is deprecated by Mike Reed · 7 years ago
  30. 3b830a9 Simplify k.w calculation in getConicKLM. by Dean McNamee · 8 years ago
  31. b6a40b8 Some assert fixes for running the Fuzzer sample in GPU mode. by senorblanco · 8 years ago
  32. 0be3534 Remove a useless call: Calling lineVec.dot(qPts[0]) by jcgregorio · 8 years ago
  33. 4dbbd04 SkLeanWindows.h: #include "Windows.h" fewer places by halcanary · 8 years ago
  34. 87a2234 Force values to 0.0f in QuadUVMatrix::set by robertphillips · 8 years ago
  35. 18fab30 Modify interface to GrPathUtils::convertCubicToQuads by bsalomon · 8 years ago
  36. f08ce6c Loosen check for zero vectors in GrPathUtils::convert_noninflect_cubic_to_quads by robertphillips · 9 years ago
  37. 026beb5 SkPath::Direction serves two masters: by reed · 9 years ago
  38. 80ea19c Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://codereview.chromium.org/1138263002/) by reed · 9 years ago
  39. 2629697 Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://codereview.chromium.org/1135053002/) by reed · 9 years ago
  40. 67d71c8 stop calling SkScalarDiv by reed · 9 years ago
  41. 5a23a14 Fix to check for inf when generating quadratic points by egdaniel · 9 years ago
  42. af18a09 Add conic support to Default and AAConvex path redender. by egdaniel · 10 years ago
  43. 8dd31cf Extract cubic classification from gpu into geometry by caryclark · 10 years ago
  44. 3935a7b Check for degenerate edges in cubic->quad conversion called by convex path renderer. by bsalomon · 10 years ago
  45. d537341 Move GrIPoint16 to SkIPoint16 (and remove GrPoint.h) by robertphillips · 10 years ago
  46. 1878651 Rename SkMatrix::get(Max|Min)Stretch to get(Min|Max)Scale by commit-bot@chromium.org · 10 years ago
  47. 972f9cd SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h by commit-bot@chromium.org · 10 years ago
  48. e1ca705 deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #define SK_SUPPORT_DEPRECATED_SCALARROUND for legacy clients by reed@google.com · 11 years ago
  49. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  50. 8491d24 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  51. f543fd9 Simplify matrix generation for convex path renderer by commit-bot@chromium.org · 11 years ago
  52. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  53. 07e1c3f Pull out Effect Shaders in GPU Path Renderer by commit-bot@chromium.org · 11 years ago
  54. 2398bbd Revert "Pull out Effect Shaders in GPU Path Renderer" by egdaniel@google.com · 11 years ago
  55. 89ff637 Pull out Effect Shaders in GPU Path Renderer by commit-bot@chromium.org · 11 years ago
  56. 1394840 Move gpu conic calculations to GrPathUtils by commit-bot@chromium.org · 11 years ago
  57. 858638d Add direct bezier cubic support for GPU shaders by commit-bot@chromium.org · 11 years ago
  58. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  59. fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
  60. 94b284d Remove GrPathCmd by bsalomon@google.com · 11 years ago
  61. 0e51577 fix warning from scalar --> int32 conversion by humper@google.com · 12 years ago
  62. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  63. 8171288 Remove GrScalar, replace with SkScalar. by bsalomon@google.com · 12 years ago
  64. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  65. 54ad851 Fix infinite recursion in cubic->quad conversion, also attempt to detect nearly flat cubics early. by bsalomon@google.com · 12 years ago
  66. a51ab84 Preserve convex control point polygon in cubic->quadratic approximation by bsalomon@google.com · 12 years ago
  67. 59f46b8 Fixed Windows compiler complaints by robertphillips@google.com · 12 years ago
  68. 8d033a1 Remove GrPath typedef by bsalomon@google.com · 12 years ago
  69. 1971317 Allow compiler to optimize applying quadratic UV matrix to verts by bsalomon@google.com · 12 years ago
  70. 20e542e Fix a case missed in r3198 where left/right direction of setOrthog matters (matrix computed from a degenerate quad). by bsalomon@google.com · 12 years ago
  71. dc3c780 [GPU]: Handle degenerate quads when computing UV matrix from control points by bsalomon@google.com · 13 years ago
  72. 5e9bf82 second try to fix assert by bsalomon@google.com · 13 years ago
  73. 5ce2796 Change static asserts of scalar type to runtime asserts (re r3040) by bsalomon@google.com · 13 years ago
  74. 69cc6ad Add convex path renderer (disabled) by bsalomon@google.com · 13 years ago
  75. 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.cpp]
  76. 3839632 [gpu] Remove getMaxStretch for perspective, use mapRadius for perspective path subdiv tol, add test by bsalomon@google.com · 13 years ago
  77. 181e9bd Improve gpu path subdiv with perspective, remove tolerance scale, fix comment by bsalomon@google.com · 13 years ago
  78. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  79. afec7ba Fix bug where equality was used instead of assignment. by tomhudson@google.com · 13 years ago
  80. c10a888 Guard against 0 tolerance in curve subdivision. by tomhudson@google.com · 13 years ago
  81. d22b6e4 Remove global curve subdivision tolerance from GrPathUtils. by tomhudson@google.com · 13 years ago
  82. 61f3bde Fix handling of nan when clamping number of pts in quads/cubics by bsalomon@google.com · 13 years ago
  83. b5b3168 First pass at improving temporary tex/rt reuse by bsalomon@google.com · 13 years ago
  84. 129b8e3 Implement edge AA for concave polys in the tesselated path renderer. by senorblanco@chromium.org · 13 years ago
  85. 5793a1f Pass forceClose "true" to SkPath::Iter constructor in by senorblanco@chromium.org · 13 years ago
  86. 2047f00 get tests closer to passing for SKIA_SCALAR=fixed by epoger@google.com · 13 years ago
  87. 07f3ee1 use SkPath for GrPath, removing GrPathIter entirely by reed@google.com · 13 years ago
  88. 7744c20 use SkPoint, creating an alias for GrPoint by reed@google.com · 13 years ago
  89. 9d18b78 This CL implements a tesselated path renderer, using GLU's libtess. All of the by senorblanco@chromium.org · 13 years ago