1. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  2. bf111d7 Move SkOSPath out of include/core. by Ben Wagner · 8 years ago
  3. 9075634 Remove SkAutoTUnref from public API by Hal Canary · 8 years ago
  4. 294c1c4 Revert "Delete SkImage::encode(Type)" by Leon Scroggins · 8 years ago
  5. e48b4c5 Delete SkImage::encode(Type) by Matt Sarett · 8 years ago
  6. 260d9b3 Move SkChunkAlloc.h to include/private. by Ben Wagner · 8 years ago
  7. e9592f5 remove obsolete flags by Mike Reed · 8 years ago
  8. d6214d4 Further centralize computation of GrSurface VRAM consumption - take 2 by Robert Phillips · 8 years ago
  9. 51c5678 use reversePathTo in place of addPathReverse by caryclark · 8 years ago
  10. 9c46b68 Revert "Further centralize computation of GrSurface VRAM consumption" by Ben Wagner · 8 years ago
  11. 2fd58a2 Revert of use reversePathTo in place of addPathReverse (patchset #1 id:1 of https://codereview.chromium.org/2481463002/ ) by caryclark · 8 years ago
  12. d8db392 use reversePathTo in place of addPathReverse by caryclark · 8 years ago
  13. 12ae597 Use alignas to force alignment. by herb · 8 years ago
  14. ccd3c89 Further centralize computation of GrSurface VRAM consumption by Robert Phillips · 8 years ago
  15. 6805733 Remove SkAutoUnref. by Ben Wagner · 8 years ago
  16. faba371 remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM by Mike Reed · 8 years ago
  17. eea7c16 Add Matrix colorfilter pipeline stages. by Mike Klein · 8 years ago
  18. dc46bf1 Revert of Try to use only std::aligned_storage. (patchset #2 id:20001 of https://codereview.chromium.org/2468243002/ ) by benjaminwagner · 8 years ago
  19. e736e0c Try to use only std::aligned_storage. This does not change the API. by herb · 8 years ago
  20. d5def99 Remove SK_SUPPORT_LEGACY_SHADER_ASALOCALMATRIXSHADER by Ben Wagner · 8 years ago
  21. 7039f74 Remove SkImageInfoIsGammaCorrect, etc... by Brian Osman · 8 years ago
  22. 5e25717 hide setImageFilter(ptr) by Mike Reed · 8 years ago
  23. 09d9435 remove lots of legacy flags by Mike Reed · 8 years ago
  24. 94e1a2f SkPixmap::getColor() by Hal Canary · 8 years ago
  25. 9e2ed83 add isAlphaOnly() query by reed · 8 years ago
  26. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  27. 99e3f7d Remove unneeded SkColorSpace constructor TBR=reed@google.com BUG=skia: by Matt Sarett · 8 years ago
  28. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  29. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  30. e902f8d SkRasterPipelineBlitter simplifications by Mike Klein · 8 years ago
  31. 6f4293a Move when swapping, if possible. by bungeman · 8 years ago
  32. 618d304 GrConstColorProcessor uses 4f colors in the destination space by Brian Osman · 8 years ago
  33. 7614794 remove discardablepixelref by Mike Reed · 8 years ago
  34. a8834bb SkShader* refAs... to sk_sp<SkShader> makeAs... by Ben Wagner · 8 years ago
  35. 526972e Rename all color space factories from New* to Make* by Brian Osman · 8 years ago
  36. ee677f7 use conservative-clip-bit in pipecanvas by Mike Reed · 8 years ago
  37. 7cfd46a SkScalerContext to use smart pointers. by bungeman · 8 years ago
  38. 958788a remove 4 legacy flags (clients already updated) by Mike Reed · 8 years ago
  39. 34a2ca1 Add query to imagegenerator if it can efficiently generate a texture by Mike Reed · 8 years ago
  40. e1d6ff1 Class delete call unsized delete when size not known. by Ben Wagner · 8 years ago
  41. 9f532a3 Add helper to create random AsFPArgs for Ganesh unit tests by Brian Osman · 8 years ago
  42. 520ced6 SkDescriptors to be held in unique_ptr. by bungeman · 8 years ago
  43. afc0b0f Make SkColorSpaceXform an SK_API by Matt Sarett · 8 years ago
  44. 29121eb Avoid integer overflow in SkIcoCodec and SkImageInfo by Matt Sarett · 8 years ago
  45. 6c15cc7 Modify deferred texture image API's handling of gamma by Brian Osman · 8 years ago
  46. f489886 Cache dst LUTs in SkColorSpaceXform by Matt Sarett · 8 years ago
  47. c434f51 Add NewRGB() with float gamma to SkColorSpace public API by Matt Sarett · 8 years ago
  48. e54c75f remove SkError by Mike Klein · 8 years ago
  49. 7c602de Removed makeLinearGamma() from the public API for SkColorSpace by raftias · 8 years ago
  50. 16d2c67 Remove SK_SUPPORT_LEGACY_TEXTBLOB_BUILDER. by Ben Wagner · 8 years ago
  51. 8f2996c Revert of leave pixel memory uninitialized for opaque alpha type in SkSurface::MakeRaster (patchset #1 id:1 of https://codereview.chromium.org/2412633002/ ) by mtklein · 8 years ago
  52. c64ef35 leave pixel memory uninitialized for opaque alpha type in SkSurface::MakeRaster by lsalzman · 8 years ago
  53. 81f4b0d Remove hack allowing fRefCnt of 0. by Ben Wagner · 8 years ago
  54. df44fc5 Add SkColorSpaceTransferFn to SkColorSpace by Matt Sarett · 8 years ago
  55. 31d097e8 Add SkColorSpaceXform to the public API by msarett · 8 years ago
  56. a5a31dd Add SkColorSpacePrimaries to help with making D50 matrices by msarett · 8 years ago
  57. 1356978 Fix SkDeferredCanvas for use on android. by Herb Derby · 8 years ago
  58. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  59. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  60. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  61. 088e21b Harden degenerate gradient context handling by fmalita · 8 years ago
  62. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  63. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  64. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  65. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  66. a3b45d4 Move clip CTM application to SkRasterClip and SkClipStack by Brian Salomon · 8 years ago
  67. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  68. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  69. 5776508 Add a SkRWBuffer reserve mechanism by fmalita · 8 years ago
  70. 71df2d7 Add a src rect to drawImageLattice() API by msarett · 8 years ago
  71. d921dbb Propagate validation errors from inner readbuffer when deserializing picture. Also allow null paints. by reed · 8 years ago
  72. 872b4c8 Remove soft clip bool from SkCanvas by bsalomon · 8 years ago
  73. 627778d isABitmap is deprecated, use isAImage by Mike Reed · 8 years ago
  74. e25d71c Gradients are serialized (and can be constructed) as SkColor4f + SkColorSpace by brianosman · 8 years ago
  75. 7802c3d Move toXYZD50() to SkColorSpace_Base by msarett · 8 years ago
  76. eec8304 Added kSRGBLinear_Named color space, along with tests by brianosman · 8 years ago
  77. fc6c37b Remove stray semicolons. by Mike Klein · 8 years ago
  78. 6a259bf Revert of My take on SkAlign changes. (patchset #3 id:40001 of https://codereview.chromium.org/2368293002/ ) by mtklein · 8 years ago
  79. e1a5f4e My take on SkAlign changes. by mtklein · 8 years ago
  80. 97bbf82 Add SkColor4f serialization by brianosman · 8 years ago
  81. 49da334 Add validation of RRects to SkValidatingReadBuffer by Robert Phillips · 8 years ago
  82. d14df7c document.close from bool to void by reed · 8 years ago
  83. 2a75e5d Add output format properties to SkImageFilter::Context by brianosman · 8 years ago
  84. 6699838 allow clip calls w/o op param, remove unnecessary kReplace ops by reed · 8 years ago
  85. 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
  86. 67ac33e Remove SK_DECLARE_LEGACY_CREATE_FROM_FONTDATA. by bungeman · 8 years ago
  87. f93d711 SkFontData to use smart pointers. by bungeman · 8 years ago
  88. 606add3 Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://codereview.chromium.org/2339273002/ ) by bungeman · 8 years ago
  89. d8c2476 SkFontData to use smart pointers. by bungeman · 8 years ago
  90. 39eaf5f add helpers for using SkData with picture serialization by reed · 8 years ago
  91. c518a76 Clean up unused SkPictureRecorder::optimizeFor() by mtklein · 8 years ago
  92. 37283c2 Use sk_sp text blob APIs by fmalita · 8 years ago
  93. 54dc487 add pipecanvas by reed · 8 years ago
  94. 42943c8 change SkStreams to work with sk_sp<SkData> instead of SkData* by reed · 8 years ago
  95. 2a78fca helper to SkRect to create from SkISize by reed · 8 years ago
  96. 46f2d0a use expected name for setDrawLooper/getDrawLooper by reed · 8 years ago
  97. de68d6c Fix storage of gamut transform matrices in SkColorSpace by brianosman · 8 years ago
  98. 9441af5 Apple devices do not support CRC32 instructions. Don't believe Clang's lies. by mtklein · 8 years ago
  99. 971cd49 Cache the inverse matrix on SkColorSpace. Rename xyz() to toXYZ(). by brianosman · 8 years ago
  100. 56cbb23 Delete deprecated GammaNamed by msarett · 8 years ago