1. d4bda50 Add SkPreConfig.h to core.gypi by commit-bot@chromium.org · 11 years ago
  2. 758b7a4 rebaseline gm self-tests after https://code.google.com/p/skia/source/detail?r=12850 by commit-bot@chromium.org · 11 years ago
  3. 27f8902 Revert of https://codereview.chromium.org/110593003/ by commit-bot@chromium.org · 11 years ago
  4. f1ce052 Add onNewLockPixels, that returns rowbytes and relies on info in pixelref by reed@google.com · 11 years ago
  5. 0bf919c make results_test.py work better within python unittest framework by commit-bot@chromium.org · 11 years ago
  6. dcea530 assert in setPixelRef that the pr matches the bitmap's config by reed@google.com · 11 years ago
  7. 8620207 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  8. 04018f3 An SkOSWindow for Unix may experience stuttering, with missed events or long delays before events are processed when using SkEvent.postDelay(). by commit-bot@chromium.org · 11 years ago
  9. 07adb63 Function pointers -> templates in SkPictureFlat. by commit-bot@chromium.org · 11 years ago
  10. 78e7b4e Get rid of DEFINE_TESTCLASS_SHORT() macro. by tfarina@chromium.org · 11 years ago
  11. dab032a Update 4 skimage expectations. by halcanary@google.com · 11 years ago
  12. c735598 take 2: create simple 'skpmaker' tool to generate SKP files for testing by commit-bot@chromium.org · 11 years ago
  13. 5ccdf01 Revert of https://codereview.chromium.org/108343006/ by commit-bot@chromium.org · 11 years ago
  14. dbd8379 create simple 'skpmaker' tool to generate SKP files for testing by commit-bot@chromium.org · 11 years ago
  15. 33cc989 remove SK_SUPPORT_LEGACY_PIXELREF_CONSTRUCTOR and make fInfo const by reed@google.com · 11 years ago
  16. 1bed687 Add a release procedure to SkMallocPixelRef; remove SkDataPixelRef by halcanary@google.com · 11 years ago
  17. 261c666 Make tests output spin on the same line by default. by commit-bot@chromium.org · 11 years ago
  18. 8625fdb Remove unused function. by commit-bot@chromium.org · 11 years ago
  19. 3d50ea1 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
  20. f8affa2 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  21. ae8f952 speedup SkRect::intersect by mike@reedtribe.org · 11 years ago
  22. 725a64c Add default resource path for skia test cases in gm and bench tools. by tfarina@chromium.org · 11 years ago
  23. f5e1f63 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  24. 4856964 ComputeRowBytes must not overflow width when it shifts by reed@google.com · 11 years ago
  25. 51c2a83 fix drawVertices when we have both colors and textures by reed@google.com · 11 years ago
  26. 73be1fc Possibly uninitialized SkRgnBuilder fStorage. by commit-bot@chromium.org · 11 years ago
  27. 85e143c reenable vertices gm, adding picture support by reed@google.com · 11 years ago
  28. fbd9b17 Fixing crash found by fuzzer by commit-bot@chromium.org · 11 years ago
  29. 57212f9 Revert "Revert of https://codereview.chromium.org/113823003/" by reed@google.com · 11 years ago
  30. 4ad4ae9 Revert of https://codereview.chromium.org/113823003/ by commit-bot@chromium.org · 11 years ago
  31. a306d93 remove Sk64 from public API, and start to remove usage internally by reed@google.com · 11 years ago
  32. 4c91286 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  33. 6adf296 disable gm/vertices until I can find/fix all warnings by mike@reedtribe.org · 11 years ago
  34. 5f14dfd really disable replay by mike@reedtribe.org · 11 years ago
  35. 2c326b7 suppress pictures for vertices for now by mike@reedtribe.org · 11 years ago
  36. 0c87ea8 add gm::vertices by mike@reedtribe.org · 11 years ago
  37. 6fa81d7 Revert of https://codereview.chromium.org/119943002/ by commit-bot@chromium.org · 11 years ago
  38. f4552d6 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  39. 7b06c8e create unittest for gm/rebaseline_server/results.py by commit-bot@chromium.org · 11 years ago
  40. 5861e52 Adding additional optional parameters to imagediffdb to make calling from Cluster Telemetry possible. by rmistry@google.com · 11 years ago
  41. 5f31b4f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  42. 9de35eb Adds non-1 scalar to config names. by commit-bot@chromium.org · 11 years ago
  43. 4be2e00 Empty skimage expectations for Logan by borenet@google.com · 11 years ago
  44. 89a38d3 Rebaseline for WebP by halcanary@google.com · 11 years ago
  45. dedd44a Fix Red/Blue decoding problem in WebP. by halcanary@google.com · 11 years ago
  46. 872796b Allow multiple concurrent timers. by commit-bot@chromium.org · 11 years ago
  47. 40fbcae Change bench_pictures configs by borenet@google.com · 11 years ago
  48. 33c3b1e Skimage expectations for Valgrind builder by borenet@google.com · 11 years ago
  49. 01c41a5 Revert "Revert "begin to remove SkLONGLONG and wean Skia off of Sk64"" by reed@google.com · 11 years ago
  50. 5f2fd5d Revert of https://codereview.chromium.org/101423004/ by commit-bot@chromium.org · 11 years ago
  51. 22e9672 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  52. a9e9a25 This patch makes SkScalerContext_FreeType to be the only one which embolden the glyphs. by commit-bot@chromium.org · 11 years ago
  53. 385afd8 Disable SkFloat unit test due to Chromium-side compilation errors by robertphillips@google.com · 11 years ago
  54. b156044 Revert "begin to remove SkLONGLONG and wean Skia off of Sk64" by reed@google.com · 11 years ago
  55. 8d7ed84 use LL suffix for 64bit literal by reed@google.com · 11 years ago
  56. d6a301e begin to remove SkLONGLONG and wean Skia off of Sk64 by reed@google.com · 11 years ago
  57. 3f2028e rebaselinedownsamplebitmap_image_high_mandrill_512.png by bsalomon@google.com · 11 years ago
  58. 3a8ebd9 Sanitize bitmaps produced by libgif by halcanary@google.com · 11 years ago
  59. cc36aab Some more medium/MIP downsample gpu rebaslines and misc gpu innocuous rebaselines by bsalomon@google.com · 11 years ago
  60. cf95fba rebaseline clipped-bitmap-shaders GMs for gpu by bsalomon@google.com · 11 years ago
  61. a47e7ac rebaseline_server: stop catching KeyboardInterrupt (ctrl-C) by commit-bot@chromium.org · 11 years ago
  62. f5a7683 Updated GLintptr and GLsizeiptr to be the appropriate types on 64 bit Windows (Take 2) by robertphillips@google.com · 11 years ago
  63. dc8efab rebaseline medium quality downscale images after mipmap change by bsalomon@google.com · 11 years ago
  64. 12bd4a0 Provide last resort for fCapHeight in SkFontHost_FreeType::onGetAdvancedTypefaceMetrics. by bungeman@google.com · 11 years ago
  65. a6ecbb8 rebaseline_server: add more timing and progress info to server-side log by commit-bot@chromium.org · 11 years ago
  66. 9e8f88b create tools/tests/run_all.py to run all our Python self-tests within tools by commit-bot@chromium.org · 11 years ago
  67. 6d7296a Accept displacement with no displacement input by commit-bot@chromium.org · 11 years ago
  68. 5f6c2c0 Rebaseline for Nexus7 tile multithreads config. Widens the range for benched calculated from average. by commit-bot@chromium.org · 11 years ago
  69. 4744231 Add detection of mip support by commit-bot@chromium.org · 11 years ago
  70. 8128d8c Move distance field font code into GrDistanceFieldTextContext. by commit-bot@chromium.org · 11 years ago
  71. 144cba0 New baselines for xfermodeimagefilter post-r12652. by senorblanco@chromium.org · 11 years ago
  72. 4ec5c95 fix win build by reed@google.com · 11 years ago
  73. 1915fd0 remove unused SkFixed and SkFract functions by reed@google.com · 11 years ago
  74. 4fa237f Yet another round of valgrind suppressions by robertphillips@google.com · 11 years ago
  75. 641bcc3 Add cast to fix Win* compile complaint/failure by commit-bot@chromium.org · 11 years ago
  76. 24d27f4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  77. 01a2f1c Revert r12758 (Updated GLintptr and GLsizeiptr to be the appropriate types on 64 bit Windows (Take 2) - https://codereview.chromium.org/118533003) due to Chromium-side compilation issues by robertphillips@google.com · 11 years ago
  78. 7e5d24c Update expectations for r12729 by vandebo@chromium.org · 11 years ago
  79. 9f9d582 Get rid of DEFINE_TESTCLASS() macro. by tfarina@chromium.org · 11 years ago
  80. 9cfa287 Remove SkBitmapAlphaThresholdShader by commit-bot@chromium.org · 11 years ago
  81. 0ef335a Updated GLintptr and GLsizeiptr to be the appropriate types on 64 bit Windows (Take 2) by commit-bot@chromium.org · 11 years ago
  82. 98000ef Android now uses Harfbuzz-NG. No need to keep code specific to the old version of Harfbuzz around! by commit-bot@chromium.org · 11 years ago
  83. 7af78e0 fix off-by-one error with rotated HQ scaling by commit-bot@chromium.org · 11 years ago
  84. 087b313 Add cast to fix Win* compile complaint/failure by robertphillips@google.com · 11 years ago
  85. 5db04df Address memory leak in SkScaledImageCache by robertphillips@google.com · 11 years ago
  86. 1ad518b Revert of https://codereview.chromium.org/93703004/ by commit-bot@chromium.org · 11 years ago
  87. 1cd71fb Expose more SkPaint fields in Lua API. by commit-bot@chromium.org · 11 years ago
  88. d665dc4 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
  89. 45e01c3 Suppress questionable gpu errors by robertphillips@google.com · 11 years ago
  90. 94d8f1e Update bench pictures to time image decode & upload costs by robertphillips@google.com · 11 years ago
  91. d20f9b7 Rebaselining displacement gms by commit-bot@chromium.org · 11 years ago
  92. 8015cdd replace SkScalarMulRound(a,b) with SkScalarRountToInt(a*b) by reed@google.com · 11 years ago
  93. 83aaf88 rebaseline_server: write JSON files using Unix line endings, even on Windows by commit-bot@chromium.org · 11 years ago
  94. d9947f6 Split atomic and mutex implementations and make inlinable. by bungeman@google.com · 11 years ago
  95. e238057 SamplePicture no longer uses SkImageRef by halcanary@google.com · 11 years ago
  96. 6cb74f2 Adjusts Ubuntu bench multi_4_threads values. Widens range to cope with the new average instead of 25th. by commit-bot@chromium.org · 11 years ago
  97. 3b85deb Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  98. 83c6a22 remove last remnant of SK_SCALAR_IS_FIXED code by reed@google.com · 11 years ago
  99. 6e252d4 move SkScalarMean into its only caller, reducing out public API exposure by reed@google.com · 11 years ago
  100. e15b2f5 move SkScalarLog2 into its only client, in a move to reduce our public API surface area by reed@google.com · 11 years ago