1. dd1e9f7 Remove a linear search in SkPictureRecord::addTextBlob. by jbroman · 10 years ago
  2. e2d4eb7 Hash .pngs instead of SkBitmaps. by mtklein · 10 years ago
  3. 655ad12 Make GrEffectStage copy constructor work correctly with pending execution refs. by bsalomon · 10 years ago
  4. 46625e0 Fix two SkRecord-backed layer hoisting bugs by robertphillips · 10 years ago
  5. 858baf5 Add --nameByHash for the bots, and refactor hashing a bit. by mtklein · 10 years ago
  6. 8067412 Remove extra proctected in GrRODrawState.h by egdaniel · 10 years ago
  7. 18444b1 Remove debug-only ref of GrEffectStage by bsalomon · 10 years ago
  8. 361b8b0 fail when coincidence is too far apart by caryclark · 10 years ago
  9. 2243109 Revert of Fix two SkRecord-backed layer hoisting bugs (patchset #1 id:1 of https://codereview.chromium.org/551843002/) by robertphillips · 10 years ago
  10. 7c0cfd4 Fix two SkRecord-backed layer hoisting bugs by robertphillips · 10 years ago
  11. 23c94f0 Let .skps have Expectations (i.e. work with -r) too. by mtklein · 10 years ago
  12. 93f52a6 Turn on the save-layer optimization. by mtklein · 10 years ago
  13. 95fd68e Use SkBitmapCache to optimize readPixels on a texture-backed bitmap by piotaixr · 10 years ago
  14. 1d0f164 Start to rework DM JSON handling. by mtklein · 10 years ago
  15. 87c4138 Turn on all pixel-perfect SkRecord optimizations. by mtklein · 10 years ago
  16. 6dcccc4 Update SKP version to 95 by borenet · 10 years ago
  17. 9f8cab1 Update SKP version to 94 by borenet · 10 years ago
  18. ce23aae Update SKP version to 93 by borenet · 10 years ago
  19. d64c948 move rasterclip_ helper into rasterclip by reed · 10 years ago
  20. 2a9ca78 Make GrDrawState and GrEffectStage use the pending io/exec ref mechanisms. by bsalomon · 10 years ago
  21. 03e844a Refactored frontend for the rebaseline server. by stephana · 10 years ago
  22. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  23. 7260d72 For certain input skpdiff segfaulted. This prevents the segfault and should fix the failed test in housekeeping. by stephana · 10 years ago
  24. 52e9d63 Don't take a ref on GP in AutoEffectRestore. by bsalomon · 10 years ago
  25. 5a80be2 Small fix for RODrawState by joshualitt · 10 years ago
  26. 4f90c50 Suppress mystery leak. by mtklein · 10 years ago
  27. 9b53652 Change behavior of GrDS::AutoEffectRestort wrt GPs. by bsalomon · 10 years ago
  28. a1ae66d Add pop_back() to GrAllocator and add unit test. by bsalomon · 10 years ago
  29. 7675fb2 Update SKP version to 92 by borenet · 10 years ago
  30. ac8d619 Add method to GrProgramResource to record that pending a execution was completed. by bsalomon · 10 years ago
  31. 29dfaa8 Implement all SkCanvas overrides that SkPictureRecord does. by mtklein · 10 years ago
  32. 52354b6 Updating expectations TBR= BUG=skia: by joshualitt · 10 years ago
  33. da8cf5a don't use local static bitmap -- racy and unnecessary by reed · 10 years ago
  34. 9574098 Add GrProgramElement base class for GrEffect with deferred exec ref. by bsalomon · 10 years ago
  35. 8f2e791 add SK_API to forward declare in canvas.h by reed · 10 years ago
  36. fa35f8e remove getTotalClipAsPath, privatize getTotalClip by reed · 10 years ago
  37. 26abcf1 disable flaky test by mtklein · 10 years ago
  38. 73e714e cleanup rasterclip helper by reed · 10 years ago
  39. bd769d0 Initial change to create GeometryProcessor by joshualitt · 10 years ago
  40. c5ba71d Change SkPicture::draw to playback by robertphillips · 10 years ago
  41. 227c54e Finish off some lingering rebaselines. by Mike Klein · 10 years ago
  42. d204a1b rebaseline downsamplebitmaps by Mike Klein · 10 years ago
  43. f31507b Enable highQualityFilter_SSE2 by qiankun.miao · 10 years ago
  44. 274b4ba Switch Layer Hoisting over to SkRecord backend by robertphillips · 10 years ago
  45. 5353bae Temporarily disable tiling another GM that produces errors with the existing 64-bit ARM toolchain. by Derek Sollenberger · 10 years ago
  46. a17aac8 Update SKP version to 91 by borenet · 10 years ago
  47. 406654b SkThreadPool ~~> SkTaskGroup by mtklein · 10 years ago
  48. f8b4563 remove unused n4 expectations by Mike Klein · 10 years ago
  49. 2460bbd Revert of SkThreadPool ~~> SkTaskGroup (patchset #4 id:60001 of https://codereview.chromium.org/531653002/) by mtklein · 10 years ago
  50. 9c7207b SkThreadPool ~~> SkTaskGroup by mtklein · 10 years ago
  51. 00b76bd Add reference base class to GrGpuResourcewith pending IO references. by bsalomon · 10 years ago
  52. ab799fe fix up GM suppressions by Mike Klein · 10 years ago
  53. 2ed8a75 Remove use of EXPERIMENTAL_getActiveOps from layer hoisting code by robertphillips · 10 years ago
  54. 6a2f5fe Turn downsamplebitmap GMs vertical to fit in 2048x2048. by mtklein · 10 years ago
  55. 6233c7b Revert to enabling all of -O2 as it exposes a bug in the toolchain. by djsollen · 10 years ago
  56. 0c88d82 On Android, skip tiling for all giantbitmap variants. by mtklein · 10 years ago
  57. 91cab83 Remove SkBitmapCache::Find/Add(_,width,height,_) by piotaixr · 10 years ago
  58. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  59. 42b0dfe The key for SkBitmapCache can now be genID+SkIRect by piotaixr · 10 years ago
  60. d982eb2 Replace SkPictureReplacementPlayback with GrRecordReplaceDraw by robertphillips · 10 years ago
  61. 74364c9 Disable -fexpensive-optimizations on 64-bit ARM. by djsollen · 10 years ago
  62. c09b2c4 Revert of Enable highQualityFilter_SSE2 (patchset #1 id:1 of https://codereview.chromium.org/525283002/) by mtklein · 10 years ago
  63. 3f54175 Update fontcache GM to stress the font atlas. by jvanverth · 10 years ago
  64. b381fa1 Enable highQualityFilter_SSE2 by qiankun.miao · 10 years ago
  65. b0bd4f6 Remove GrDrawTarget::AutoRenderTargetRestore. by bsalomon · 10 years ago
  66. eddb113 Disable SSE4 S32A_Opaque blit. by mtklein · 10 years ago
  67. 1cf15b4 remove flags that are already mirrored in chrome's SkUserConfig.h by reed · 10 years ago
  68. a695514 Remove dead code in SkBitmapFilter_opts_SSE2.h/cpp by qiankun.miao · 10 years ago
  69. 2e9176c Update failing testimagefilter GM with new baseline and bug number by Derek Sollenberger · 10 years ago
  70. afbfc22 Rebase NEON image procs based on C++ implementation. by Derek Sollenberger · 10 years ago
  71. 2bdf1f5 Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/527073003/) by reed · 10 years ago
  72. c56653c Update GM baselines for Arm64 bot. by Derek Sollenberger · 10 years ago
  73. 2f6abde Add gamma/sRGB tag to SkImageInfo by reed · 10 years ago
  74. 937c9c7 Fix drawPosText() bounds bug. by mtklein · 10 years ago
  75. 294739b add legacy guard for SK_SUPPORT_LEGACY_ALLOCPIXELS_BOOL to android by reed · 10 years ago
  76. 280c2c6 Address MSVC warnings about possible value truncation. In the process removes some apparently unused code. by pkasting · 10 years ago
  77. 5ee785d Remove legacy (and also broken) SkPicture constructor. by djsollen · 10 years ago
  78. 17a845f Fix matrix similarity test on arm64 by jvanverth · 10 years ago
  79. 7f91c33 Rebaseline bezier cubics TBR=bsalomon@google.com NOTRY=True by egdaniel · 10 years ago
  80. 8482504 make allocPixels throw on failure by reed · 10 years ago
  81. 00f30bd SkRecordPartialDraw with less code duplication by mtklein · 10 years ago
  82. aca21d6 Rename ScaledImageCache.cpp to SkResourceCacheTest.cpp by piotaixr · 10 years ago
  83. 8159146 Added Doc for GetAllocator in SkResourceCache and SkBitmapCache by piotaixr · 10 years ago
  84. 98d709b Reorganize Layer Hoisting code by robertphillips · 10 years ago
  85. 842b086 When ignoring color input don't use vertex attribs on gpu by egdaniel · 10 years ago
  86. 871dca8 Disable NEON procs for box blur as it produces invalid results by djsollen · 10 years ago
  87. 6db9128 Add option to add precision to varyings in shader by egdaniel · 10 years ago
  88. ed82c4e Use non-VBO vertex arrays on QC GPUs. by bsalomon · 10 years ago
  89. 4d6484e Revert of Disable NEON procs for box blur as it produces invalid results (patchset #1 id:1 of https://codereview.chromium.org/520963002/) by djsollen · 10 years ago
  90. 4a17646 Disable NEON procs for box blur as it produces invalid results by djsollen · 10 years ago
  91. d565a9c whitespace change by Mike Klein · 10 years ago
  92. 1cbc68f Revert of Revert of Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/532583002/) by reed · 10 years ago
  93. 4581828 Revert of Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/525113005/) by reed · 10 years ago
  94. b44c189 Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/522813002/) by reed · 10 years ago
  95. c89aa50 Add gamma/sRGB tag to SkImageInfo by reed · 10 years ago
  96. eb2662c Update SKP version to 90 by borenet · 10 years ago
  97. 700a78d Force a build. by Mike Klein · 10 years ago
  98. 21e6135 Update SKP version to 89 by borenet · 10 years ago
  99. 9e19ce1 Revert of Revert of Revert of Revert of Revert of Revert of Revert of moar ws (patchset #1 id:1 of https://codereview.chromium.org/524133002/) by mtklein · 10 years ago
  100. 7843a24 Revert of Revert of Revert of Revert of Revert of Revert of moar ws (patchset #1 id:1 of https://codereview.chromium.org/519413002/) by mtklein · 10 years ago