1. 4a24cd8 Fifth attempt to land faster rect blur. Remove unnecessary conditionals from the shader. by humper · 10 years ago
  2. 9323b01 Update Windows baselines due to VS2013 update. by Ben Wagner · 10 years ago
  3. 0992d07 rebaseline after changing labels in bitmapfilters by reed · 10 years ago
  4. 887f397 Add EXPERIMENTAL_beginRecording() for SkRecord-based recording. by mtklein · 10 years ago
  5. 24ad096 Silence warnings about using offsetof on near-POD structs. by mtklein · 10 years ago
  6. b5c281e Add SSE4 optimization of S32A_Opaque_Blitrow by henrik.smiding · 10 years ago
  7. baa860c * Removed bitmapshaders from expectations/gm/ignored-tests.txt. by dandov · 10 years ago
  8. 6d867d4 DirectWrite to use PostScript name for PDF. by bungeman · 10 years ago
  9. 057ef35 rebaseline after GM change to bitmapfilters by reed · 10 years ago
  10. 12d4aa6 ignore bitmapfilters failures until we can rebaseline by reed · 10 years ago
  11. 859b924 move some headers out of public by reed · 10 years ago
  12. c3b3266 hide SkBitmap::Config entirely (behind a flag) by reed · 10 years ago
  13. a272d6d Move SkStringUtils.h to src/core. by mtklein · 10 years ago
  14. 4c07b6b BenchSysTimer_mach drops all sub-ms precision. Fix that! by mtklein · 10 years ago
  15. da085e6 fix chrome had #if SK_DEBUG instead of #ifdef SK_DEBUG by caryclark · 10 years ago
  16. dac1d17 Enabling the canvas bit to turn the clip stack into a flat replace exposed around 100 failures when testing the 800K skp set generated from the top 1M web sites. by caryclark · 10 years ago
  17. d6043b2 Add nanomsg to third_party, with some demos. by mtklein · 10 years ago
  18. 4aa000d Split out DEPS change from 294873004 to land first. by mtklein · 10 years ago
  19. 0349864 remove SK_SUPPORT_LEGACY_BLURMASKFILTER_STYLE -- not needed by reed · 10 years ago
  20. 90c471e Refine bench_record and bench_playback: by mtklein · 10 years ago
  21. ad2ab61 Fix Windows bots by borenet · 10 years ago
  22. 9ccabf7 Revert of Temporarily limit x86 SIMD to SSE2 only, to see effect on all benches and bots. (https://codereview.chromium.org/331193004/) by mtklein · 10 years ago
  23. 07fc662 Prepare for internal SaveFlags removal. by fmalita · 10 years ago
  24. 0eb02a6 Cleaned a repeated if(condition) with the same condition by piotaixr · 10 years ago
  25. f3b5027 Perlin noise cleanup. by senorblanco · 10 years ago
  26. f1e5a04 Temporarily limit x86 SIMD to SSE2 only, to see effect on all benches and bots. by mtklein · 10 years ago
  27. cf21872 Armv8/64bit doesn't (apparently) need rebaselining by kevin.petit · 10 years ago
  28. 92b323e Add sugoi@ to CQ_COMMITTERS. by senorblanco · 10 years ago
  29. 885f2ea fix legacy code path for SK_SUPPORT_LEGACY_IMAGEDECODER_CONFIG by reed · 10 years ago
  30. 9118413 Enable compiling with automatically-downloaded VS toolchain on Windows bots by Eric Boren · 10 years ago
  31. d6e614c Update SKP version to 24 by borenet · 10 years ago
  32. 851eabe Minor cleanups in picture_utils header file. by tfarina · 10 years ago
  33. 09b187c Update SKP version to 23 by borenet · 10 years ago
  34. 0689d7b stop using SkBitmap::Config by reed · 10 years ago
  35. c6dbd6f Update SKP version to 22 by borenet · 10 years ago
  36. 055cf91 Delete unused path_utils.* component. by tfarina · 10 years ago
  37. f252f64 hide virtuals on device for width/height/isopaque by reed · 10 years ago
  38. 937fdeb Testing trybot triggering by rmistry · 10 years ago
  39. cb9a2c8 Extract "text align proc" functions as reusable classes by kkinnunen · 10 years ago
  40. 39e58ad Randomize seed for SkDiscretePathEffect::filterPath() by rs.prinja · 10 years ago
  41. bfefc7c hide Config in SkImageDecoder -- use SkColorType instead by reed · 10 years ago
  42. 9a8699f New baselines for perlin noise tests affected by ce6a35. by senorblanco · 10 years ago
  43. 02830f0 Remove SkPicture SK_SUPPORT_LEGACY_RECORDING_FLAG flag by robertphillips · 10 years ago
  44. 2526f0e rebaselines for removal of unitmapper by reed · 10 years ago
  45. 1b5e04e Add more tests to ignore-tests.txt. by Stephen White · 10 years ago
  46. e07c1ab Revert of third try at landing improved blur rect; this time with more correctness (https://codereview.chromium.org/331443003/) by scroggo · 10 years ago
  47. 8b6fee1 Add another fail-ignore for flaky dashing4 gm by egdaniel · 10 years ago
  48. a440e00 Greenify bench bot Perf-Ubuntu12-ShuttleA-GTX660-x86-Release at build 968 by bensong · 10 years ago
  49. fa1eaaa Added in framework to get more bench data by kelvinly · 10 years ago
  50. ce6a354 Fix tiled perlin noise. by senorblanco · 10 years ago
  51. e61c411 Use vertex attributes for dash effect in gpu by egdaniel · 10 years ago
  52. b205d09 manual bench rebase after 679426c using old algorithm by bensong · 10 years ago
  53. 2f785a2 remove GetDeviceConfig/SetDeviceConfig by reed · 10 years ago
  54. fb4f5cb Use scratch with LATC data if possible by krajcevski · 10 years ago
  55. da4ed32 Cleanup: Delete sk_tools::make_filepath() in favor of SkOSPath::SkPathJoin(). by tfarina · 10 years ago
  56. 06cc564 removes deprecated -q flag for gsutil. by bensong · 10 years ago
  57. e8433c3 Really revert bench trigger changes. by bensong · 10 years ago
  58. b5dcdf1 Rebase flakey windows dash4 gm by egdaniel · 10 years ago
  59. 6079532 Revert trigger changes by kelvinly · 10 years ago
  60. aea9cfb Add expectations for dashing gm TBR=bsalomon@google.com BUG=skia: by egdaniel · 10 years ago
  61. c911010 Whitespace change to test trybot triggering by rmistry · 10 years ago
  62. cfe56bf manual bench rebase after 679426c by scroggo · 10 years ago
  63. e26e65e Remove SkPicture pointer from SkPicturePlayback by robertphillips · 10 years ago
  64. 679426c Update SKP version to 21 by borenet · 10 years ago
  65. 984b97c rebaseline_server: delete no-longer-used weightedDiffMeasure by epoger · 10 years ago
  66. cbbc7bf rebaseline_server: change 2 image expectations within unittests by epoger · 10 years ago
  67. 3b94b78 Suppress libpoppler and its dependent liblcms in TSAN. by mtklein · 10 years ago
  68. e1f5a23 Add ifdef to not use function pointer that we don't have yet on Chromium?? by krajcevski · 10 years ago
  69. 145d48c Allow compressed texture data to be updated. by krajcevski · 10 years ago
  70. 6b28120 rebaseline_server: merge identical results (across multiple builders/configs) into a single row by epoger · 10 years ago
  71. 66c9582 Fix a number of issues with iOS build. by jvanverth · 10 years ago
  72. 72abfc2 third try at landing improved blur rect; this time with more correctness by humper · 10 years ago
  73. 2b310e4 Texture compression unit tests along with a couple of bug fixes by krajcevski · 10 years ago
  74. 6059f16 SkNEW as default Create() for SkLazyPtr macros. by mtklein · 10 years ago
  75. 0bdbea7 Remove picture pre-allocation from SkPictureRecorder by robertphillips · 10 years ago
  76. f0419e9 Hide chooseFromOneChoice along with Chooser. by scroggo · 10 years ago
  77. 37d20f7 Add support for glCompressedTexSubImage2D by krajcevski · 10 years ago
  78. 5926b86 hide SkImageDecoder::Chooser by reed · 10 years ago
  79. d58a0ba Push dash checks into GrContext. by egdaniel · 10 years ago
  80. 9b79066 Use new SkBaseMutex::assertHeld() in DiscardableMemoryPool by halcanary · 10 years ago
  81. 1c99ea8 Cleanup: Delete sk_tools::get_basename() in favor of SkOSPath::SkBasename(). by tfarina · 10 years ago
  82. 1acb8df Narrowed expectation margins noticeably by kelvinly · 10 years ago
  83. b0b1aa0 Revert of second try at landing improved blur rect (https://codereview.chromium.org/325703002/) by reed · 10 years ago
  84. 4585144 remove SK_SUPPORT_LEGACY_DEVICE_CONFIG code by reed · 10 years ago
  85. b8cd7c2 Code reviews -> reviews@skia.org. by mtklein · 10 years ago
  86. 632a454 MIPS: added optimization for functions from SkBlitRow. by djordje.pesut · 10 years ago
  87. a22ea18 Move Dashing filterPath to a dashing utils file by egdaniel · 10 years ago
  88. 35fcd15 Support for larger than "signed 32b limit" sized bitmaps in BGRAConvolve2D. by sugoi · 10 years ago
  89. e4538f5 switch to colortype for deepcopy by reed · 10 years ago
  90. bae584a Whitespace change to test trybot triggering by rmistry · 10 years ago
  91. b621a05 Update SKP version to 20 by borenet · 10 years ago
  92. 5c2fca0 Add an LATC compressor to the A8 masks, and hide it behind an ifdef. by krajcevski · 10 years ago
  93. 5a220a1 Fix what I just broke by kelvinly · 10 years ago
  94. 10dc56c Fix broken rebaseline code by kelvinly · 10 years ago
  95. ad1dc58 Split caching from allocation in GrClipMaskManager by krajcevski · 10 years ago
  96. b6f4316 Try 1 at rebaseline by kelvinly · 10 years ago
  97. e50da8f fix when DEVICE_CONFIG is still defined by reed · 10 years ago
  98. ae61440 Add texture compression utility by krajcevski · 10 years ago
  99. 9de5b51 SkShader::asNewEffect Refactoring by dandov · 10 years ago
  100. ce06c48 Add Daniel and Pavel to committers list by krajcevski · 10 years ago