1. 5ee785d Remove legacy (and also broken) SkPicture constructor. by djsollen · 10 years ago
  2. 17a845f Fix matrix similarity test on arm64 by jvanverth · 10 years ago
  3. 7f91c33 Rebaseline bezier cubics TBR=bsalomon@google.com NOTRY=True by egdaniel · 10 years ago
  4. 8482504 make allocPixels throw on failure by reed · 10 years ago
  5. 00f30bd SkRecordPartialDraw with less code duplication by mtklein · 10 years ago
  6. aca21d6 Rename ScaledImageCache.cpp to SkResourceCacheTest.cpp by piotaixr · 10 years ago
  7. 8159146 Added Doc for GetAllocator in SkResourceCache and SkBitmapCache by piotaixr · 10 years ago
  8. 98d709b Reorganize Layer Hoisting code by robertphillips · 10 years ago
  9. 842b086 When ignoring color input don't use vertex attribs on gpu by egdaniel · 10 years ago
  10. 871dca8 Disable NEON procs for box blur as it produces invalid results by djsollen · 10 years ago
  11. 6db9128 Add option to add precision to varyings in shader by egdaniel · 10 years ago
  12. ed82c4e Use non-VBO vertex arrays on QC GPUs. by bsalomon · 10 years ago
  13. 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
  14. 4a17646 Disable NEON procs for box blur as it produces invalid results by djsollen · 10 years ago
  15. d565a9c whitespace change by Mike Klein · 10 years ago
  16. 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
  17. 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
  18. b44c189 Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/522813002/) by reed · 10 years ago
  19. c89aa50 Add gamma/sRGB tag to SkImageInfo by reed · 10 years ago
  20. eb2662c Update SKP version to 90 by borenet · 10 years ago
  21. 700a78d Force a build. by Mike Klein · 10 years ago
  22. 21e6135 Update SKP version to 89 by borenet · 10 years ago
  23. 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
  24. 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
  25. 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
  26. 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
  27. 6d13420 Rebaseline one N4 GM we must have missed. by Mike Klein · 10 years ago
  28. 5c49b70 Update SKP version to 88 by borenet · 10 years ago
  29. 2fe2ce4 Revert of Revert of Revert of moar ws (patchset #1 id:1 of https://codereview.chromium.org/520023003/) by mtklein · 10 years ago
  30. 5355536 Revert of Revert of moar ws (patchset #1 id:1 of https://codereview.chromium.org/518333002/) by mtklein · 10 years ago
  31. 4ee3e52 Revert of moar ws (patchset #1 id:1 of https://codereview.chromium.org/518233004/) by mtklein · 10 years ago
  32. 7a353e9 moar ws by Mike Klein · 10 years ago
  33. 15093a9 another ws by Mike Klein · 10 years ago
  34. 5577387 Debugger render support for SkDrawTextBlobCommand. by fmalita · 10 years ago
  35. 6267f81 Move MakeDivByTextureWHMatrix to GrCoordTransform by bsalomon · 10 years ago
  36. 4131914 ws2 by Mike Klein · 10 years ago
  37. ae4f09b ws by Mike Klein · 10 years ago
  38. 566a22c Add baselines for all GMs that are currently labeled "no comparison". by Derek Sollenberger · 10 years ago
  39. f2b5f2c rebaseline and re-enable all perspective tests by Greg Humphreys · 10 years ago
  40. a8cf3be fix names of suppresssed tests on win7 by Greg Humphreys · 10 years ago
  41. 7ad2f08 partial rebaseline for image scaling by Greg Humphreys · 10 years ago
  42. fa3a41f Don't assert on empty GrGLPaths by cdalton · 10 years ago
  43. 9bd5bbf Fix to use high precision on cubics not conics. by egdaniel · 10 years ago
  44. 2210d9e Update FontConfig valgrind suppressions. by bungeman · 10 years ago
  45. 14b6aba harden requirements on SkBitmapCache by reed · 10 years ago
  46. b2f94d1 Use highp for gpu bezier effects by egdaniel · 10 years ago
  47. 7ba7aa7 Quick-reject draw text blob calls. by fmalita · 10 years ago
  48. 2269bce Rebaseline N10 Recipes bot by borenet · 10 years ago
  49. 2953238 Add Nexus 5 baselines to Android. by Derek Sollenberger · 10 years ago
  50. 23181da Start N5 skimage expectations off with N4's expectations by Mike Klein · 10 years ago
  51. e927079 Massive rebase of Nexus 4 bots. by Derek Sollenberger · 10 years ago
  52. 2f26528 Use even rounding for better results when converting from scalar to fdot6 by george · 10 years ago
  53. b75b2c0 use possible corrected info when creating pixelref by reed · 10 years ago
  54. 7187593 Make SkGrPixelRef responsible for owning GrSurface's texture rather than RT. by bsalomon · 10 years ago
  55. a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
  56. 77d724c Fix adb_pull_if_needed by borenet · 10 years ago
  57. 970e106 Update LSAN suppressions. by mtklein · 10 years ago
  58. 64ba5fa Revert of Add gamma/sRGB tags to SkImageInfo (patchset #1 of https://codereview.chromium.org/517123002/) by reed · 10 years ago
  59. 32d0b3b Simplify SkGpuDevice construction by bsalomon · 10 years ago
  60. 76273bb suppress one more filterbitmap GM by humper · 10 years ago
  61. 7af7a48 more suppressions to handle differences on Win7 bot by humper · 10 years ago
  62. 508b505 Add empty expectations file for skimage on Nexus 5 (Debug). by Derek Sollenberger · 10 years ago
  63. 51a6a4f Add empty expectations file for skimage on Nexus 5. by Derek Sollenberger · 10 years ago
  64. 6a25bd0 Revert Jim's CL. by Mike Klein · 10 years ago
  65. 228b285 Add gamma/sRGB tags to SkImageInfo by reed · 10 years ago
  66. d684422 Update SKP version to 87 by borenet · 10 years ago
  67. 088f4b8 Revert of Revert of Revert of add gamma/sRGB to SkImageInfo (patchset #1 of https://codereview.chromium.org/511363002/) by reed · 10 years ago
  68. 0b4abb9 Revert of add SK_API to SkImageInfo (patchset #1 of https://codereview.chromium.org/513333003/) by reed · 10 years ago
  69. aa1b912 Expose drawTextBlob to devices. by fmalita · 10 years ago
  70. d73c169 Second attempt to land the integral image scaling change. by humper · 10 years ago
  71. 0209e95 Align all SkRecord::alloc() calls up to at least a pointer size. by mtklein · 10 years ago
  72. 23b406c Make SkGpuDevice constructors private. by bsalomon · 10 years ago
  73. b17c129 Add dirty_after_edit to SkPath::moveTo. Add commented out test case that triggers assert. by bsalomon · 10 years ago
  74. 4e4b935 disable autovec on 32 *and* 64 bit builds for horiz. convolve by humper · 10 years ago
  75. 228a6f2 SkTextBlob GPipe serialization. by fmalita · 10 years ago
  76. bedec84 add SK_API to SkImageInfo by reed · 10 years ago
  77. 011f39a rename ScaledImageCache to ResourceCache by reed · 10 years ago
  78. 7ba2828 Fix memory leak in SkPDFType1Font by djsollen · 10 years ago
  79. d21a686 Rebaseline N10 GPU hairmodes. by jvanverth · 10 years ago
  80. 748783d Ensure that we don't reference decoders that we don't build by djsollen · 10 years ago
  81. e759a26 Revert of Revert of add gamma/sRGB to SkImageInfo (patchset #1 of https://codereview.chromium.org/512243002/) by reed · 10 years ago
  82. 4f7c78e Update FontMgr expectations now the Win7 ANGLE bot is back online. by Derek Sollenberger · 10 years ago
  83. 683a376 Fix error handling in DirectWrite with tiny text. by bungeman · 10 years ago
  84. 63b9dc8 Restore text vertex buffer alloc and other optimizations. by jvanverth · 10 years ago
  85. 60cc7d3 manual revert of bitmap scale change while I investigate failures on chromeos by humper · 10 years ago
  86. 744998e Make textures register with GrResourceCache2 as scratch. by bsalomon · 10 years ago
  87. 7e7136f Update baselines for the fontMgr GMs. BUG=skia:2829 by bungeman · 10 years ago
  88. dc53701 Revert of add gamma/sRGB to SkImageInfo (patchset #4 of https://codereview.chromium.org/514753002/) by reed · 10 years ago
  89. 60d3054 Add Android copy_directory_contents_[to|from]_device scripts by Eric Boren · 10 years ago
  90. 615c369 add gamma/sRGB to SkImageInfo by reed · 10 years ago
  91. 9d9a6d2 Update SKP version to 86 by borenet · 10 years ago
  92. 38e44b0 Disable bitmap decoders for GPU specific formats on Android framework by djsollen · 10 years ago
  93. 7b3d5ee Make setVertexAttribs in GrDrawState take a stride parameter. by egdaniel · 10 years ago
  94. 90e8457 Increase test tolerance. by mtklein · 10 years ago
  95. 5ff9132 More test debugging. Too close for decimal. I'm switching to hex. by Mike Klein · 10 years ago
  96. b2f7fce DirectWrite to use aliased if ClearType is empty. by Ben Wagner · 10 years ago
  97. 56fa442 Add some debugging to figure out what's up with failing Mac 10.8 Release bot. by Mike Klein · 10 years ago
  98. da0b7a6 Update expectations for FontMgr that were missed in previous runs by Derek Sollenberger · 10 years ago
  99. 2e1a826 Revert of Restore text alloc optimizations. (patchset #4 of https://codereview.chromium.org/466363009/) by djsollen · 10 years ago
  100. ea81ced Revert of Make setVertexAttribs in GrDrawState take a stride parameter. (patchset #5 of https://codereview.chromium.org/511593004/) by djsollen · 10 years ago