1. d0b8904 rebaseline_server: eliminate meaningless 404 errors while waiting for content to load by commit-bot@chromium.org · 11 years ago
  2. 4f3452d Flesh out the list of includes, also fix up README markdown by commit-bot@chromium.org · 11 years ago
  3. 2f56998 Add MakeEmpty to GrIRect16 by commit-bot@chromium.org · 11 years ago
  4. 0d64356 Add a new bench that tests a simple image filter DAG. by senorblanco@chromium.org · 11 years ago
  5. 7f43493 Fix GPU-less build. by commit-bot@chromium.org · 11 years ago
  6. 24c568c add explicit filepaths to render_pictures JSON summary by commit-bot@chromium.org · 11 years ago
  7. ef93d29 Move build guard to fix Android framework compile. by commit-bot@chromium.org · 11 years ago
  8. defe6fd rebaseline_server: allow user to specify which builders to process by commit-bot@chromium.org · 11 years ago
  9. c5367ec Rename README and DESIGN so their markdown gets picked up my GitHub. by commit-bot@chromium.org · 11 years ago
  10. a94866d Add the chromium ninja builder to the list of trybots for a DEPS roll. by commit-bot@chromium.org · 11 years ago
  11. 729296f revert of 14111 to fix build by bensong@google.com · 11 years ago
  12. 6b43f50 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  13. ff2de7c SkRecordDraw: don't bother clipping an empty clip down further by commit-bot@chromium.org · 11 years ago
  14. fe23f79 Revert of remove sprintf (https://codereview.chromium.org/230413005/) by commit-bot@chromium.org · 11 years ago
  15. d9ce2be SkRecordDraw: skip draw ops when the clip is empty by commit-bot@chromium.org · 11 years ago
  16. d6e9b88 remove sprintf by commit-bot@chromium.org · 11 years ago
  17. e4a4f12 Real fix for SK_API / Windows shared lib problems. by mtklein@google.com · 11 years ago
  18. 0132a86 Cleaned up the start page, added wait cursor, disabled Run button while waiting for results. by commit-bot@chromium.org · 11 years ago
  19. 780836e SK_API for SkXfermode_opts_SSE2 so Chrome can initialize flattenables. by commit-bot@chromium.org · 11 years ago
  20. d6cab4a I got too aggressive on the seccomp cleanup, turns out backports-debian doesn't have the linux/seccomp.h header. by commit-bot@chromium.org · 11 years ago
  21. 0a09d71 Implement drawDRRect for GPU by commit-bot@chromium.org · 11 years ago
  22. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 11 years ago
  23. 2a6f221 More SkPictureShader baselines. by fmalita@google.com · 11 years ago
  24. f846524 Baselines for the SkPictureShader GM. by fmalita@google.com · 11 years ago
  25. 6d036c2 Initial code for webtry, a web application for allowing users to try out Skia. by commit-bot@chromium.org · 11 years ago
  26. 0257ebe enable developers to provide their own android toolchain by commit-bot@chromium.org · 11 years ago
  27. 093ed31 Adjusts the bench expectations calculation to consider average value. by commit-bot@chromium.org · 11 years ago
  28. a2cbced no more callers of getTotalClip -- except in android by reed@google.com · 11 years ago
  29. 1b035d8 Do div-by-zero check for all gpus in ellipse/rr effects. by commit-bot@chromium.org · 11 years ago
  30. cde1718 Rebaselines for r14106. by bungeman@google.com · 11 years ago
  31. 4460e75 Define SK_CPU_X86 on x86 machines. by commit-bot@chromium.org · 11 years ago
  32. c524e98 Xfermode: SSE2 implementation of multiply_modeproc by commit-bot@chromium.org · 11 years ago
  33. d715aaa Measure DirectWrite BW consistently with rendering. by bungeman@google.com · 11 years ago
  34. cb1926c Rebaselines for https://codereview.chromium.org/181523002/ by commit-bot@chromium.org · 11 years ago
  35. 479d1ae Fixes to Android.mk generation for arm64. by commit-bot@chromium.org · 11 years ago
  36. 95c2e55 ARM Skia NEON patches - 22 - S32_D565_Blend by commit-bot@chromium.org · 11 years ago
  37. e1d9443 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  38. 506db0b SkRecord: make culling work if SkRecordAnnotateCullingPairs is called. by commit-bot@chromium.org · 11 years ago
  39. 9ffa52d More SkRecord TODOs: by commit-bot@chromium.org · 11 years ago
  40. b736962 More SkRecord TODOs: by commit-bot@chromium.org · 11 years ago
  41. eefd8a0 Don't try to render color fonts using distance fields. by commit-bot@chromium.org · 11 years ago
  42. 066a28d Start on some unwritten SkRecord TODOs: by commit-bot@chromium.org · 11 years ago
  43. 6719d60 use default to fix warning (or I will shoot myself) by reed@google.com · 11 years ago
  44. 43d6d80 fix warning for uninitialized count by reed@google.com · 11 years ago
  45. efadb4b fix warning about uninitialized typeface_encoding by folding glyph case into switch by reed@google.com · 11 years ago
  46. bafee11 fix warning by removing padding field by reed@google.com · 11 years ago
  47. c5d9bb0 Initial picture shader implementation by commit-bot@chromium.org · 11 years ago
  48. 03a99b8 Add push/pop cull to SkRecord. by commit-bot@chromium.org · 11 years ago
  49. 43c2758 WIP -- SkFont by reed@google.com · 11 years ago
  50. 667240a Relax the assert in SkReadBuffer::setPictureVersion(). by fmalita@google.com · 11 years ago
  51. e6d8be0 Removes deleted files SkBitmapShader* from gyp/core.gypi. by commit-bot@chromium.org · 11 years ago
  52. 8865d09 Revert of Initial picture shader implementation (https://codereview.chromium.org/221923007/) by commit-bot@chromium.org · 11 years ago
  53. 98f4e5c Suppress pictureshader GM failures. by fmalita@google.com · 11 years ago
  54. 592b2d1 Initial picture shader implementation by commit-bot@chromium.org · 11 years ago
  55. 1ae492f Add option to SkDecodingImageGenerator to require unpremul. by commit-bot@chromium.org · 11 years ago
  56. fc94829 remove SK_SUPPORT_LEGACY_COMPATIBLEDEVICE_CONFIG by commit-bot@chromium.org · 11 years ago
  57. c5713e4 clear bitmap in texture domain gm by commit-bot@chromium.org · 11 years ago
  58. e3beb6b SkNonCopyable should be used with private inheritance. by commit-bot@chromium.org · 11 years ago
  59. c4df655 Factory methods for heap-allocated SkTypeface objects. by commit-bot@chromium.org · 11 years ago
  60. 2b4e370 Convert SkPicture's generation ID to a unique ID by commit-bot@chromium.org · 11 years ago
  61. c96268d Remove SkBitmapShaderTemplate. by commit-bot@chromium.org · 11 years ago
  62. 94bd822 Revert of Discard scratch render targets before reusing them. (https://codereview.chromium.org/225183012/) by commit-bot@chromium.org · 11 years ago
  63. 372a9c3 Fix EffectKey for XferEffect by commit-bot@chromium.org · 11 years ago
  64. 0f23ff1 Discard scratch render targets before reusing them. by commit-bot@chromium.org · 11 years ago
  65. 0d0d620 remove SK_SUPPORT_LEGACY_GETCLIPTYPE by commit-bot@chromium.org · 11 years ago
  66. b554440 Remove SkResizeImageFilter. by commit-bot@chromium.org · 11 years ago
  67. 622eda7 Remove deprecated function. by commit-bot@chromium.org · 11 years ago
  68. b7fedac Fixed Skia compilation error with strict clang. by commit-bot@chromium.org · 11 years ago
  69. 0f8c859 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  70. ae0054e get iOS building again by commit-bot@chromium.org · 11 years ago
  71. 78842e4 Rebaselining resizeimagefilter by commit-bot@chromium.org · 11 years ago
  72. 848fdb0 Updates to Android.mk generation. by commit-bot@chromium.org · 11 years ago
  73. 1f2d357 Change SkDecodingImageGenerator to hide implementation details. by commit-bot@chromium.org · 11 years ago
  74. 25595ed fix nacl build using ninja by commit-bot@chromium.org · 11 years ago
  75. 31db71d Prevent potential leaking of memory by using SkString and SkTArray. by commit-bot@chromium.org · 11 years ago
  76. cf2f008 SkDiscardableMemoryPool to abstract class by commit-bot@chromium.org · 11 years ago
  77. 3eb77e4 teach rebaseline_server how to compare results of multiple render_pictures runs by commit-bot@chromium.org · 11 years ago
  78. a137675 hack hack hack by commit-bot@chromium.org · 11 years ago
  79. a8d95f8 Perform perlin noise matrix computations once per frame, not per pixel. by senorblanco@chromium.org · 11 years ago
  80. 2af1a2d Add base effect for gpu 2pt conical gradients by commit-bot@chromium.org · 11 years ago
  81. 221b911 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  82. d01ec71 Revert to old behavior regarding SK_CPU_ARM and update documentation around SK_CPU_ARM64 on iOS. by commit-bot@chromium.org · 11 years ago
  83. 9e613c0 Add skia.buildbots@gmail.com to CQ_COMMITTERS by commit-bot@chromium.org · 11 years ago
  84. d591b75 Revert of Properly set alpha type in webp decode. (https://codereview.chromium.org/223893002/) by commit-bot@chromium.org · 11 years ago
  85. a455965 Properly set alpha type in webp decode. by commit-bot@chromium.org · 11 years ago
  86. 77815fd Revert of Xfermode: SSE2 implementation of multiply_modeproc (https://codereview.chromium.org/202903004/) by commit-bot@chromium.org · 11 years ago
  87. f3c4182 Rebaseline flaky image on Win7 GPU by robertphillips@google.com · 11 years ago
  88. 1cf21d2 Fix for SkTwoPointConicalGradient_gpu define by commit-bot@chromium.org · 11 years ago
  89. c311873 Xfermode: SSE2 implementation of multiply_modeproc by commit-bot@chromium.org · 11 years ago
  90. 609ced4 Add LCD support for distance field text. by commit-bot@chromium.org · 11 years ago
  91. b677943 Fix ios build in chromium when targeting multiple architectures by djsollen@google.com · 11 years ago
  92. 681faa3 Remove RHB msaa4 from bench_pictures cfg by commit-bot@chromium.org · 11 years ago
  93. 8ec45ce Add more big endian platforms by commit-bot@chromium.org · 11 years ago
  94. c13fae6 android_make now exactly the same as android_ninja by commit-bot@chromium.org · 11 years ago
  95. aa64fbf Pull Gpu shader out of SkTwoPointConicalGradient into own file by commit-bot@chromium.org · 11 years ago
  96. 6ce77fa Fix ninja build for Android by commit-bot@chromium.org · 11 years ago
  97. e887998 rebaseline Win7/Win8 GM changes caused by ninja build (!) by commit-bot@chromium.org · 11 years ago
  98. 8792728 Fix SkRRect isEmpty assert by commit-bot@chromium.org · 11 years ago
  99. 030f45a Rebaseline Android perf triggers by robertphillips@google.com · 11 years ago
  100. a915772 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago