1. 3601f28 add kRGBA_F16_SkColorType by reed · 9 years ago
  2. e63ffef Remove deferred clear from SkGpuDevice by bsalomon · 9 years ago
  3. f49c75a Move Google3-specific stack limitation logic to template classes. by benjaminwagner · 9 years ago
  4. e7d7f90 Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #14 id:260001 of https://codereview.chromium.org/1623653002/ ) by jcgregorio · 9 years ago
  5. 3a94c6c Add SkAutoPixmapStorage::detachPixelsAsData() by fmalita · 9 years ago
  6. 92098e6 skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  7. f7cdb06 extend compose-colorfilter to 4f by reed · 9 years ago
  8. b6c65e9 Add SkSpecialImage & SkSpecialSurface classes by robertphillips · 9 years ago
  9. ff172da Revert of Work around exasperating Google3 Android build error. (patchset #1 id:1 of https://codereview.chromium.org/1649493005/ ) by benjaminwagner · 9 years ago
  10. de3a726 Make SkImage::readYUV8Planes const by Brian Salomon · 9 years ago
  11. afc7cce Fix for rounded-rect clips with filters. by senorblanco · 9 years ago
  12. 67e8bd2 Revert of Move Google3-specific stack limitation logic to template classes. Remove #ifdefs in other files. (patchset #2 id:50001 of https://codereview.chromium.org/1656143003/ ) by benjaminwagner · 9 years ago
  13. c92159c Move Google3-specific stack limitation logic to template classes. Remove #ifdefs in other files. by benjaminwagner · 9 years ago
  14. f267c1e Add ability to extract YUV planes from SkImage by bsalomon · 9 years ago
  15. 8610002 Move SkColorMatrixFilter implementation to core. by bsalomon · 9 years ago
  16. 2352696 Replace the id<-->key hashmap in SkImageFilter by a SkTArray by xidachen · 9 years ago
  17. 395eabe float components in xfermodes by reed · 9 years ago
  18. 8e74f80 Add SkImage factory method that forces image to be resolved to a texture. by bsalomon · 9 years ago
  19. 9cd016e allow the caller to specified raster-surface rowbytes. by reed · 9 years ago
  20. f2b340f Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 9 years ago
  21. fbc1e29 starter procs for blending with pm4f by reed · 9 years ago
  22. 54d6029 SaveFlags begone! by fmalita · 9 years ago
  23. 900901f Work around exasperating Google3 Android build error. by benjaminwagner · 9 years ago
  24. d8ff5b3 Image filters: Make a recursive, forward-mapping bounds by senorblanco · 9 years ago
  25. 4c5f1f6 Remove SK_SUPPORT_LEGACY_SAVEFLAGS define on Android by fmalita · 9 years ago
  26. bbb6dc8 kill SkValue by mtklein · 9 years ago
  27. 05332d9 check for both __ARM_NEON__ and __ARM_NEON by lsalzman · 9 years ago
  28. 64b0f5f Remove SkLerpXfermode by robertphillips · 9 years ago
  29. a273c0f remove legacy defines by caryclark · 9 years ago
  30. 53d9f1c SK_SUPPORT_LEGACY_DRAWFLTER typo by fmalita · 9 years ago
  31. 1138be4 Revert of skstd -> std for unique_ptr (patchset #24 id:460001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  32. ccf1de0 skstd -> std for unique_ptr by mtklein · 9 years ago
  33. 7f225cf Revert[2] of expand unitests for color4f by reed · 9 years ago
  34. 5f34e8e Revert of expand unitests for color4f (patchset #1 id:1 of https://codereview.chromium.org/1622893002/ ) by reed · 9 years ago
  35. fac6845 expand unitests for color4f by reed · 9 years ago
  36. 55d4905 Add svg path arcto by caryclark · 9 years ago
  37. 24c2720 try removing attribute((aligned(16)) by mtklein · 9 years ago
  38. aa97a84 Revert of Consolidate SK_CRASH and sk_throw into SK_ABORT (patchset #5 id:80001 of https://codereview.chromium.org/1610823002/ ) by djsollen · 9 years ago
  39. 4c5cd7d Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 9 years ago
  40. 6d3cef9 Revert[2] of float color components by reed · 9 years ago
  41. 2a2bdc6 Revert of experiment: float color components (patchset #6 id:100001 of https://codereview.chromium.org/1617813002/ ) by reed · 9 years ago
  42. 7765000 Hide SkCanvas::{set,get}DrawFilter by fmalita · 9 years ago
  43. 353c148 experiment: float color components by reed · 9 years ago
  44. 27a6e86 SkValue: SkXfermode by halcanary · 9 years ago
  45. 1a7eb26 resolution dependent path measure by caryclark · 9 years ago
  46. b1475b0 Add SkPath::isLastContourClosed() by fs · 9 years ago
  47. b6474dd fix circular dashing by caryclark · 9 years ago
  48. 1de87df Refactor to use GrWrapTextureInBitmap more by robertphillips · 9 years ago
  49. fa2b3a3 remove CreateLightingFilter from SkColorFilter by reed · 9 years ago
  50. 6054d68 reorg global initialization, separating core from optional by reed · 9 years ago
  51. 61a237e SkPaintFilterCanvas cleanup by fmalita · 9 years ago
  52. 2b12376 SkTime: Stop using POSIX entensions to time.h for timezone by halcanary · 9 years ago
  53. c63a0f8 clamp fixed divide to 32 bits by caryclark · 9 years ago
  54. 32cdc32 SkTCopyOnFirstWrite-based SkPaintFilterCanvas API by fmalita · 9 years ago
  55. a9fbd16 Fix SkTileImageFilter when srcRect is a superset of bitmap bounds. by senorblanco · 9 years ago
  56. 0daf5dd move declaration of CreateLightingFilter into SkColorMatrixFilter by reed · 9 years ago
  57. 9d22fd6 Make SkBitmap::CopyTo respect requested dst color type when bitmap is texture backed. by bsalomon · 9 years ago
  58. 4e23cda remove imagefilter::sizeconstraint by reed · 9 years ago
  59. 22471ed remove SkImage::applyFilter() -- unused, can always re-add later by reed · 9 years ago
  60. defa0da Clean up SkXfermode_opts.h by mtklein · 9 years ago
  61. 2c3176c Remove "unused" parameter from filterInputGPU by robertphillips · 9 years ago
  62. 3061af4 add SkShader::newWithColorFilter by reed · 9 years ago
  63. bfd5f17 Revert[2] of "add backdrop option to SaveLayerRec" by reed · 9 years ago
  64. 0575cb2 Revert of add backdrop option to SaveLayerRec (patchset #14 id:260001 of https://codereview.chromium.org/1523053003/ ) by reed · 9 years ago
  65. 2474159 add backdrop option to SaveLayerRec by reed · 9 years ago
  66. 221524d Start using <type_traits> and <utility> (C++11). by bungeman · 9 years ago
  67. 05dd251 take gr-context parameter to refEncoded, indicating a desire for only gpu-specific formats by reed · 9 years ago
  68. 4e5a758 remove shadeSpan16 from shader by reed · 9 years ago
  69. 6df6115 handle halfway case in scan converter by caryclark · 9 years ago
  70. ffe031e Add conversion from SaveLayerFlags to SaveFlags by scroggo · 9 years ago
  71. 03f8968 move SkDither.h to private, remove unused shadeSpan16 by reed · 9 years ago
  72. 76a834a move SkTDict and SkTSearch into private by reed · 9 years ago
  73. f880e45 change factory to method, to parallel pattern in imagefilters. no functionality change. by reed · 9 years ago
  74. 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
  75. 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
  76. 9a878a0 remove cruft from SkTypes.h, including SkBool by reed · 9 years ago
  77. 6855ddb remove deprecated annotation helper by reed · 9 years ago
  78. 48eb08a remove unused SkAutoROCanvasPixels by reed · 9 years ago
  79. 3e980c3 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  80. 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
  81. 9ebc3f0 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  82. bada188 hide old SaveFlags, but keep them available (for now) for Android by reed · 9 years ago
  83. 6277691 Create a hash table from id<-->key in SkImageFilter::CacheImpl by xidachen · 9 years ago
  84. 03ef4b1 remove SK_SUPPORT_LEGACY_SAVELAYERPARAMS code by reed · 9 years ago
  85. c7a784c Fix UB function problems for shaders and mask. by herb · 9 years ago
  86. 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
  87. 4960eee change signature for virtual related to saveLayer, passing SaveLayerRec by reed · 9 years ago
  88. f97aa74 fix large dashed paths by caryclark · 9 years ago
  89. 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
  90. 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
  91. c8b4336 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  92. ef2c7c7 Make SkMatrix::get*Scale[s]() fail on NaN by bsalomon · 9 years ago
  93. dafd044 Fix UB function problems for shaders and mask. by herb · 9 years ago
  94. f5d1f8d Create a hash table from id<-->key in SkImageFilter::CacheImpl by xidachen · 9 years ago
  95. e80eb92 Add default ctor to SkMask by robertphillips · 9 years ago
  96. 96205dd remove obsolete ondrawsprite base virtual by reed · 9 years ago
  97. 7471fa4 add fsync to try to get complete skps from webpage picture capture by caryclark · 9 years ago
  98. da420b9 Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview.chromium.org/1529803004/ ) by reed · 9 years ago
  99. 3270467 Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://codereview.chromium.org/1534443003/ ) by reed · 9 years ago
  100. 4657ce2 remove drawSprite from canvas by reed · 9 years ago