1. ca96902 Add pkm missing from r14852 (Simple PKM image decoder - https://codereview.chromium.org/292663011/) commit by robertphillips@google.com · 10 years ago
  2. 55e8f3b remove bit rotted gyp from most by commit-bot@chromium.org · 10 years ago
  3. 9e34473 remove bit rot test gyp by commit-bot@chromium.org · 10 years ago
  4. 738a921 If our gyp does not exist, use chromium's. by commit-bot@chromium.org · 10 years ago
  5. 6f4e473 turn assert into not_implemented_yet for patheffects on text by reed@google.com · 10 years ago
  6. de5553a re-expose hasLocalMatrix for now (can't hurt) -- unblocks blink by commit-bot@chromium.org · 10 years ago
  7. 8cf81e0 Simple PKM image decoder. by robertphillips@google.com · 10 years ago
  8. 0be2d83 Fix memcpy32_sse2_unalign. by commit-bot@chromium.org · 10 years ago
  9. 7cb5e47 tweak stroketext GM to actually test dashing by reed@google.com · 10 years ago
  10. 4a867a6 Remove SK_IGNORE_UNDERLINE_POSITION_FIX now that it is no longer used. by bungeman@google.com · 10 years ago
  11. 7426681 update stroketext gm by commit-bot@chromium.org · 10 years ago
  12. df1d83d Rebaseline two GMs that subtly changed in perspective after convexity fix. by bsalomon@google.com · 10 years ago
  13. 6627a76 Don't try to remove xcodebuild directory on Windows. by tfarina@chromium.org · 10 years ago
  14. 8be07bb In convexity checker don't advance last vector when x-product isn't significant. by commit-bot@chromium.org · 10 years ago
  15. ab08437 Revert "Temporarily disable NEON on Android framework builds." by commit-bot@chromium.org · 10 years ago
  16. 4885d50 Disable bench that's crashing on ChromeOS/Alex perf bot. by commit-bot@chromium.org · 10 years ago
  17. 83f23d8 Remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  18. 7776735 bench rebase tools: format commit message and title. by commit-bot@chromium.org · 10 years ago
  19. adc2fec manual bench rebase after ecd856c by commit-bot@chromium.org · 10 years ago
  20. ecd856c Revert of Fix compilation error when building with clang on Linux. (https://codereview.chromium.org/287193006/) by commit-bot@chromium.org · 10 years ago
  21. 3339ac5 Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) (https://codereview.chromium.org/288343009/) by commit-bot@chromium.org · 10 years ago
  22. 8991c67 Call write() within render_pictures but not bench_pictures by commit-bot@chromium.org · 10 years ago
  23. 336df8f fix some bench rebase tool problems. by commit-bot@chromium.org · 10 years ago
  24. 2b4c338 Fix compilation error when building with clang on Linux. by commit-bot@chromium.org · 10 years ago
  25. d82aae7 Fix ANGLE config (take 2) by commit-bot@chromium.org · 10 years ago
  26. 5ddea76 Adds bench rebase tools to experimental for version control and self update. by commit-bot@chromium.org · 10 years ago
  27. 3236109 Remove SkDebugf that is gumming up the bot logs by commit-bot@chromium.org · 10 years ago
  28. 05fadd1 Fix problems with angle bot's configurations by commit-bot@chromium.org · 10 years ago
  29. 4b8f802 Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  30. e4ae0bc Fix undefined behavior in DirectWrite GDI compatible metrics. by bungeman@google.com · 10 years ago
  31. 5408f8f Remove 1/2 pixel offsets for distance field layout. by commit-bot@chromium.org · 10 years ago
  32. b03be0b Revert "Modify sample buffer size for larger displays." by reed@google.com · 10 years ago
  33. eeef0cc Revert of Revert ""Revert of eliminate config param -- it was always self's config (https://codereview.chromi… (https://codereview.chromium.org/291163005/) by commit-bot@chromium.org · 10 years ago
  34. af159a5 Modify sample buffer size for larger displays. by commit-bot@chromium.org · 10 years ago
  35. b49d637 bench rebase after 661832c by commit-bot@chromium.org · 10 years ago
  36. 4d9fde8 Add EXT suffix to EXT_map_buffer_range references by djsollen@google.com · 10 years ago
  37. f0ea77a SSE2 implementation of memcpy32 by commit-bot@chromium.org · 10 years ago
  38. 74ff1ba Fix windows compiler failures by using SkIsFinite. by djsollen@google.com · 10 years ago
  39. d117a43 bench rebase after 29de433 by commit-bot@chromium.org · 10 years ago
  40. 661832c speed up benches: postpone hash computation in PictureRenderer.cpp by commit-bot@chromium.org · 10 years ago
  41. 89558c9 Fix skpdiff segfault caused by NaN computation. by commit-bot@chromium.org · 10 years ago
  42. 29de433 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  43. d09461f Undo troublesome SSE 4.1 change for now to unblock Skia -> Chrome roll. by commit-bot@chromium.org · 10 years ago
  44. bbdfe29 Rebaseline Alex/Debug for FP math with SSE. by commit-bot@chromium.org · 10 years ago
  45. a3e7c18 Rebaseline Alex/Release for FP math with SSE. by commit-bot@chromium.org · 10 years ago
  46. 7bdd6b5 Rebase 32-bit Linux GMs now that they use SSE for FP math. by commit-bot@chromium.org · 10 years ago
  47. 815d360 Remove -mfpmath=sse for clang, which does it automatically and sometimes is annoyed by it. by commit-bot@chromium.org · 10 years ago
  48. 6a106ce SSE2 everywhere. by commit-bot@chromium.org · 10 years ago
  49. fc9eef4 rebaseline pictureshader GM on GPU by bsalomon@google.com · 10 years ago
  50. 9927bd3 Centralize decision about whether to do bicubic filtering, and fallbacks to mip, bilerp, or nearest by commit-bot@chromium.org · 10 years ago
  51. 97133ad Changed JSON formatting more, workaround bug where SkStringPrintf causes encoding issues by commit-bot@chromium.org · 10 years ago
  52. 7ed173b formalize named picture versions by commit-bot@chromium.org · 10 years ago
  53. 731b28d Revert ""Revert of eliminate config param -- it was always self's config (https://codereview.chromium.org/246513002/)""" by commit-bot@chromium.org · 10 years ago
  54. 93d5355 Rebaseline poppler (for me) and pictureshader/bleed on GPU (for Brian). by commit-bot@chromium.org · 10 years ago
  55. 311a3cd Add function to get both min and max scale factors from matrix by commit-bot@chromium.org · 10 years ago
  56. 6379129 Revert of SSE2 everywhere. (https://codereview.chromium.org/294963002/) by commit-bot@chromium.org · 10 years ago
  57. 3056bdd Since we're only using it on Linux now, just require poppler as a system dependency. by commit-bot@chromium.org · 10 years ago
  58. 9e967ad Preserve GrContext's matrix when calling SkShader::asNewEffect. by commit-bot@chromium.org · 10 years ago
  59. 28f070d SSE2 everywhere. by commit-bot@chromium.org · 10 years ago
  60. c4e416c Add Memcpy32 bench. by commit-bot@chromium.org · 10 years ago
  61. 1878651 Rename SkMatrix::get(Max|Min)Stretch to get(Min|Max)Scale by commit-bot@chromium.org · 10 years ago
  62. 941ff78 Remove legacy constructor for blur draw looper. by commit-bot@chromium.org · 10 years ago
  63. 4297430 Rebaselines for gpu dashing by commit-bot@chromium.org · 10 years ago
  64. 555e74f "Revert of eliminate config param -- it was always self's config (https://codereview.chromium.org/246513002/)"" by reed@google.com · 10 years ago
  65. 61830df bench rebase after 3b9e8be by commit-bot@chromium.org · 10 years ago
  66. 3b9e8be Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  67. dc20432 Add missing include in SkBlurImage optimization by commit-bot@chromium.org · 10 years ago
  68. 7126fef Update valgrind suppression file by commit-bot@chromium.org · 10 years ago
  69. 3595f88 Pass in GrContext instead of SkGpuDevice for dashing and Sk2GrPaint conversion by commit-bot@chromium.org · 10 years ago
  70. 584f337 fix utf32 text in subpixel mode by commit-bot@chromium.org · 10 years ago
  71. 7ba1702 fix off-by-one error in texture coordinate calculations for rrect gpu by commit-bot@chromium.org · 10 years ago
  72. 8d093d5 bench rebase after 71db882 by commit-bot@chromium.org · 10 years ago
  73. a4c3677 Add gzip encoding responses. by commit-bot@chromium.org · 10 years ago
  74. a369e36 Revert "Revert of eliminate config param -- it was always self's config (https://codereview.chromium.org/246513002/)" by commit-bot@chromium.org · 10 years ago
  75. 71e5576 Changed JSON formatting to fit BigQuery requirements by commit-bot@chromium.org · 10 years ago
  76. 015c08e Move zooming into its own component, imported via HTML Imports. by commit-bot@chromium.org · 10 years ago
  77. 99bd7d8 Try out SkMatrix::Concat. by commit-bot@chromium.org · 10 years ago
  78. 7b17152 gradient api sans (deprecated) unitmapper by commit-bot@chromium.org · 10 years ago
  79. da797e1 bench rebase after 8216506 by commit-bot@chromium.org · 10 years ago
  80. abeb958 make render_pictures properly handle empty expectations file by commit-bot@chromium.org · 10 years ago
  81. 0a98d87 Don't clobber initial transform with SetMatrix. by commit-bot@chromium.org · 10 years ago
  82. 71db882 Real fix for Widnows build errors for GrDashingEffect by commit-bot@chromium.org · 10 years ago
  83. ad88340 Fix build error for windows for Dashing CL by commit-bot@chromium.org · 10 years ago
  84. 628ed0b Add Dashing gpu effect for simple dashed lines by commit-bot@chromium.org · 10 years ago
  85. 2a67e12 This adds a checkbox to the debugger to allow seeing the effect pathops has on the clip. A new tab shows the C code that the pathops generate. by commit-bot@chromium.org · 10 years ago
  86. 2ee3c2c Add choke point for performing a fake endRecording by commit-bot@chromium.org · 10 years ago
  87. 8216506 Ensure playing back a picture always balances saves and restores by commit-bot@chromium.org · 10 years ago
  88. 114487c Fix generation tests. by commit-bot@chromium.org · 10 years ago
  89. 90a1767 make buildbot_globals.py read global_variables.json file from googlesource by commit-bot@chromium.org · 10 years ago
  90. a267d41 Fix windows build. by commit-bot@chromium.org · 10 years ago
  91. 120c999 Generate Android.mk for DM. by commit-bot@chromium.org · 10 years ago
  92. 25c1066 Generate gm/Android.mk, minus JSON. by commit-bot@chromium.org · 10 years ago
  93. a783559 Greenify bench bot Perf-Win7-ShuttleA-HD2000-x86-Release at build 2272 by commit-bot@chromium.org · 10 years ago
  94. b0ce4b6 Fix Gpu texture creation bug by commit-bot@chromium.org · 10 years ago
  95. 684b3d0 Disable poppler on Windows since it no longer compiles in VS2013 by commit-bot@chromium.org · 10 years ago
  96. e2b193c Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  97. dbe0cd1 Rebase for https://codereview.chromium.org/283803003/ by commit-bot@chromium.org · 10 years ago
  98. ee0cac3 remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  99. 61744ec Generate bench/Android.mk from gyp. by commit-bot@chromium.org · 10 years ago
  100. 69031a4 DM: find max component difference by commit-bot@chromium.org · 10 years ago