1. f054b17 Swap SkGpuBlurUtils over to using SkIRects by robertphillips · 8 years ago
  2. 6c71e0a Reverse dependency between SkScalar.h and SkFixed.h. by benjaminwagner · 8 years ago
  3. dfed06f Make SkFixed private. by benjaminwagner · 8 years ago
  4. dd67e3d Add SkScalarTruncToScalar and speed up SkScalarFraction. by bungeman · 9 years ago
  5. 64b0f5f Remove SkLerpXfermode by robertphillips · 9 years ago
  6. 30c4cae Add special case circle blur for Ganesh by robertphillips · 9 years ago
  7. 95dd177 Revert[8] "move some public headers into private" by reed · 9 years ago
  8. fb28cd2 Revert[7] "move some public headers into private" by reed · 9 years ago
  9. e027169 Revert[6] "move some public headers into private" by reed · 9 years ago
  10. cc1229c Revert "Revert[4] "move some public headers into private"" by reed · 9 years ago
  11. 33e00db Revert[4] "move some public headers into private" by reed · 9 years ago
  12. 9cdcabe Revert[3] "move some public headers into private" by reed · 9 years ago
  13. 9d20ee5 Revert[2] "move some public headers into private" by reed · 9 years ago
  14. 4cf9e7e Revert "move some public headers into private" by reed · 9 years ago
  15. eedf0fb move some public headers into private by reed · 9 years ago
  16. c2e6827 remove now-dead flags by reed · 9 years ago
  17. 80ea19c Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://codereview.chromium.org/1138263002/) by reed · 9 years ago
  18. 2629697 Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://codereview.chromium.org/1135053002/) by reed · 9 years ago
  19. 67d71c8 stop calling SkScalarDiv by reed · 9 years ago
  20. fd0ecf4 Add SkTPin. by bungeman · 9 years ago
  21. 167eb17 Use SkTMin and SkTMax for clamp/pin. by bungeman · 10 years ago
  22. 454fa71 check for nonfinites in rrects by reed · 10 years ago
  23. 7729e56 use log2(scale) to compute mip level by reed · 10 years ago
  24. b50ced7 Revert of use log2(scale) to compute mip level (patchset #7 id:120001 of https://codereview.chromium.org/849333002/) by reed · 10 years ago
  25. 15fd47f use log2(scale) to compute mip level by reed · 10 years ago
  26. 6f90475 Rewrite NaN checks in terms of SkScalarIsNaN() by ehsan.akhgari · 10 years ago
  27. ca0e672 Remove SK_SUPPORT_DEPRECATED_SCALARROUND. by scroggo · 10 years ago
  28. bd16059 begin clean up for scalar is double option by reed · 10 years ago
  29. 4e332f8 add rounding-using-doubles methods on SkScalar and SkRect by commit-bot@chromium.org · 10 years ago
  30. 1a5e51f remove SkScalarMul from public headers by reed@google.com · 11 years ago
  31. c8d7328 Renamed JsCanvas to JsContext and moved into it's own file. by commit-bot@chromium.org · 11 years ago
  32. 8015cdd replace SkScalarMulRound(a,b) with SkScalarRountToInt(a*b) by reed@google.com · 11 years ago
  33. 6e252d4 move SkScalarMean into its only caller, reducing out public API exposure by reed@google.com · 11 years ago
  34. e15b2f5 move SkScalarLog2 into its only client, in a move to reduce our public API surface area by reed@google.com · 11 years ago
  35. 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
  36. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  37. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  38. abcec6d remove outdated debugging code now that we no longer support fixed point by commit-bot@chromium.org · 11 years ago
  39. 4ecd42e Fix for displacement mapping by sugoi@google.com · 11 years ago
  40. 50c79d8 Enable warnings-as-errors on Windows. by bsalomon@google.com · 12 years ago
  41. 92b6a94 Make GrGLTextureDomainEffect use GrGLEffectMatrix. by bsalomon@google.com · 12 years ago
  42. e1e7d7a add SkScalarsEqual() so we don't have to use memcmp for arrays of floats. by reed@google.com · 12 years ago
  43. 373ebc6 Suppress some warnings on linux. by bsalomon@google.com · 12 years ago
  44. f4959ab Implemented power of two tiling. by keyar@chromium.org · 12 years ago
  45. a030818 revert 5156 by reed@google.com · 12 years ago
  46. dd8dd8f revert 5157 by reed@google.com · 12 years ago
  47. cf4335c add long/unsigned-long variations to the debug SkIntToScalar, as the mac compiler by reed@google.com · 12 years ago
  48. a448cb0 Fix SkIntToScalar signature for 64-bit build by borenet@google.com · 12 years ago
  49. 0567f22 Add SkScalarPow. by bungeman@google.com · 12 years ago
  50. 9a323c9 faster SkScalarIsFinite() by reed@google.com · 12 years ago
  51. 7886ad3 remove SK_CAN_USE_FLOAT (deprecated) by reed@google.com · 12 years ago
  52. d414406 Windows compiler complaint cleanup by robertphillips@google.com · 12 years ago
  53. 9b5ca29 allow the tolerance to be zero for nearlyzero by reed@google.com · 12 years ago
  54. 0c00f21 Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); by tomhudson@google.com · 13 years ago
  55. 24569b5 sk_float_round isn't a function, so call this instead: sk_float_floor((x) + 0.5f) by reed@google.com · 13 years ago
  56. 647a804 Core skia changes to prepare for Gr AA Hairline renderer by bsalomon@google.com · 13 years ago
  57. 1b20280 deprecate SkScalarFloor, SkScalarCeil, SkScalarRound by reed@google.com · 13 years ago
  58. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  59. 1fd56dc Implement SkPoint::Normalize() for SK_SCALAR_IS_FIXED and add performance warning to its declaration by epoger@google.com · 13 years ago
  60. 80afbf0 #include <math.h> if SK_SCALAR_IS_FIXED but SK_CAN_USE_FLOAT by epoger@google.com · 13 years ago
  61. b28b5e4 Warn when an SkScalar is passed into SkIntToScalar() (converted twice) by epoger@google.com · 13 years ago
  62. ee9aa30 Fixes from Sk/Gr rect unification. by bsalomon@google.com · 13 years ago
  63. 185d3d0 add SkScalarIsInt() by reed@google.com · 13 years ago
  64. c8ad63e Initial GYP file for skia / gr. Builds SampleApp on Mac, Windows, Linux. by bsalomon@google.com · 13 years ago
  65. 077910e add SkScalarIsFinite(), and use it for a more portable impl of SkRect::isValidCoords() by reed@google.com · 14 years ago
  66. 28be72b PDF: Add text support with a font framework (font embedding to come). by vandebo@chromium.org · 14 years ago
  67. eebf5cb add copysign for ints and floats by reed@android.com · 15 years ago
  68. 187d559 add dox for scalarcomparetype by reed@android.com · 15 years ago
  69. 8a1c16f grab from latest android by reed@android.com · 16 years ago