1. 1ec04d9 rename FoceCopyMode to SkCopyPixelMode by reed · 8 years ago
  2. ffae30d Convert SkAutoTUnref<SkData> to sk_sp<SkData>. by bungeman · 8 years ago
  3. dddbe38 Adding an SkColorSpace to SkImage_Gpu by brianosman · 8 years ago
  4. 9ecaa1d Remove unused MakeFromTextureCopy API by brianosman · 8 years ago
  5. 634b430 Add a function to convert a texture backed SkImage to raster. by bsalomon · 8 years ago
  6. 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
  7. b310519 Store mipmap levels in deferred texture image by cblume · 8 years ago
  8. be36d59 Fix SkImage::asLegacyBitmap() to respect color space info by msarett · 8 years ago
  9. 186d2d4 Plumbing mipmaps to the point of creation. by cblume · 8 years ago
  10. 5878dbd Image filters: implement SkImage::makeWithFilter(). by senorblanco · 8 years ago
  11. 18300a3 detach -> release by mtklein · 8 years ago
  12. 41b952c Add deferred texture upload API. by bsalomon · 8 years ago
  13. 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 · 8 years ago
  14. e683c56 Revert of add Make variations to return SkImage by sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1778393002/ ) by robertphillips · 8 years ago
  15. bd73ffb add Make variations to return SkImage by sk_sp by reed · 8 years ago
  16. 0d99686 Restore SkImage::NewTextureFromPixmap changes. by bsalomon · 8 years ago
  17. 2366408 TBR=robertphillips@google.com by bsalomon · 8 years ago
  18. 5671c5b SkImage now has makeShader to return sk_sp by reed · 8 years ago
  19. 6ceeebd unify peekPixels around pixmap parameter by reed · 8 years ago
  20. 045afea Add SkImage::NewTextureFromPixmap by bsalomon · 8 years ago
  21. 84a4e5a Remove internal calls to SkImage::getTexture by bsalomon · 8 years ago
  22. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  23. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 8 years ago
  24. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  25. de3a726 Make SkImage::readYUV8Planes const by Brian Salomon · 9 years ago
  26. f267c1e Add ability to extract YUV planes from SkImage by bsalomon · 9 years ago
  27. 8e74f80 Add SkImage factory method that forces image to be resolved to a texture. by bsalomon · 9 years ago
  28. 22471ed remove SkImage::applyFilter() -- unused, can always re-add later by reed · 9 years ago
  29. 05dd251 take gr-context parameter to refEncoded, indicating a desire for only gpu-specific formats by reed · 9 years ago
  30. f2848b6 default SkPixelSerializer by halcanary · 9 years ago
  31. a2e0567 Revert of default SkPixelSerializer (patchset #2 id:20001 of https://codereview.chromium.org/1507123002/ ) by halcanary · 9 years ago
  32. 808ce28 default SkPixelSerializer by halcanary · 9 years ago
  33. 290f00c Revert of default SkPixelSerializer (patchset #1 id:1 of https://codereview.chromium.org/1507123002/ ) by reed · 9 years ago
  34. b0bd151 default SkPixelSerializer by halcanary · 9 years ago
  35. 6b28017 SkPixelSerializer: support indexed pixels by halcanary · 9 years ago
  36. 6868c3f optimize the disable-caching case for SkImage::readPixels by reed · 9 years ago
  37. 0955303 scaling API on SkPixmap by reed · 9 years ago
  38. c9b5f8b tunnel down texture-size-constraint to imagefilters by reed · 9 years ago
  39. 88d064d add applyFilter() to SkImage by reed · 9 years ago
  40. af3fbfc SkImage doesn't use props, so don't need to store it by reed · 9 years ago
  41. 856e9d9 Revert[4] of add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  42. 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
  43. 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
  44. 13f48dc change pixel-serializer to support reencoding existing data by reed · 9 years ago
  45. fe05707 Revert[2] of add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  46. 3f9deab Remove SkImage::newImage() by fmalita · 9 years ago
  47. 7b6945b remove unused (by the outside) SkImage::newSurface, and simplify newImage -> newSubset by reed · 9 years ago
  48. f260851 Revert of add ImageShader, sharing code with its Bitmap cousin (patchset #10 id:180001 of https://codereview.chromium.org/1342113002/ ) by tomhudson · 9 years ago
  49. 0b93e31 add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  50. 3b0d532 Purge cached resources on SkImage destruction. by fmalita · 9 years ago
  51. efd50da impl preroll for all image backends by reed · 9 years ago
  52. 85d9178 Use SkImageCacherator in SkImages by reed · 9 years ago
  53. 2be7125 Add a SkPixelSerializer SkImage encode variant by fmalita · 9 years ago
  54. d6b3031 forgot base impl by reed · 9 years ago
  55. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  56. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  57. ddbbdda SkImage method for detecting lazy decoding by fmalita · 9 years ago
  58. d5b7563 add SkImage::NewFromPicture and a GM to test it by reed · 9 years ago
  59. 02d91d1 lock pixels in image when bitmap is immutable and not-lazy by reed · 9 years ago
  60. 80c772b unify pixelref and image ID space, so we can share IDs when we share pixels by reed · 9 years ago
  61. 26e0e58 SkImage_Raster's pixels are always immutable. by reed · 9 years ago
  62. 9a5d1ab Make peekPixels() usable with raster surface snapshots by fmalita · 9 years ago
  63. 1c84634 add runtime option to provide data->imagegenerator factory by reed · 9 years ago
  64. 3c06511 Add image->bitmap by reed · 9 years ago
  65. 21217ab Remove SkImage::NewFromBitmap encoded data helper by fmalita · 9 years ago
  66. 5617900 add SkImage::NewFromBitmap by reed · 9 years ago
  67. c49e868 Rename flushForExternalRead->flushForExternalIO and always call in SkSurface::getTextureHandle by bsalomon · 9 years ago
  68. 871872f change old picture serialization to really handle images by reed · 9 years ago
  69. de49988 add callbacks to Images that wrap client-provided content by reed · 9 years ago
  70. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
  71. 5581236 Towards removing getTexture() on SkImage by bsalomon · 9 years ago
  72. 8b26b99 new image from backend desc by reed · 9 years ago
  73. a85d4d0 Make drawImage a virtual on SkDevice by reed · 9 years ago
  74. 06dad4b Revert of Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of https://codereview.chromium.org/1126273002/) by reed · 9 years ago
  75. 620ba3a Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of https://codereview.chromium.org/1124003002/) by reed · 9 years ago
  76. 3538e3b Revert of Make drawImage a virtual on SkDevice (patchset #4 id:60001 of https://codereview.chromium.org/1122643005/) by reed · 9 years ago
  77. 14fe8fd Make drawImage a virtual on SkDevice by reed · 9 years ago
  78. 119468b Revert of Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/11188… (patchset #2 id:20001 of https://codereview.chromium.org/1122813002/) by reed · 9 years ago
  79. 5392785 Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/1118823004/)" by reed · 9 years ago
  80. 973d1f1 Revert of make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/1118823004/) by reed · 9 years ago
  81. f603fb3 make drawImage a virtual on SkDevice by reed · 9 years ago
  82. cd6ca9e Make SkImage::getTexture() const by kkinnunen · 9 years ago
  83. 9e447c0 remove unneeded preroll by reed · 9 years ago
  84. 96a857e initial preroll api by reed · 10 years ago
  85. f803da1 add newImage API by reed · 10 years ago
  86. 5965c8a add ImageGenerator::NewFromData to porting layer by reed · 10 years ago
  87. f8d1874 add toString to SkImage by reed · 10 years ago
  88. 96472de dd readPixels to SkImage by reed · 10 years ago
  89. 4af267b add SkImage::newSurface by reed · 10 years ago
  90. 5ceff91 Rename SkImage::draw(_, SkRect, SkRect) in SkImage::drawRect() by piotaixr · 10 years ago
  91. 2cce421 Replace a forgotten call to SkImage::draw() by SkCanvas::drawImageRect() by piotaixr · 10 years ago
  92. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  93. 8482504 make allocPixels throw on failure by reed · 10 years ago
  94. 8572fc0 mark all SkImage methods const, so we can make it thread-safe by reed · 10 years ago
  95. 76d5b47 Now able to set the localMatrix when creating a SkShader from a SkImage by piotaixr · 10 years ago
  96. cef04f8 Deleted SkImage::newShaderClamp: not used, not implemented. by piotaixr · 10 years ago
  97. 466f5f3 remove SkBitmap::asImageInfo by commit-bot@chromium.org · 10 years ago
  98. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  99. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  100. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago