1. 6b127cd fix leaks in blurrrect -- this should address the valgrind issues. by commit-bot@chromium.org · 10 years ago
  2. 1c74374 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  3. a398757 Explicitly include gyp_gen/android_framework_gyp. by commit-bot@chromium.org · 10 years ago
  4. 16348bb Remove dependency of views on angle by commit-bot@chromium.org · 10 years ago
  5. 19bce5f add SK_API to include/record by commit-bot@chromium.org · 10 years ago
  6. 51e3960 Add a magnifier lens to the image. by commit-bot@chromium.org · 10 years ago
  7. 4efe1fa fix android logal gm for filltypespersp by commit-bot@chromium.org · 10 years ago
  8. 8cb46b9 Adds a blacklist of SKPs to exclude from bench expectations. by commit-bot@chromium.org · 10 years ago
  9. a31eacb Refactor SkPictureStateTree::Iterator to avoid use of kClip_SaveFlag. by commit-bot@chromium.org · 10 years ago
  10. 3d8bf23 Fast path for blurred round rects -- blur a small 9patch rect on the CPU by commit-bot@chromium.org · 10 years ago
  11. 0974a61 Simplify empty-clip check. by commit-bot@chromium.org · 10 years ago
  12. 06d4cda Rename GR_GL_GET_PROC macros in mesa and unix GrGLInterface factories to be more consistent with other platforms. by commit-bot@chromium.org · 10 years ago
  13. 172eb1b Add --timescale to bench_record and bench_playback. by commit-bot@chromium.org · 10 years ago
  14. bde3cd8 First version of gpuveto testing script by commit-bot@chromium.org · 10 years ago
  15. 35203e4 Add chrome_changes file by commit-bot@chromium.org · 10 years ago
  16. 55aec08 revert humper changes by commit-bot@chromium.org · 10 years ago
  17. 9eeb632 bench rebase test 472f830 by commit-bot@chromium.org · 10 years ago
  18. 8d0a32c update expectations on linux bots that have recently come on line by commit-bot@chromium.org · 10 years ago
  19. e396455 move common blur types into central header by commit-bot@chromium.org · 10 years ago
  20. 2e0c32a Start using type traits in src/record instead of macros. by commit-bot@chromium.org · 10 years ago
  21. a36c782 spelling fix by commit-bot@chromium.org · 10 years ago
  22. d665685 Generate tests/Android.mk from gyp by commit-bot@chromium.org · 10 years ago
  23. 472f830 Add git revision info to the titlebar by commit-bot@chromium.org · 10 years ago
  24. 60a5121 bench rebase test cced37d by commit-bot@chromium.org · 10 years ago
  25. 8400b23 use BenchTimer, print in µs by commit-bot@chromium.org · 10 years ago
  26. 24e91ba Fast path for blurred round rects -- blur a small 9patch rect on the CPU by commit-bot@chromium.org · 10 years ago
  27. 4b9b456 Properly enable S32_D16_filter_DX_SSE2 optimization. by commit-bot@chromium.org · 10 years ago
  28. 15b2981 Add pathops and capture stderr so we can get SkDebugf output. by commit-bot@chromium.org · 10 years ago
  29. 9c9005a Move SkShader::fLocalMatrix into SkShader constructor. by commit-bot@chromium.org · 10 years ago
  30. c76a4b2 Revert of Fast path for blurred round rects -- blur a small 9patch rect on the CPU (https://codereview.chromium.org/248613004/) by commit-bot@chromium.org · 10 years ago
  31. cced37d Revert of fix contents of render_pictures JSON summary (https://codereview.chromium.org/259703002/) by commit-bot@chromium.org · 10 years ago
  32. 72b7bf8 Add missing include for r14397. by bungeman@google.com · 10 years ago
  33. b6ad00b Create SkGlyphCache globals with SkOnce. by bungeman@google.com · 10 years ago
  34. 2349a1e git-sync-deps - handle symbolic links to directories by commit-bot@chromium.org · 10 years ago
  35. c666197 Xfermode: SSE2 implementation of darken&lighten mode by commit-bot@chromium.org · 10 years ago
  36. 4e3d760 roll DEPS/android/jpeg to current master. by commit-bot@chromium.org · 10 years ago
  37. fe78847 gpuveto tool by commit-bot@chromium.org · 10 years ago
  38. 5729387 Fast path for blurred round rects -- blur a small 9patch rect on the CPU by commit-bot@chromium.org · 10 years ago
  39. eecdcb9 fix contents of render_pictures JSON summary by commit-bot@chromium.org · 10 years ago
  40. f672cea teach TSAN about SkSpinlock, SkRefCnt, and SkOnce by commit-bot@chromium.org · 10 years ago
  41. a537627 Revert of teach TSAN about SkSpinlock, SkRefCnt, and SkOnce (https://codereview.chromium.org/247813005/) by commit-bot@chromium.org · 10 years ago
  42. 515a020 Whitespace change to test new 50 GCE compile bots. by commit-bot@chromium.org · 10 years ago
  43. e02c5da Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  44. 02a5a09 Tune bench expectation algorithm parameters. by commit-bot@chromium.org · 10 years ago
  45. 9d3fdbe rebaseline_server unittests: output tkdiff lines when actuals don't match expectations by commit-bot@chromium.org · 10 years ago
  46. 270d445 Re-add SkPictureStateTree::Iterator::draw() SaveFlags. by fmalita@google.com · 10 years ago
  47. 98c4e52 Revert of Refactor SkPictureStateTree::Iterator to avoid use of kClip_SaveFlag. (https://codereview.chromium.org/246893005/) by commit-bot@chromium.org · 10 years ago
  48. fe41b8f one more tsan fix by commit-bot@chromium.org · 10 years ago
  49. 830628e Add TSAN suppressions. by commit-bot@chromium.org · 10 years ago
  50. 8ae32b3 bench rebase test cc9dbfb by commit-bot@chromium.org · 10 years ago
  51. 0bcb8ca pathops debug globals use atomic increment by commit-bot@chromium.org · 10 years ago
  52. 8cb1daa fix minor skp-found bugs by commit-bot@chromium.org · 10 years ago
  53. e1ba93e Xfermode: SSE2 implementation of colordodge&colorburn modes by commit-bot@chromium.org · 10 years ago
  54. 6419a5e Xfermode: SSE2 implementation of softlight_modeproc by commit-bot@chromium.org · 10 years ago
  55. 05764d2 Xfermode: SSE2 implementation of difference_modeproc by commit-bot@chromium.org · 10 years ago
  56. f669672 Use EXT_direct_state_access for path matrix manipulation by commit-bot@chromium.org · 10 years ago
  57. 0ea05d8 Xfermode: SSE2 implementation of hardlight mode by commit-bot@chromium.org · 10 years ago
  58. cc9dbfb Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  59. b004b8e Xfermode: SSE2 implementation of exclusion_modeproc by commit-bot@chromium.org · 10 years ago
  60. 7bf1015 Xfermode: SSE2 implementation of overlay_modeproc by commit-bot@chromium.org · 10 years ago
  61. b950c6f Fix r14368 (First pass at GPU veto) for non-GPU builds by robertphillips@google.com · 10 years ago
  62. e2cb12a First pass at GPU veto by commit-bot@chromium.org · 10 years ago
  63. d70fa20 Deprecate SaveFlags use in the public SkCanvas API. by commit-bot@chromium.org · 10 years ago
  64. 0b27f2e Fix int->scalar warning on windows by bsalomon@google.com · 10 years ago
  65. 04f03d1 Add GM that exercises SkCanvas::discard() by commit-bot@chromium.org · 10 years ago
  66. d0306a1 Revert of Add nanosecond timer. (https://codereview.chromium.org/250243002/) by commit-bot@chromium.org · 10 years ago
  67. f1c0135 Rework ATI driver suppressions for bench valgrind by bsalomon@google.com · 10 years ago
  68. 74b43a9 Add nanosecond timer. by commit-bot@chromium.org · 10 years ago
  69. e00ad68 Remove unused include. by commit-bot@chromium.org · 10 years ago
  70. 915b972 Reland "Properly set alpha type in webp decode." by commit-bot@chromium.org · 10 years ago
  71. 1f64a21 Fix build: these asserts are always now true, which GCC warns about by commit-bot@chromium.org · 10 years ago
  72. 44566e2 Fix android_gdbserver script to work with changes from a137675. by commit-bot@chromium.org · 10 years ago
  73. b45bd1f fix int/size_t warnings in pipe by commit-bot@chromium.org · 10 years ago
  74. 7eb529f simplify tools/xsan_build now that make runs ninja by commit-bot@chromium.org · 10 years ago
  75. 76a3b2a Remove support for inheriting the paint color from SkColorShader by commit-bot@chromium.org · 10 years ago
  76. 6d4e90a teach TSAN about SkSpinlock, SkRefCnt, and SkOnce by commit-bot@chromium.org · 10 years ago
  77. 1d24eb2 teach TSAN about SkSpinlock, SkRefCnt, and SkOnce by commit-bot@chromium.org · 10 years ago
  78. f0ae5e4 Proof of adoption in SkRecord::replace. by commit-bot@chromium.org · 10 years ago
  79. 732bd66 Rearrange SkRecord public API to fit better with cc/resources/picture by commit-bot@chromium.org · 10 years ago
  80. e20f7cf android scripts respect SKIA_OUT, if already set. by commit-bot@chromium.org · 10 years ago
  81. 94e2872 Restore SkPicture-related guard flags for Chrome by robertphillips@google.com · 10 years ago
  82. eb3519c Whitespace change to trigger the new GCE compile bots. by commit-bot@chromium.org · 10 years ago
  83. e107edb Remove 2 SkPicture-related flags Chrome should be able to live without by commit-bot@chromium.org · 10 years ago
  84. b0430d0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  85. c822bb3 Fix for r14341 Chrome build error by robertphillips@google.com · 10 years ago
  86. a3cff85 remove unused functions by commit-bot@chromium.org · 10 years ago
  87. a49c0a5 Add a missing SK_API to SkImageFilter::Cache. by senorblanco@chromium.org · 10 years ago
  88. cedbc73 fix x86 emulator for Android framework. by commit-bot@chromium.org · 10 years ago
  89. 8f831f2 First step in pulling SkPicturePlayback & SkPictureRecord out of SkPicture by commit-bot@chromium.org · 10 years ago
  90. dcbc360 add one-channel output support to webp encoder by commit-bot@chromium.org · 10 years ago
  91. 32d041c rebaseline filltypespersp on ubuntu for nvprmsaa4 by bsalomon@google.com · 10 years ago
  92. b2db443 Rename benchmark classes, hopefully less confusing to valgrid? by commit-bot@chromium.org · 10 years ago
  93. 034c66b Add valgrind suppressions for fglrx by bsalomon@google.com · 10 years ago
  94. c398f71 Revert of Properly enable S32_D16_filter_DX_SSE2 optimization. (https://codereview.chromium.org/239453010/) by commit-bot@chromium.org · 10 years ago
  95. 74e608c Use default save() flags in SkBlurDrawLooper. by commit-bot@chromium.org · 10 years ago
  96. 0a6fe71 Use fixed function pipeline only when drawing paths by commit-bot@chromium.org · 10 years ago
  97. 8628fac Properly enable S32_D16_filter_DX_SSE2 optimization. by commit-bot@chromium.org · 10 years ago
  98. f117781 fix size_t/int warnings by commit-bot@chromium.org · 10 years ago
  99. edbd6ae Use textContent instead of innerText. by commit-bot@chromium.org · 10 years ago
  100. 3adcc34 stop using deprecated bitmap::config for gpu by commit-bot@chromium.org · 10 years ago