1. bd769d0 Initial change to create GeometryProcessor by joshualitt · 10 years ago
  2. c5ba71d Change SkPicture::draw to playback by robertphillips · 10 years ago
  3. 227c54e Finish off some lingering rebaselines. by Mike Klein · 10 years ago
  4. d204a1b rebaseline downsamplebitmaps by Mike Klein · 10 years ago
  5. f31507b Enable highQualityFilter_SSE2 by qiankun.miao · 10 years ago
  6. 274b4ba Switch Layer Hoisting over to SkRecord backend by robertphillips · 10 years ago
  7. 5353bae Temporarily disable tiling another GM that produces errors with the existing 64-bit ARM toolchain. by Derek Sollenberger · 10 years ago
  8. a17aac8 Update SKP version to 91 by borenet · 10 years ago
  9. 406654b SkThreadPool ~~> SkTaskGroup by mtklein · 10 years ago
  10. f8b4563 remove unused n4 expectations by Mike Klein · 10 years ago
  11. 2460bbd Revert of SkThreadPool ~~> SkTaskGroup (patchset #4 id:60001 of https://codereview.chromium.org/531653002/) by mtklein · 10 years ago
  12. 9c7207b SkThreadPool ~~> SkTaskGroup by mtklein · 10 years ago
  13. 00b76bd Add reference base class to GrGpuResourcewith pending IO references. by bsalomon · 10 years ago
  14. ab799fe fix up GM suppressions by Mike Klein · 10 years ago
  15. 2ed8a75 Remove use of EXPERIMENTAL_getActiveOps from layer hoisting code by robertphillips · 10 years ago
  16. 6a2f5fe Turn downsamplebitmap GMs vertical to fit in 2048x2048. by mtklein · 10 years ago
  17. 6233c7b Revert to enabling all of -O2 as it exposes a bug in the toolchain. by djsollen · 10 years ago
  18. 0c88d82 On Android, skip tiling for all giantbitmap variants. by mtklein · 10 years ago
  19. 91cab83 Remove SkBitmapCache::Find/Add(_,width,height,_) by piotaixr · 10 years ago
  20. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  21. 42b0dfe The key for SkBitmapCache can now be genID+SkIRect by piotaixr · 10 years ago
  22. d982eb2 Replace SkPictureReplacementPlayback with GrRecordReplaceDraw by robertphillips · 10 years ago
  23. 74364c9 Disable -fexpensive-optimizations on 64-bit ARM. by djsollen · 10 years ago
  24. c09b2c4 Revert of Enable highQualityFilter_SSE2 (patchset #1 id:1 of https://codereview.chromium.org/525283002/) by mtklein · 10 years ago
  25. 3f54175 Update fontcache GM to stress the font atlas. by jvanverth · 10 years ago
  26. b381fa1 Enable highQualityFilter_SSE2 by qiankun.miao · 10 years ago
  27. b0bd4f6 Remove GrDrawTarget::AutoRenderTargetRestore. by bsalomon · 10 years ago
  28. eddb113 Disable SSE4 S32A_Opaque blit. by mtklein · 10 years ago
  29. 1cf15b4 remove flags that are already mirrored in chrome's SkUserConfig.h by reed · 10 years ago
  30. a695514 Remove dead code in SkBitmapFilter_opts_SSE2.h/cpp by qiankun.miao · 10 years ago
  31. 2e9176c Update failing testimagefilter GM with new baseline and bug number by Derek Sollenberger · 10 years ago
  32. afbfc22 Rebase NEON image procs based on C++ implementation. by Derek Sollenberger · 10 years ago
  33. 2bdf1f5 Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/527073003/) by reed · 10 years ago
  34. c56653c Update GM baselines for Arm64 bot. by Derek Sollenberger · 10 years ago
  35. 2f6abde Add gamma/sRGB tag to SkImageInfo by reed · 10 years ago
  36. 937c9c7 Fix drawPosText() bounds bug. by mtklein · 10 years ago
  37. 294739b add legacy guard for SK_SUPPORT_LEGACY_ALLOCPIXELS_BOOL to android by reed · 10 years ago
  38. 280c2c6 Address MSVC warnings about possible value truncation. In the process removes some apparently unused code. by pkasting · 10 years ago
  39. 5ee785d Remove legacy (and also broken) SkPicture constructor. by djsollen · 10 years ago
  40. 17a845f Fix matrix similarity test on arm64 by jvanverth · 10 years ago
  41. 7f91c33 Rebaseline bezier cubics TBR=bsalomon@google.com NOTRY=True by egdaniel · 10 years ago
  42. 8482504 make allocPixels throw on failure by reed · 10 years ago
  43. 00f30bd SkRecordPartialDraw with less code duplication by mtklein · 10 years ago
  44. aca21d6 Rename ScaledImageCache.cpp to SkResourceCacheTest.cpp by piotaixr · 10 years ago
  45. 8159146 Added Doc for GetAllocator in SkResourceCache and SkBitmapCache by piotaixr · 10 years ago
  46. 98d709b Reorganize Layer Hoisting code by robertphillips · 10 years ago
  47. 842b086 When ignoring color input don't use vertex attribs on gpu by egdaniel · 10 years ago
  48. 871dca8 Disable NEON procs for box blur as it produces invalid results by djsollen · 10 years ago
  49. 6db9128 Add option to add precision to varyings in shader by egdaniel · 10 years ago
  50. ed82c4e Use non-VBO vertex arrays on QC GPUs. by bsalomon · 10 years ago
  51. 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
  52. 4a17646 Disable NEON procs for box blur as it produces invalid results by djsollen · 10 years ago
  53. d565a9c whitespace change by Mike Klein · 10 years ago
  54. 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
  55. 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
  56. b44c189 Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/522813002/) by reed · 10 years ago
  57. c89aa50 Add gamma/sRGB tag to SkImageInfo by reed · 10 years ago
  58. eb2662c Update SKP version to 90 by borenet · 10 years ago
  59. 700a78d Force a build. by Mike Klein · 10 years ago
  60. 21e6135 Update SKP version to 89 by borenet · 10 years ago
  61. 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
  62. 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
  63. 968212f Revert of Revert of Revert of Revert of Revert of moar ws (patchset #1 id:1 of https://codereview.chromium.org/523413002/) by mtklein · 10 years ago
  64. c7bee66 Revert of Revert of Revert of Revert of moar ws (patchset #1 id:1 of https://codereview.chromium.org/519303002/) by mtklein · 10 years ago
  65. 6d13420 Rebaseline one N4 GM we must have missed. by Mike Klein · 10 years ago
  66. 5c49b70 Update SKP version to 88 by borenet · 10 years ago
  67. 2fe2ce4 Revert of Revert of Revert of moar ws (patchset #1 id:1 of https://codereview.chromium.org/520023003/) by mtklein · 10 years ago
  68. 5355536 Revert of Revert of moar ws (patchset #1 id:1 of https://codereview.chromium.org/518333002/) by mtklein · 10 years ago
  69. 4ee3e52 Revert of moar ws (patchset #1 id:1 of https://codereview.chromium.org/518233004/) by mtklein · 10 years ago
  70. 7a353e9 moar ws by Mike Klein · 10 years ago
  71. 15093a9 another ws by Mike Klein · 10 years ago
  72. 5577387 Debugger render support for SkDrawTextBlobCommand. by fmalita · 10 years ago
  73. 6267f81 Move MakeDivByTextureWHMatrix to GrCoordTransform by bsalomon · 10 years ago
  74. 4131914 ws2 by Mike Klein · 10 years ago
  75. ae4f09b ws by Mike Klein · 10 years ago
  76. 566a22c Add baselines for all GMs that are currently labeled "no comparison". by Derek Sollenberger · 10 years ago
  77. f2b5f2c rebaseline and re-enable all perspective tests by Greg Humphreys · 10 years ago
  78. a8cf3be fix names of suppresssed tests on win7 by Greg Humphreys · 10 years ago
  79. 7ad2f08 partial rebaseline for image scaling by Greg Humphreys · 10 years ago
  80. fa3a41f Don't assert on empty GrGLPaths by cdalton · 10 years ago
  81. 9bd5bbf Fix to use high precision on cubics not conics. by egdaniel · 10 years ago
  82. 2210d9e Update FontConfig valgrind suppressions. by bungeman · 10 years ago
  83. 14b6aba harden requirements on SkBitmapCache by reed · 10 years ago
  84. b2f94d1 Use highp for gpu bezier effects by egdaniel · 10 years ago
  85. 7ba7aa7 Quick-reject draw text blob calls. by fmalita · 10 years ago
  86. 2269bce Rebaseline N10 Recipes bot by borenet · 10 years ago
  87. 2953238 Add Nexus 5 baselines to Android. by Derek Sollenberger · 10 years ago
  88. 23181da Start N5 skimage expectations off with N4's expectations by Mike Klein · 10 years ago
  89. e927079 Massive rebase of Nexus 4 bots. by Derek Sollenberger · 10 years ago
  90. 2f26528 Use even rounding for better results when converting from scalar to fdot6 by george · 10 years ago
  91. b75b2c0 use possible corrected info when creating pixelref by reed · 10 years ago
  92. 7187593 Make SkGrPixelRef responsible for owning GrSurface's texture rather than RT. by bsalomon · 10 years ago
  93. a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
  94. 77d724c Fix adb_pull_if_needed by borenet · 10 years ago
  95. 970e106 Update LSAN suppressions. by mtklein · 10 years ago
  96. 64ba5fa Revert of Add gamma/sRGB tags to SkImageInfo (patchset #1 of https://codereview.chromium.org/517123002/) by reed · 10 years ago
  97. 32d0b3b Simplify SkGpuDevice construction by bsalomon · 10 years ago
  98. 76273bb suppress one more filterbitmap GM by humper · 10 years ago
  99. 7af7a48 more suppressions to handle differences on Win7 bot by humper · 10 years ago
  100. 508b505 Add empty expectations file for skimage on Nexus 5 (Debug). by Derek Sollenberger · 10 years ago