1. 1335a05 remove dead code around replayClips by Mike Reed · 8 years ago
  2. 96d5b9a remove unused fURI from pixelref by Mike Reed · 8 years ago
  3. 9fa7403 locking methods should only be virtual in legacy mode by Mike Reed · 8 years ago
  4. 4ccd862 android-only api to reset the fields of a pixelref by Mike Reed · 8 years ago
  5. 8f30709 Revert "Revert "remove unused SkBitmap::copyPixelsTo"" by Mike Reed · 8 years ago
  6. a00f347 switch over to no lockPixels in pixelref by Mike Reed · 8 years ago
  7. 921ebe5 clean ups in SkPixelRef by Mike Reed · 8 years ago
  8. fafe135 SkSize can be aggregate-initialized by Hal Canary · 8 years ago
  9. 7a542c5 Change bitmapcache to not rely on lockpixels. by Mike Reed · 8 years ago
  10. 7bfdfda Revert "remove unused SkBitmap::copyPixelsTo" by Mike Klein · 8 years ago
  11. 0f3fdfa remove unused SkBitmap::copyPixelsTo by Mike Reed · 8 years ago
  12. 31f99ce SkCanvas constructor with legacy flag for Android framework by Matt Sarett · 8 years ago
  13. 5bd9848 remove kReturnNullForEmpty_FinishFlag feature by Mike Klein · 8 years ago
  14. 6d72ed9 SkImageFilter::onMakeColorSpace() - more overrides by Matt Sarett · 8 years ago
  15. c8e924c remove unused lockPixelsAreWritable by Mike Reed · 8 years ago
  16. 31abf1f Add SkImageFilter::makeColorSpace(SkColorSpaceXformer*) by Matt Sarett · 8 years ago
  17. 44320dd remove obsolete SK_SUPPORT_LEGACY_SCALARMUL code by Mike Reed · 8 years ago
  18. 868d52b Make SkColorSetA() a constexpr function. by Lei Zhang · 8 years ago
  19. 4e3abc1 cacherator upscales colortables to unify caching by Mike Reed · 8 years ago
  20. 42ce38f make copyTo_with_allocator android only by Mike Reed · 8 years ago
  21. 9d9172f remove legacy vertices flag and code by Mike Reed · 8 years ago
  22. dc57b5d remove SK_SUPPORT_LEGACY_BITMAP_SETPIXELREF flag and code by Mike Reed · 8 years ago
  23. 93b1b4f add guard for obsolete (non-functioning) replayClips by Mike Reed · 8 years ago
  24. 4f783f8 restore old api for android to unblock roll by Mike Reed · 8 years ago
  25. 1987366 Delete SkPixelRef::readPixels() by Matt Sarett · 8 years ago
  26. 45a00ce remove android legacy flags by Mike Reed · 8 years ago
  27. cb87423 Add SkImage::makeColorSpace() to public API by Matt Sarett · 8 years ago
  28. 740092e Delete SkPixelRefFactory by Matt Sarett · 8 years ago
  29. 1cfcf2b remove SK_SUPPORT_LEGACY_PAINT_TEXTDECORATION by Mike Reed · 8 years ago
  30. 8653e97 remove legacy canvas helpers by Mike Reed · 8 years ago
  31. 6b3155c Revert[4] "clean up (partially) colortable api"""" by Mike Reed · 8 years ago
  32. d531ca0 Use SkTransferFunctionBehavior in SkImageGenerator by Matt Sarett · 8 years ago
  33. 887cdf1 move vertex-mode enum into SkVertices by Mike Reed · 8 years ago
  34. b14131c Revert "Revert[2] "clean up (partially) colortable api""" by Mike Reed · 8 years ago
  35. 9920b10 Revert[2] "clean up (partially) colortable api"" by Mike Reed · 8 years ago
  36. 1d1165c Revert "clean up (partially) colortable api" by Mike Klein · 8 years ago
  37. f7a7261 Add tracking of unique proxyID beside unique renderTargetID in auditTrail and clearOp by Robert Phillips · 8 years ago
  38. 2e491a6 clean up (partially) colortable api by Mike Reed · 8 years ago
  39. cdc651d Make xformer class for SkCSXCanvas, use for draw loopers by Matt Sarett · 8 years ago
  40. 3725f0a Add codec and color xform support for 565 by Matt Sarett · 8 years ago
  41. d2adc66 Use SkTransferFunctionBehavior for raster pixel conversions by Matt Sarett · 8 years ago
  42. b549cc3 Change SkMemory to the more accurately named SkMalloc. by Herb Derby · 8 years ago
  43. ec715e8 quick-fix to surface dox by Mike Reed · 8 years ago
  44. f388093 Delete SkColorSpace::ColorSpaceFlags by Matt Sarett · 8 years ago
  45. cf3f234 Add SkTransferFunctionBehavior flag: Use in codec and encoder by Matt Sarett · 8 years ago
  46. 3318da5 Replace Thinkness with Thickness. by Ben Wagner · 8 years ago
  47. 3849b64 Only perform SkSafeRef race detection if on android framework by Derek Sollenberger · 8 years ago
  48. 6dd8814 Make reference counted assignment check for races. by Derek Sollenberger · 8 years ago
  49. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 8 years ago
  50. 2a65cc0 test (and fix) clip_restriction in canvas by Mike Reed · 8 years ago
  51. 4c55027 Add support for F32 sources to SkColorSpaceXform by Matt Sarett · 8 years ago
  52. 3130fbb remove SK_SUPPORT_LEGACY_DRAWVERTICES_VIRTUAL flag by Mike Reed · 8 years ago
  53. b1168a7 Improvements to readpixels GM by Brian Osman · 8 years ago
  54. d7b34a5 Make SkMemory.h and adjust all files for usage. by Herb Derby · 8 years ago
  55. ed182d7 Remove SkImage::MakeTextureFromPixmap by Brian Osman · 8 years ago
  56. 09de753 Move SkOSFile.h to src/core by Ben Wagner · 8 years ago
  57. ac6b1fa Remove budgeted parameter from SkSurface::makeImageSnapshot (take 2) by Robert Phillips · 8 years ago
  58. 06ee8e8 Revert "Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot""" by Yuqian Li · 8 years ago
  59. 6ab59ba remove unused params by Mike Reed · 8 years ago
  60. 31249bb Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot"" by Robert Phillips · 8 years ago
  61. fed9cfd remove legacy virtual for vertices, only support object form by Mike Reed · 8 years ago
  62. e88a1cb Revert[2] "More SkVertices implementation work"" by Mike Reed · 8 years ago
  63. 1eb3fef Revert "More SkVertices implementation work" by Mike Reed · 8 years ago
  64. 14583e1 More SkVertices implementation work by Mike Reed · 8 years ago
  65. 5fa6645 remove unused VerticesFlags by Mike Reed · 8 years ago
  66. aa9e332 Revert[4] "store vertices arrays inline with object"""" by Mike Reed · 8 years ago
  67. 0c492cf Revert[3] "store vertices arrays inline with object""" by Mike Reed · 8 years ago
  68. 9e9188f Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot" by Yuqian Li · 8 years ago
  69. b64bcbd Remove budgeted parameter from SkSurface::makeImageSnapshot by Robert Phillips · 8 years ago
  70. 755a2c6 Add SK_API to SkCreateColorSpaceXformCanvas by Christopher Cameron · 8 years ago
  71. 5eefb85 remove legacy clipop names by Mike Reed · 8 years ago
  72. 0b83319 SkDynamicMemoryWStream::detachAsStream() returns unique_ptr by Hal Canary · 8 years ago
  73. 7d9f9e3 Revert[2] "store vertices arrays inline with object"" by Mike Reed · 8 years ago
  74. 9e62df6 Revert "store vertices arrays inline with object" by Mike Reed · 8 years ago
  75. eaaebb1 store vertices arrays inline with object by Mike Reed · 8 years ago
  76. dabe8ac SkDynamicMemoryWStream::detachAsData more memory efficent by Hal Canary · 8 years ago
  77. 9a8065d add uniqueID by Mike Reed · 8 years ago
  78. bdce9c2 vertices to/from data by Mike Reed · 8 years ago
  79. 97eb4fe add SkVertices::Builder by Mike Reed · 8 years ago
  80. 73e6270 Expose SkColorSpaceTransferFn inversion function by Brian Osman · 8 years ago
  81. dce2590 Remove unused SkBitmap::RLEPixels by Leon Scroggins III · 8 years ago
  82. d374948 Consolidate Proxy caching code in GrResourceProvider by Robert Phillips · 8 years ago
  83. 4a01ac9 Purge GrTextBlobCache entries on SkTextBlob deletion by Florin Malita · 8 years ago
  84. 841101d SkColorSpaceXformCanvas by Mike Klein · 8 years ago
  85. 52fe583 Remove SK_SUPPORT_LEGACY_BROKEN_LERP support by Florin Malita · 8 years ago
  86. 3a9a7a3 Remove run count field from SkTextBlob. by Florin Malita · 8 years ago
  87. 4d1955c Fix SkFILEStream. by Ben Wagner · 8 years ago
  88. 566e53c re-guard against negative dimensions on no-draw canvas by Mike Reed · 8 years ago
  89. 4a21c94 move intermediate patheffect classes inside src by Mike Reed · 8 years ago
  90. 8310f0e Revert "remove SkClipVisitor" by Mike Reed · 8 years ago
  91. 91b961d remove SkClipVisitor by Mike Reed · 8 years ago
  92. ca49067 optimize intersect, use getType to utilize fast-case in preTranslate by Mike Reed · 8 years ago
  93. a136136 Revert[6] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""""" by Mike Reed · 8 years ago
  94. d83545e Add SkColorSpace::isSRGB() by Matt Sarett · 8 years ago
  95. 27d07f0 Revert "Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""""" by Mike Reed · 8 years ago
  96. 5b4599f Add SkImage::colorSpace() and SkImage::refColorSpace() by Matt Sarett · 8 years ago
  97. 025e244 Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""" by Mike Reed · 8 years ago
  98. 12da890 Revert "move some of patheffect internals into private" by Mike Reed · 8 years ago
  99. 7067fc6 move some of patheffect internals into private by Mike Reed · 8 years ago
  100. 32342f0 Rebase and fix chromium by Brian Osman · 8 years ago