1. 0575cb2 Revert of add backdrop option to SaveLayerRec (patchset #14 id:260001 of https://codereview.chromium.org/1523053003/ ) by reed · 9 years ago
  2. 2474159 add backdrop option to SaveLayerRec by reed · 9 years ago
  3. ce2dfae remove dead code from SkColorMatrixFilter by reed · 9 years ago
  4. 3405800 Make SkGLContext lifetime more well-defined by kkinnunen · 9 years ago
  5. 5b1dec7 Add additional assert to GrSingleOwner by joshualitt · 9 years ago
  6. 54e6308 Add skstd::remove_pointer_t and use it. by bungeman · 9 years ago
  7. 1de610a Create debug only SkSingleOwner by joshualitt · 9 years ago
  8. 221524d Start using <type_traits> and <utility> (C++11). by bungeman · 9 years ago
  9. 17aa047 More framework support for TransferBuffers by jvanverth · 9 years ago
  10. 05dd251 take gr-context parameter to refEncoded, indicating a desire for only gpu-specific formats by reed · 9 years ago
  11. 4e5a758 remove shadeSpan16 from shader by reed · 9 years ago
  12. 54e2ca5 Revert of Make SkGLContext lifetime more well-defined (patchset #7 id:120001 of https://codereview.chromium.org/1511773005/ ) by jcgregorio · 9 years ago
  13. bc7d235 Take care fall-through case of switch in skia by tzik · 9 years ago
  14. 830e012 Make SkGLContext lifetime more well-defined by kkinnunen · 9 years ago
  15. 6df6115 handle halfway case in scan converter by caryclark · 9 years ago
  16. ffe031e Add conversion from SaveLayerFlags to SaveFlags by scroggo · 9 years ago
  17. 03f8968 move SkDither.h to private, remove unused shadeSpan16 by reed · 9 years ago
  18. 76a834a move SkTDict and SkTSearch into private by reed · 9 years ago
  19. f880e45 change factory to method, to parallel pattern in imagefilters. no functionality change. by reed · 9 years ago
  20. e76b4bb Reland of Make draw* lines responsible for cache management (patchset #1 id:1 of https://codereview.chromium.org/1552513003/ ) by joshualitt · 9 years ago
  21. 90e293d Revert of Make draw* lines responsible for cache management (patchset #1 id:1 of https://codereview.chromium.org/1521613002/ ) by joshualitt · 9 years ago
  22. 9a878a0 remove cruft from SkTypes.h, including SkBool by reed · 9 years ago
  23. 6855ddb remove deprecated annotation helper by reed · 9 years ago
  24. 98e7538 make GrRect.h private by reed · 9 years ago
  25. 48eb08a remove unused SkAutoROCanvasPixels by reed · 9 years ago
  26. 08e7047 remove unused SkCubicInterval by reed · 9 years ago
  27. 3e980c3 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  28. 0f515bd Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #21 id:400001 of https://codereview.chromium.org/1490113005/ ) by rmistry · 9 years ago
  29. 83ba585 move SkParsePaint.h into views by reed · 9 years ago
  30. 9ebc3f0 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  31. b39f39f remove unused SkCullPoints by reed · 9 years ago
  32. 2047b78 Don't ref/unref the static src-over xp by bsalomon · 9 years ago
  33. bada188 hide old SaveFlags, but keep them available (for now) for Android by reed · 9 years ago
  34. 5e1ddb1 Reland of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1540203002/ ) by reed · 9 years ago
  35. 6277691 Create a hash table from id<-->key in SkImageFilter::CacheImpl by xidachen · 9 years ago
  36. 2d6ba66 Revert of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1535353002/ ) by reed · 9 years ago
  37. d63f60a change all factories to return their base-class by reed · 9 years ago
  38. 03ef4b1 remove SK_SUPPORT_LEGACY_SAVELAYERPARAMS code by reed · 9 years ago
  39. c7a784c Fix UB function problems for shaders and mask. by herb · 9 years ago
  40. 1e810b3 Revert of Fix UB function problems for shaders and mask. (patchset #3 id:40001 of https://codereview.chromium.org/1530743002/ ) by herb · 9 years ago
  41. 4960eee change signature for virtual related to saveLayer, passing SaveLayerRec by reed · 9 years ago
  42. f97aa74 fix large dashed paths by caryclark · 9 years ago
  43. 4dabf83 Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #18 id:340001 of https://codereview.chromium.org/1490113005/ ) by joshualitt · 9 years ago
  44. e848ff5 Revert of Create a hash table from id<-->key in SkImageFilter::CacheImpl (patchset #7 id:120001 of https://codereview.chromium.org/1514893003/ ) by reed · 9 years ago
  45. c8b4336 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  46. ef2c7c7 Make SkMatrix::get*Scale[s]() fail on NaN by bsalomon · 9 years ago
  47. dafd044 Fix UB function problems for shaders and mask. by herb · 9 years ago
  48. f5d1f8d Create a hash table from id<-->key in SkImageFilter::CacheImpl by xidachen · 9 years ago
  49. e80eb92 Add default ctor to SkMask by robertphillips · 9 years ago
  50. f0795ab Fix thread-unsafe construction of GrUniqueKey in GR_DEFINE_STATIC_UNIQUE_KEY by bsalomon · 9 years ago
  51. 96205dd remove obsolete ondrawsprite base virtual by reed · 9 years ago
  52. 7471fa4 add fsync to try to get complete skps from webpage picture capture by caryclark · 9 years ago
  53. da420b9 Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview.chromium.org/1529803004/ ) by reed · 9 years ago
  54. 3270467 Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://codereview.chromium.org/1534443003/ ) by reed · 9 years ago
  55. 4657ce2 remove drawSprite from canvas by reed · 9 years ago
  56. f46a124 Set GL_PACK_ALIGNMENT before calling glReadPixels by bsalomon · 9 years ago
  57. 6695794 Make draw* lines responsible for cache management by joshualitt · 9 years ago
  58. 19b0420 SkPreConfig.h: Allow defined(__unix__) to imply SK_BUILD_FOR_UNIX by mseaborn · 9 years ago
  59. 489147c Add option to control maximum GrBatch lookback by bsalomon · 9 years ago
  60. 023bda0 SkBitmap move by halcanary · 9 years ago
  61. 4ff653c Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #12 id:220001 of https://codereview.chromium.org/1490113005/ ) by reed · 9 years ago
  62. e13ca32 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  63. a1bb8e0 In SkPixmap.cpp, change SkAlphaMul to SkMulDiv255. by benjaminwagner · 9 years ago
  64. 9a0e346 Make BitmapRegionDecoder succeed on invalid requests by msarett · 9 years ago
  65. 2eb1009 Add check for highp support in Conic effect by robertphillips · 9 years ago
  66. cff15aa yet another memcpy -> sk_careful_memcpy by mtklein · 9 years ago
  67. 70ee31b try adding flag to allow lcd text even in a layer by reed · 9 years ago
  68. 0a42e68 Create GrTextUtils by joshualitt · 9 years ago
  69. 90c4d5f Add reallyHasAlpha() to SkAndroidCodec by msarett · 9 years ago
  70. f2848b6 default SkPixelSerializer by halcanary · 9 years ago
  71. 467ddc0 SkBlurImageFilter returns input when sigma = 0 by xidachen · 9 years ago
  72. 2e2202e Move flush logic into GrAtlasTextBlob by joshualitt · 9 years ago
  73. 565901d Switch SkAutoMalloc to SkAutoTMalloc to avoid cast by scroggo · 9 years ago
  74. 9907371 SkPixelSerializer: remove deprecated virtual by halcanary · 9 years ago
  75. 712fdf7 SkDocument::setDCTEncoder() for old versions of webkit by halcanary · 9 years ago
  76. e0021c0 another memcpy -> sk_careful_memcpy by mtklein · 9 years ago
  77. 2028d7f add support for capped hairlines by caryclark · 9 years ago
  78. 3127c99 ubsan shift fixes by caryclark · 9 years ago
  79. e36ec87 SkBitmap::installPixels(const SkPixmap&); by halcanary · 9 years ago
  80. 4a4f14b Split big rrect aa effect up into separate images by bsalomon · 9 years ago
  81. db64af3 Fix filter primitive bounds computations. by senorblanco · 9 years ago
  82. 02046c5 fix a couple flaky nonnull attribute ubsan warnings by mtklein · 9 years ago
  83. a2e0567 Revert of default SkPixelSerializer (patchset #2 id:20001 of https://codereview.chromium.org/1507123002/ ) by halcanary · 9 years ago
  84. 808ce28 default SkPixelSerializer by halcanary · 9 years ago
  85. db30be2 Make SkCodec support peek() and read() by scroggo · 9 years ago
  86. 0671b96 Move texture drawing utility method to SkGpuDevice by jvanverth · 9 years ago
  87. f01610e Remove staging for SkImageDecoder::Peeker by scroggo · 9 years ago
  88. cc881da Add sk_careful_memcpy to catch undefined behavior in memcpy. by mtklein · 9 years ago
  89. 290f00c Revert of default SkPixelSerializer (patchset #1 id:1 of https://codereview.chromium.org/1507123002/ ) by reed · 9 years ago
  90. b0bd151 default SkPixelSerializer by halcanary · 9 years ago
  91. 8ff8d24 Remove drawPathsFromRange from GrDrawContext by cdalton · 9 years ago
  92. 97466ab fix funky formatting in SkNVRefCnt by mtklein · 9 years ago
  93. 6b28017 SkPixelSerializer: support indexed pixels by halcanary · 9 years ago
  94. d61c384 Allow SkStream::peek() to partially succeed by scroggo · 9 years ago
  95. 573ce20 clang/win: Let SK_TRACEHR not produce -Wunused-value warnings in release builds. by thakis · 9 years ago
  96. 0745653 SkAlphaThresholdFilter.h allow flattening by halcanary · 9 years ago
  97. a544eda Matrix convolution bounds fix; affectsTransparentBlack fixes. by senorblanco · 9 years ago
  98. 262a71b detect when we can filter bitmaps/images directly, w/o a tmp layer by reed · 9 years ago
  99. 50c044b Revert of Matrix convolution bounds fix; affectsTransparentBlack fixes. (patchset #4 id:60001 of https://codereview.chromium.org/1500923004/ ) by senorblanco · 9 years ago
  100. 8705ec8 Matrix convolution bounds fix; affectsTransparentBlack fixes. by senorblanco · 9 years ago