1. c6325cd remove near one check for arcs by caryclark · 9 years ago
  2. dc30885 use pathops utils to improve precision of cubic chopping in scan converter by reed · 9 years ago
  3. 0b71278 remove older version of cubic->coeff by reed · 9 years ago
  4. 6983f66 Speeup hairline curves (quads and cubics) (patchset #7 id:120001 of https://codereview.chromium.org/1078413003/)" by reed · 9 years ago
  5. 639a828 Revert of Speeup hairline curves (quads and cubics) (patchset #7 id:120001 of https://codereview.chromium.org/1078413003/) by reed · 9 years ago
  6. a024616 Speeup hairline curves (quads and cubics) by reed · 9 years ago
  7. c9adb05 Refactor Sk2x<T> + Sk4x<T> into SkNf<N,T> and SkNi<N,T> by mtklein · 9 years ago
  8. daee7ea impl SkConvertQuadToCubic w/ Sk2s by reed · 9 years ago
  9. 5501103 use new faster/vector impl for chopping conics by reed · 9 years ago
  10. c08330f remove slower scalar code in favor of vectors by reed · 9 years ago
  11. 6b9ef90 SkChopCubicAt2 using Sk2s -- 2x faster by reed · 9 years ago
  12. ce6acc9 cleanup using constructors by reed · 9 years ago
  13. b640203 use Sk2s for conics by reed · 9 years ago
  14. 40b7dd5 use Sk2s for EvalQuadTangent and ChopQuadAt by reed · 9 years ago
  15. d800d87 Try out operator overloads for Sk2x. by mtklein · 9 years ago
  16. 950e986 Port to real Sk2f. by mtklein · 9 years ago
  17. 65cb2cd alt SkEvalQuadAt that returns its answer, using Sk2f by reed · 9 years ago
  18. 562d0e1 remove unused SkXRay functions by reed · 9 years ago
  19. d6f87b5 Remove SK_SUPPORT_LEGACY_CONIC_COMPUTE_QUAD_POW2 by fmalita · 9 years ago
  20. f16c00e interpret conic tolerance correctly -- big rebaseline by reed · 9 years ago
  21. 88f0a99 Use conics for round joins and caps by reed · 9 years ago
  22. d5d27d9 use conics for arcTo by reed · 9 years ago
  23. 220f926 use conics by reed · 10 years ago
  24. 8dd31cf Extract cubic classification from gpu into geometry by caryclark · 10 years ago
  25. 11fca3f Add more debugging for newly failing assert (DM on Xoom bots). by Mike Klein · 10 years ago
  26. def6468 Stub for conic section max curvature by commit-bot@chromium.org · 10 years ago
  27. b39d561 update for coding style, remove explicit floats by commit-bot@chromium.org · 10 years ago
  28. d50d87a That's confusing. Make it clear we're working with 3 points == 9 scalars. by commit-bot@chromium.org · 10 years ago
  29. bf0001d remove remaining references to Sk64 (obsolete) by reed@google.com · 11 years ago
  30. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  31. 3c12840 remove SkFP.h and replace SkFP with SkScalar stop respecting SK_SOFTWARE_FLOAT, assume its always false stop respecting SK_SCALAR_SLOW_COMPARES, assume its always false by reed@google.com · 11 years ago
  32. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  33. f91aaec Construct round rects with perpendicular tangents. by commit-bot@chromium.org · 11 years ago
  34. 50df4d0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  35. b0889a5 This CL effectively reverts: by robertphillips@google.com · 11 years ago
  36. 5383a75 Add implicit hairline conic rendering to GPU by egdaniel@google.com · 11 years ago
  37. 9e1ec1a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  38. e1b75b4 GM (and fix) for drawArc capping issue by robertphillips@google.com · 11 years ago
  39. 2b34fe0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  40. 6862cba share derivative code with extrema logic, remove some dead code. by mike@reedtribe.org · 11 years ago
  41. 1040b47 fix impl for conic derivative (tangent) by mike@reedtribe.org · 11 years ago
  42. 24bd210 add (untested) tangent calc for conics by reed@google.com · 11 years ago
  43. af5c506 add routines to compute error between conic and quad by mike@reedtribe.org · 11 years ago
  44. 48115de Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  45. 97514f2 add computation for error in conic-as-quad by mike@reedtribe.org · 11 years ago
  46. 214c870 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  47. b16e247 add comment for computing max-diff between conic and its bounding quad by reed@google.com · 11 years ago
  48. 28552e1 rename SkRationalQuad to SkConic by mike@reedtribe.org · 11 years ago
  49. 45fb8b6 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  50. 5c082a1 add compute-bounds for conics by mike@reedtribe.org · 11 years ago
  51. 0c5c386 add extrema for conics by mike@reedtribe.org · 11 years ago
  52. 17a2c91 add comments for computing derivatives by reed@google.com · 11 years ago
  53. 7841c63 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  54. aebfa7e fix release warning (unused debug variable) by reed@google.com · 11 years ago
  55. 3df87cb add experimental chop-into-quads for conics by mike@reedtribe.org · 11 years ago
  56. ab38e56 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  57. 8d55101 add special-case for chopping at exactly half for rational-quads (2-3x faster) by mike@reedtribe.org · 11 years ago
  58. 4af6280 compute new weight in standard-form by mike@reedtribe.org · 11 years ago
  59. 4bb50b2 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  60. 0d09955 incomplete impl for chopping rational quads (need to "normalize" so I can get by reed@google.com · 11 years ago
  61. c518710 experimental start to arcs by reed@google.com · 11 years ago
  62. dff53c2 remove obsolete build flag SK_IGNORE_CONVEX_QUAD_OPT by reed@google.com · 11 years ago
  63. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  64. 194bf82 Reverse sense of convex-quad-fix compiler flag by robertphillips@google.com · 12 years ago
  65. 6a748ad Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  66. c7a37c7 Place r5997 (make arcto's convex) behind a compiler flag to delay day of reckoning with Webkit baselines by robertphillips@google.com · 12 years ago
  67. b95eaa8 Altered arcTo's canonical points to (usually) be convex by robertphillips@google.com · 12 years ago
  68. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  69. 5efe0cb Clean up more Visual Studio warnings, including apparent bug in Arithmetic mode. by tomhudson@google.com · 12 years ago
  70. 087d5aa fix edgecase in chopcubic where we computed duplicate tvalues by reed@google.com · 12 years ago
  71. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  72. 6fc321a add test for SkConvertQuadToCubic by reed@google.com · 13 years ago
  73. 2e08619 Added optional "ambiguous" outgoing argument to XRay queries so that by kbr@chromium.org · 14 years ago
  74. 1516162 handle NaN in curve choppers and edgeclipper by reed@android.com · 14 years ago
  75. 945a139 add SkXRay geometry routines by reed@android.com · 14 years ago
  76. bb13586 fix typos in cubic clipper by reed@android.com · 15 years ago
  77. 77f0ef7 add quadclipping utility, plus sample test by reed@android.com · 15 years ago
  78. a964028 http://code.google.com/p/skia/issues/detail?id=32 by reed@android.com · 15 years ago
  79. d8730ea more tests (need more meat in there) by reed@android.com · 15 years ago
  80. fc25abd fix warnings by reed@android.com · 16 years ago
  81. 8a1c16f grab from latest android by reed@android.com · 16 years ago