1. 2fcd4a4 Revert "Only store width and height on SkPixelRef" by Ben Wagner · 7 years ago
  2. 68b8e3d Revert "Revert "Delete copyTo(Allocator), hide copyTo() behind flag"" by Matt Sarett · 7 years ago
  3. 0acd795 add helper makeShader for the common Clamp case by Mike Reed · 7 years ago
  4. 713b8ef Scrub DeviceCM by Florin Malita · 7 years ago
  5. 2cbb666 Only store width and height on SkPixelRef by Matt Sarett · 7 years ago
  6. 0122af0 Revert "Delete copyTo(Allocator), hide copyTo() behind flag" by Matt Sarett · 7 years ago
  7. 4b32ab1 Add instrumentation into SkArenaAlloc. by Herb Derby · 7 years ago
  8. df7e075 Fold SkImageCacherator into SkImage_Lazy by Brian Osman · 7 years ago
  9. d4a338f Delete copyTo(Allocator), hide copyTo() behind flag by Matt Sarett · 7 years ago
  10. e511255 remove legacy code by Mike Reed · 7 years ago
  11. 2feb796 Finish removing GrContext param from onRefEncodedData by Brian Osman · 7 years ago
  12. 56de05f add #defines to limit SkCpu by Mike Klein · 7 years ago
  13. 4e92b82 SkColorFilter::makeColorSpace() by Mike Klein · 7 years ago
  14. c7be003 remove to_2dot2 and from_2dot2 by Mike Klein · 7 years ago
  15. 101806f Inject a dsb into SkAnalyticEdge::setLine() to work around ARMv7 CPU erratum. by Mike Klein · 7 years ago
  16. 0c66640 remove SkOpts::run_pipeline() declaration. by Mike Klein · 7 years ago
  17. c15bb7b Make SkColorSpaceXformer::apply(SkPaint) safe to call recursively by Matt Sarett · 7 years ago
  18. 4785897 Remove compressed texture support from cacherator by Brian Osman · 7 years ago
  19. e908b94 xform saveLayer() backdrop by Mike Klein · 7 years ago
  20. 569a8b8 Name 'client' parameter so comment makes sense by Brian Osman · 7 years ago
  21. dd3b3f4 Rm makeRenderTargetContext in favor of deferred version (take 3) by Robert Phillips · 7 years ago
  22. a28e2b0 Simplify SkImageCacherator slightly by Brian Osman · 7 years ago
  23. 72266ee makeColorSpace() for SkColorFilterShader and SkLightingShader by Matt Sarett · 7 years ago
  24. 28a7ad2 Add SkPictureShader::makeColorSpace() by Matt Sarett · 7 years ago
  25. e71db44 Use dstColorSpace in SkPictureShader cache key by Matt Sarett · 7 years ago
  26. 1be0db8 long live SkJumper by Mike Klein · 7 years ago
  27. dc80eaa kill off shader_adapter by Mike Klein · 7 years ago
  28. 71f9df2 SkColorSpaceXformCanvas: Use when drawing picture images by Matt Sarett · 7 years ago
  29. c17dc24 jumper, rework callback a bit, use it for color_lookup_table by Mike Klein · 7 years ago
  30. 8f7dc9f Circular shadow fixes for Flutter. by Jim Van Verth · 7 years ago
  31. 2af746c Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)" by Robert Phillips · 7 years ago
  32. 02242e8 Rm makeRenderTargetContext in favor of deferred version (take 2) by Robert Phillips · 7 years ago
  33. f1b4382 Rename SkImage_Generator to SkImage_Lazy by Brian Osman · 7 years ago
  34. ad8b5dc remove vestigle code for lockpixels by Mike Reed · 7 years ago
  35. 26eb16f calculate cull rects for SkMiniPictures by Mike Klein · 8 years ago
  36. d0ce148 test and fix f16<->f32 conversion stages by Mike Klein · 7 years ago
  37. 544e0ad remove dead code around SK_SUPPORT_LEGACY_CANVAS_READPIXELS by Mike Reed · 7 years ago
  38. 6cc6ae75 SkColorSpaceXformer: Add SkShader::makeColorSpace() by Matt Sarett · 7 years ago
  39. 3f4531d Remove SkVarAlloc by Herb Derby · 7 years ago
  40. 4304d11 Change SkRecord to use SkArenaAlloc by Herb Derby · 7 years ago
  41. 6e83479 Fix out of bounds read in SkColorSpace::MakeICC by Matt Sarett · 7 years ago
  42. c1b879f SkColorSpaceXformer: Handle compose color filters by Matt Sarett · 7 years ago
  43. 68ce7ce support either 32bit swizzle in HQ mode by Mike Reed · 7 years ago
  44. 2159893 fix android-only function now that fRec is no longer used by Mike Reed · 7 years ago
  45. 62745a8 Finish overriding onMakeColorSpace() for SkImageFilters by Matt Sarett · 7 years ago
  46. de1cad9 use SkArenaAlloc in SkColorSpaceXform_A2B by Mike Klein · 7 years ago
  47. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 7 years ago
  48. 12e946b deprecate odd variants of SkCanvas::readPixels by Mike Reed · 7 years ago
  49. 7fee90c add a callback stage to SkRasterPipeline by Mike Klein · 8 years ago
  50. e22a6a2 SkPictureImageFilter::onMakeColorSpace() by Matt Sarett · 8 years ago
  51. b712089 remove lock tracking in bitmaps -- they are always locked by Mike Reed · 8 years ago
  52. dcbe2c8 Remove dangerous constructor from SkArenaAlloc by Herb Derby · 8 years ago
  53. cd0a61e fix scan converter arena alloc by Cary Clark · 8 years ago
  54. 122f18e skirt std::chrono on MSAN builds by Mike Klein · 8 years ago
  55. 4343654 Improve accuracy of cubic classification by Chris Dalton · 8 years ago
  56. 818580d remove code directly involved in lock/unlock in SkPixelRef by Mike Reed · 8 years ago
  57. c756c7a make picture-imagegenerator more robust on requested infos by Mike Reed · 8 years ago
  58. 1335a05 remove dead code around replayClips by Mike Reed · 8 years ago
  59. 96d5b9a remove unused fURI from pixelref by Mike Reed · 8 years ago
  60. 4ccd862 android-only api to reset the fields of a pixelref by Mike Reed · 8 years ago
  61. e0b7287 fix drawDRRect for fuzzer by Cary Clark · 8 years ago
  62. 547a727 Fix SkLocalMatrixShader::isAImage() to respect local matrix and image local matrix by Matt Sarett · 8 years ago
  63. 719528a Revert "Revert "SkColorSpaceXformer: Preserve local matrix on shaders"" by Matt Sarett · 8 years ago
  64. e5fec21 Revert "Fix SkLocalMatrixShader::isAImage() to respect local matrix and image local matrix" by Matt Sarett · 8 years ago
  65. a50a11c Revert "SkColorSpaceXformer: Preserve local matrix on shaders" by Matt Sarett · 8 years ago
  66. e5efa51 Fix SkLocalMatrixShader::isAImage() to respect local matrix and image local matrix by Matt Sarett · 8 years ago
  67. 5d884b5 SkColorSpaceXformer: Preserve local matrix on shaders by Matt Sarett · 8 years ago
  68. ac796f8 Override setDrawFilter() in SkColorSpaceXformCanvas by Matt Sarett · 8 years ago
  69. 8f30709 Revert "Revert "remove unused SkBitmap::copyPixelsTo"" by Mike Reed · 8 years ago
  70. a00f347 switch over to no lockPixels in pixelref by Mike Reed · 8 years ago
  71. 921ebe5 clean ups in SkPixelRef by Mike Reed · 8 years ago
  72. fafe135 SkSize can be aggregate-initialized by Hal Canary · 8 years ago
  73. 8a8e5fe Reland: Finish up mip opts: 2x3 and 3x2 by Matt Sarett · 8 years ago
  74. 0fa156f remove inline allocation in SkRecord by Mike Klein · 8 years ago
  75. 7a542c5 Change bitmapcache to not rely on lockpixels. by Mike Reed · 8 years ago
  76. da90109 Make SkLiteDL::draw() const. by Mike Klein · 8 years ago
  77. cd25df9c make SkRecord normally SkRefCnt'd by Mike Klein · 8 years ago
  78. 7bfdfda Revert "remove unused SkBitmap::copyPixelsTo" by Mike Klein · 8 years ago
  79. 0f3fdfa remove unused SkBitmap::copyPixelsTo by Mike Reed · 8 years ago
  80. d177ae1 remove SkNx AVX code by Mike Klein · 8 years ago
  81. 3fbca26 Make sure NaNs clamp to 0 in color look up tables by Matt Sarett · 8 years ago
  82. 31f99ce SkCanvas constructor with legacy flag for Android framework by Matt Sarett · 8 years ago
  83. 9342921 Revert "Rm makeRenderTargetContext in favor of deferred version" by Robert Phillips · 8 years ago
  84. d83ec04 Rm makeRenderTargetContext in favor of deferred version by Robert Phillips · 8 years ago
  85. 5bd9848 remove kReturnNullForEmpty_FinishFlag feature by Mike Klein · 8 years ago
  86. 6d72ed9 SkImageFilter::onMakeColorSpace() - more overrides by Matt Sarett · 8 years ago
  87. 891dde5 SkImageCacherator: Remove unneeded heuristic by Matt Sarett · 8 years ago
  88. c8e924c remove unused lockPixelsAreWritable by Mike Reed · 8 years ago
  89. 02a4867 Remove Index_8 handling in cacherator heuristic code by Brian Osman · 8 years ago
  90. 7b4202d Add multi-stop SkJumper stage. by Herb Derby · 8 years ago
  91. 31abf1f Add SkImageFilter::makeColorSpace(SkColorSpaceXformer*) by Matt Sarett · 8 years ago
  92. 1dd161c Fix infinite loop in SkRTree::insert() by Mike Klein · 8 years ago
  93. 4e3abc1 cacherator upscales colortables to unify caching by Mike Reed · 8 years ago
  94. ca878cc simplify SkRRect serialization by Mike Klein · 8 years ago
  95. 42ce38f make copyTo_with_allocator android only by Mike Reed · 8 years ago
  96. 6ff6af9 handle odd-index-count in encode/decode by Mike Reed · 8 years ago
  97. 372bc4e fix 36605271 by Cary Clark · 8 years ago
  98. 9d9172f remove legacy vertices flag and code by Mike Reed · 8 years ago
  99. dc57b5d remove SK_SUPPORT_LEGACY_BITMAP_SETPIXELREF flag and code by Mike Reed · 8 years ago
  100. 93b1b4f add guard for obsolete (non-functioning) replayClips by Mike Reed · 8 years ago