1. 828f1d5 handle overflows in float->int by Mike Reed · 7 years ago
  2. 8addae8 just use math.h for converting from float to int by Mike Reed · 7 years ago
  3. ce1d293 Add test for QuickFDot6Div by Yuqian Li · 8 years ago
  4. 9e38047 Add GrNextSizePow2 by Robert Phillips · 8 years ago
  5. 3f490cc Make SkFixedRound/Ceil/FloorToFixed as inline func by liyuqian · 8 years ago
  6. 6a259bf Revert of My take on SkAlign changes. (patchset #3 id:40001 of https://codereview.chromium.org/2368293002/ ) by mtklein · 8 years ago
  7. e1a5f4e My take on SkAlign changes. by mtklein · 8 years ago
  8. 0d2c234 Fix SkFixedDiv macro by liyuqian · 8 years ago
  9. 785a5b9 Clean up SkFloatBits by mtklein · 8 years ago
  10. 14f850a Remove Sk(Float|Double)PinToFixed functions, only used in tests. by brianosman · 8 years ago
  11. 70f1a6c Add pinned versions of *ToFixed. by benjaminwagner · 8 years ago
  12. 6c71e0a Reverse dependency between SkScalar.h and SkFixed.h. by benjaminwagner · 8 years ago
  13. 7d57124 Unit Tests: eliminate stray SkDebugf()s. by halcanary · 8 years ago
  14. a766ca8 de-proc sk_float_rsqrt by mtklein · 8 years ago
  15. ed814f3 Revert of de-proc sk_float_rsqrt (patchset #3 id:40001 of https://codereview.chromium.org/1616013003/ ) by mtklein · 8 years ago
  16. efcc125 de-proc sk_float_rsqrt by mtklein · 8 years ago
  17. 3127c99 ubsan shift fixes by caryclark · 9 years ago
  18. 29c6979 Update fallback rsqrt implementation to use optimal constants. by jvanverth · 9 years ago
  19. 97ca98d Let's find out what's up with the TSAN bot test failures. by mtklein · 9 years ago
  20. 9367992 Add float-to-half (binary16) conversion functions. by jvanverth · 10 years ago
  21. 38dd9f2 remove unused SkIntToFloatCast_NoOverflowCheck by caryclark · 10 years ago
  22. 8f6884a Cleanup: Sanitize the order of includes under tests/ by tfarina@chromium.org · 10 years ago
  23. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  24. a9325fa Add REPORTF test macro. by halcanary@google.com · 11 years ago
  25. 01c41a5 Revert "Revert "begin to remove SkLONGLONG and wean Skia off of Sk64"" by reed@google.com · 11 years ago
  26. b156044 Revert "begin to remove SkLONGLONG and wean Skia off of Sk64" by reed@google.com · 11 years ago
  27. d6a301e begin to remove SkLONGLONG and wean Skia off of Sk64 by reed@google.com · 11 years ago
  28. 1915fd0 remove unused SkFixed and SkFract functions by reed@google.com · 11 years ago
  29. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  30. e4fafb1 Use DEFINE_TESTCLASS_SHORT macro in tests. by tfarina@chromium.org · 11 years ago
  31. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  32. fab44db Clean up SkTypes.h. by bungeman@google.com · 11 years ago
  33. 2c86fbb Add SkDivMod with a special case for ARM. by commit-bot@chromium.org · 11 years ago
  34. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  35. 6485b0b Switch out random number generator for tests, benches, samples. by commit-bot@chromium.org · 11 years ago
  36. 0e6e8cc Revert r10705 (ARM Skia NEON patches - 04 - Clean SkFixed / SkLONGLONG) due to 1000+ linux_layout failures (http://build.chromium.org/p/tryserver.chromium/builders/linux_layout_rel/builds/18997/steps/webkit_tests/logs/stdio) by robertphillips@google.com · 11 years ago
  37. 73ab296 ARM Skia NEON patches - 04 - Clean SkFixed / SkLONGLONG by commit-bot@chromium.org · 11 years ago
  38. c9f8166 add endian tests (reviewed by bungeman) by reed@google.com · 11 years ago
  39. 8152113 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  40. bc57a29 add wacky random shift so I can generate some zeros (without the optimizer knowing) by reed@google.com · 11 years ago
  41. 7729534d reland 8897 (was not a build-breaker) and fix MathTest (was a build-breaker) by reed@google.com · 11 years ago
  42. c21f86f add unittest for SkCLZ by reed@google.com · 11 years ago
  43. ea774d2 fix asserts in SkMulDiv255Round, and add test by reed@google.com · 11 years ago
  44. c490f80 Change random number generator for 'tests' to SkMWCRandom. Also removes some by jvanverth@google.com · 11 years ago
  45. 05af1af eliminate all warnings in non-thirdparty code on mac by humper@google.com · 12 years ago
  46. 373ebc6 Suppress some warnings on linux. by bsalomon@google.com · 12 years ago
  47. c544325 disable experiemental hack to try to speedup floor by reed@google.com · 12 years ago
  48. 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
  49. 8afae61 Clean up most clang warnings outside animator/ by tomhudson@google.com · 12 years ago
  50. 4b163ed Privatization: by reed@google.com · 12 years ago
  51. 7886ad3 remove SK_CAN_USE_FLOAT (deprecated) by reed@google.com · 12 years ago
  52. 42639cd fix warnings on Mac in tests by caryclark@google.com · 12 years ago
  53. 00bf06a Added cast to get MathTest working on Windows by robertphillips@google.com · 12 years ago
  54. c20bc25 use (float)(1 << 23) instead of 1.0p+23 since the latter isn't supported in VS by reed@google.com · 12 years ago
  55. c3b6972 win can't eat 1.0p+23 syntax for floats :( by reed@google.com · 12 years ago
  56. a7d7461 remove debugf by reed@google.com · 12 years ago
  57. 4debcac Debug Windows compiler complaint fixes by robertphillips@google.com · 12 years ago
  58. 7558925 Fix miscellaneous compiler warnings from Visual Studio 2010. by tomhudson@google.com · 12 years ago
  59. 8d7e39c add experimental test for blending math (disabled for now) by reed@google.com · 13 years ago
  60. 111c19b fix scalar=fixed for the new tests by reed@google.com · 13 years ago
  61. 0abb499 add SkAlphaBlend255 by reed@google.com · 13 years ago
  62. 889bd8b Make SkMath.h less visible in public header files. by tomhudson@google.com · 13 years ago
  63. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  64. bf083a9 fix windows compile errors in "tests" by epoger@google.com · 13 years ago
  65. 772813a add code to test different premul techniques (disabled right now) by reed@google.com · 13 years ago
  66. d413445 update to work correctly for scalar == fixed or float by reed@android.com · 13 years ago
  67. 077910e add SkScalarIsFinite(), and use it for a more portable impl of SkRect::isValidCoords() by reed@google.com · 13 years ago
  68. ec7a30c Upstream mulDiv255Ceil() from WebKit to the skia repository. by senorblanco@chromium.org · 14 years ago
  69. c846ede fix build for SK_SCALAR_IS_FIXED by reed@android.com · 14 years ago
  70. f0ad086 add unittest for copysign by reed@android.com · 14 years ago
  71. e72fee5 add onSendClickToChildren to views, so a view can capture all clicks. by reed@android.com · 15 years ago
  72. 80e39a7 cleanup formating (e.g. no trailing spaces) by reed@android.com · 15 years ago
  73. 04225dc build with -Wall fix associated warnings (at least on gcc 4.0.1) by reed@android.com · 15 years ago
  74. d8730ea more tests (need more meat in there) by reed@android.com · 15 years ago
  75. ed67331 add initial unittest framework (tests) by reed@android.com · 15 years ago