1. 185130c return and take SkImageGenerator as unique_ptr by Mike Reed · 8 years ago
  2. 9df70bb Picture backed images must have a bit depth and color space by Matt Sarett · 8 years ago
  3. 696b293 Revert "Remove asTextureRef from SkSpecialImage & update effects accordingly" by Robert Phillips · 8 years ago
  4. e88cf6b Remove asTextureRef from SkSpecialImage & update effects accordingly by Robert Phillips · 8 years ago
  5. 041f7df Bring back SkImage::makeTextureImage by Brian Osman · 8 years ago
  6. 3390e15 Expand SkImage::getTextureHandle call by Robert Phillips · 8 years ago
  7. b92234a Revert "Remove SkImage::MakeTextureFromPixmap" by Brian Osman · 8 years ago
  8. 03dd6d5 Reland "Refactor trimming logic for read/writePixels()" by Matt Sarett · 8 years ago
  9. 26ecfe0 Revert "Refactor trimming logic for read/writePixels()" by Matt Sarett · 8 years ago
  10. 977f64c Refactor trimming logic for read/writePixels() by Matt Sarett · 8 years ago
  11. 8ccbbb4 Remove SkImage::MakeTextureFromPixmap by Brian Osman · 8 years ago
  12. 0d4ff6c Fix code that relied on readPixels not doing color space conversion by Brian Osman · 8 years ago
  13. 84014f0 Respect SkColorSpace in SkPNGImageEncoder by Matt Sarett · 8 years ago
  14. e260959 Make SkImage_Base::onReadPixels() pure virtual by Matt Sarett · 8 years ago
  15. f9436b8 Allow constrained and unconstrained picture-images by Matt Sarett · 8 years ago
  16. e94255d Specify bit depth and color space in SkImage::MakeFromPicture() by Matt Sarett · 8 years ago
  17. d5733c7 remove SK_SUPPORT_LEGACY_PREROLL code by Mike Reed · 8 years ago
  18. 138ea97 Add color space to picture image as a creation parameter by Brian Osman · 8 years ago
  19. 9864257 hide deprecated SkImage::preroll by Mike Reed · 8 years ago
  20. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  21. d263413 Remove SkImage::makeTextureImage by Brian Osman · 8 years ago
  22. 1fcc404 SkEncodeImage: no more link-time registration by Hal Canary · 8 years ago
  23. db68301 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  24. a2b4bdc Revert 248ff023 & 2cb6cb72 by Hal Canary · 8 years ago
  25. 818d8a9 Handle nullptr from asTextureRef by brianosman · 8 years ago
  26. 248ff02 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  27. 7992da3 Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  28. 57ae6cf Revert "Support decoding images to multiple formats, depending on usage" by Brian Osman · 8 years ago
  29. c73a1ec Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  30. d3ea9b7 Enable SkImage_pinAsTexture to signal if the operation succeeded. by Derek Sollenberger · 8 years ago
  31. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  32. 294c1c4 Revert "Delete SkImage::encode(Type)" by Leon Scroggins · 8 years ago
  33. e48b4c5 Delete SkImage::encode(Type) by Matt Sarett · 8 years ago
  34. 67b39de s/SkAutoTUnref/sk_sp/ in src/ part 1 by Hal Canary · 8 years ago
  35. 09d9435 remove lots of legacy flags by Mike Reed · 8 years ago
  36. 9e2ed83 add isAlphaOnly() query by reed · 8 years ago
  37. 958788a remove 4 legacy flags (clients already updated) by Mike Reed · 8 years ago
  38. 6c15cc7 Modify deferred texture image API's handling of gamma by Brian Osman · 8 years ago
  39. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  40. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  41. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  42. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  43. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  44. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  45. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  46. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  47. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  48. 2a75e5d Add output format properties to SkImageFilter::Context by brianosman · 8 years ago
  49. 04a44d0 Add a transient image filter cache to SkImage::makeWithFilter & PDF by brianosman · 8 years ago
  50. 33e0cb5 Store mipmap levels in deferred texture image by cblume · 8 years ago
  51. 19fe41e Remove SkPixelRef::getTexture() by bsalomon · 8 years ago
  52. 69c166d Add alphaType() to SkImage by brianosman · 8 years ago
  53. 2d5b714 pin as texture api by reed · 8 years ago
  54. 6b2d7ac fix memory leak, remake Imageshader to use sk_sp by reed · 8 years ago
  55. a9ca05c Deserialize pictures with custom image-deserializer by reed · 8 years ago
  56. e9d55c5 Revert of Store mipmap levels in deferred texture image (patchset #11 id:200001 of https://codereview.chromium.org/2115023002/ ) by halcanary · 8 years ago
  57. d611314 Store mipmap levels in deferred texture image by cblume · 8 years ago
  58. 1ec04d9 rename FoceCopyMode to SkCopyPixelMode by reed · 8 years ago
  59. ffae30d Convert SkAutoTUnref<SkData> to sk_sp<SkData>. by bungeman · 8 years ago
  60. dddbe38 Adding an SkColorSpace to SkImage_Gpu by brianosman · 8 years ago
  61. 9ecaa1d Remove unused MakeFromTextureCopy API by brianosman · 8 years ago
  62. 634b430 Add a function to convert a texture backed SkImage to raster. by bsalomon · 8 years ago
  63. 6efeda4 Revert of Store mipmap levels in deferred texture image (patchset #15 id:280001 of https://codereview.chromium.org/2034933003/ ) by brianosman · 8 years ago
  64. b310519 Store mipmap levels in deferred texture image by cblume · 8 years ago
  65. be36d59 Fix SkImage::asLegacyBitmap() to respect color space info by msarett · 8 years ago
  66. 186d2d4 Plumbing mipmaps to the point of creation. by cblume · 8 years ago
  67. 5878dbd Image filters: implement SkImage::makeWithFilter(). by senorblanco · 8 years ago
  68. 18300a3 detach -> release by mtklein · 9 years ago
  69. 41b952c Add deferred texture upload API. by bsalomon · 9 years ago
  70. 7fb4f8b Revert "Revert of add Make variations to return SkImage by sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1778393002/ )" by reed · 9 years ago
  71. e683c56 Revert of add Make variations to return SkImage by sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1778393002/ ) by robertphillips · 9 years ago
  72. bd73ffb add Make variations to return SkImage by sk_sp by reed · 9 years ago
  73. 0d99686 Restore SkImage::NewTextureFromPixmap changes. by bsalomon · 9 years ago
  74. 2366408 TBR=robertphillips@google.com by bsalomon · 9 years ago
  75. 5671c5b SkImage now has makeShader to return sk_sp by reed · 9 years ago
  76. 6ceeebd unify peekPixels around pixmap parameter by reed · 9 years ago
  77. 045afea Add SkImage::NewTextureFromPixmap by bsalomon · 9 years ago
  78. 84a4e5a Remove internal calls to SkImage::getTexture by bsalomon · 9 years ago
  79. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  80. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 9 years ago
  81. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  82. de3a726 Make SkImage::readYUV8Planes const by Brian Salomon · 9 years ago
  83. f267c1e Add ability to extract YUV planes from SkImage by bsalomon · 9 years ago
  84. 8e74f80 Add SkImage factory method that forces image to be resolved to a texture. by bsalomon · 9 years ago
  85. 22471ed remove SkImage::applyFilter() -- unused, can always re-add later by reed · 9 years ago
  86. 05dd251 take gr-context parameter to refEncoded, indicating a desire for only gpu-specific formats by reed · 9 years ago
  87. f2848b6 default SkPixelSerializer by halcanary · 9 years ago
  88. a2e0567 Revert of default SkPixelSerializer (patchset #2 id:20001 of https://codereview.chromium.org/1507123002/ ) by halcanary · 9 years ago
  89. 808ce28 default SkPixelSerializer by halcanary · 9 years ago
  90. 290f00c Revert of default SkPixelSerializer (patchset #1 id:1 of https://codereview.chromium.org/1507123002/ ) by reed · 9 years ago
  91. b0bd151 default SkPixelSerializer by halcanary · 9 years ago
  92. 6b28017 SkPixelSerializer: support indexed pixels by halcanary · 9 years ago
  93. 6868c3f optimize the disable-caching case for SkImage::readPixels by reed · 9 years ago
  94. 0955303 scaling API on SkPixmap by reed · 9 years ago
  95. c9b5f8b tunnel down texture-size-constraint to imagefilters by reed · 9 years ago
  96. 88d064d add applyFilter() to SkImage by reed · 9 years ago
  97. af3fbfc SkImage doesn't use props, so don't need to store it by reed · 9 years ago
  98. 856e9d9 Revert[4] of add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  99. 476506d Revert of Revert[2] of add ImageShader, sharing code with its Bitmap cousin (patchset #11 id:200001 of https://codereview.chromium.org/1352293002/ ) by reed · 9 years ago
  100. c9e190d Revert of change pixel-serializer to support reencoding existing data (patchset #5 id:80001 of https://codereview.chromium.org/1373683003/ ) by reed · 9 years ago