1. 5671c5b SkImage now has makeShader to return sk_sp by reed · 9 years ago
  2. 6ceeebd unify peekPixels around pixmap parameter by reed · 9 years ago
  3. 045afea Add SkImage::NewTextureFromPixmap by bsalomon · 9 years ago
  4. 84a4e5a Remove internal calls to SkImage::getTexture by bsalomon · 9 years ago
  5. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  6. 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
  7. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  8. de3a726 Make SkImage::readYUV8Planes const by Brian Salomon · 9 years ago
  9. f267c1e Add ability to extract YUV planes from SkImage by bsalomon · 9 years ago
  10. 8e74f80 Add SkImage factory method that forces image to be resolved to a texture. by bsalomon · 9 years ago
  11. 22471ed remove SkImage::applyFilter() -- unused, can always re-add later by reed · 9 years ago
  12. 05dd251 take gr-context parameter to refEncoded, indicating a desire for only gpu-specific formats by reed · 9 years ago
  13. f2848b6 default SkPixelSerializer by halcanary · 9 years ago
  14. a2e0567 Revert of default SkPixelSerializer (patchset #2 id:20001 of https://codereview.chromium.org/1507123002/ ) by halcanary · 9 years ago
  15. 808ce28 default SkPixelSerializer by halcanary · 9 years ago
  16. 290f00c Revert of default SkPixelSerializer (patchset #1 id:1 of https://codereview.chromium.org/1507123002/ ) by reed · 9 years ago
  17. b0bd151 default SkPixelSerializer by halcanary · 9 years ago
  18. 6b28017 SkPixelSerializer: support indexed pixels by halcanary · 9 years ago
  19. 6868c3f optimize the disable-caching case for SkImage::readPixels by reed · 9 years ago
  20. 0955303 scaling API on SkPixmap by reed · 9 years ago
  21. c9b5f8b tunnel down texture-size-constraint to imagefilters by reed · 9 years ago
  22. 88d064d add applyFilter() to SkImage by reed · 9 years ago
  23. af3fbfc SkImage doesn't use props, so don't need to store it by reed · 9 years ago
  24. 856e9d9 Revert[4] of add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  25. 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
  26. 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
  27. 13f48dc change pixel-serializer to support reencoding existing data by reed · 9 years ago
  28. fe05707 Revert[2] of add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  29. 3f9deab Remove SkImage::newImage() by fmalita · 9 years ago
  30. 7b6945b remove unused (by the outside) SkImage::newSurface, and simplify newImage -> newSubset by reed · 9 years ago
  31. 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
  32. 0b93e31 add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  33. 3b0d532 Purge cached resources on SkImage destruction. by fmalita · 9 years ago
  34. efd50da impl preroll for all image backends by reed · 9 years ago
  35. 85d9178 Use SkImageCacherator in SkImages by reed · 9 years ago
  36. 2be7125 Add a SkPixelSerializer SkImage encode variant by fmalita · 9 years ago
  37. d6b3031 forgot base impl by reed · 9 years ago
  38. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  39. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  40. ddbbdda SkImage method for detecting lazy decoding by fmalita · 9 years ago
  41. d5b7563 add SkImage::NewFromPicture and a GM to test it by reed · 9 years ago
  42. 02d91d1 lock pixels in image when bitmap is immutable and not-lazy by reed · 9 years ago
  43. 80c772b unify pixelref and image ID space, so we can share IDs when we share pixels by reed · 9 years ago
  44. 26e0e58 SkImage_Raster's pixels are always immutable. by reed · 9 years ago
  45. 9a5d1ab Make peekPixels() usable with raster surface snapshots by fmalita · 9 years ago
  46. 1c84634 add runtime option to provide data->imagegenerator factory by reed · 9 years ago
  47. 3c06511 Add image->bitmap by reed · 9 years ago
  48. 21217ab Remove SkImage::NewFromBitmap encoded data helper by fmalita · 9 years ago
  49. 5617900 add SkImage::NewFromBitmap by reed · 9 years ago
  50. c49e868 Rename flushForExternalRead->flushForExternalIO and always call in SkSurface::getTextureHandle by bsalomon · 9 years ago
  51. 871872f change old picture serialization to really handle images by reed · 9 years ago
  52. de49988 add callbacks to Images that wrap client-provided content by reed · 9 years ago
  53. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
  54. 5581236 Towards removing getTexture() on SkImage by bsalomon · 9 years ago
  55. 8b26b99 new image from backend desc by reed · 9 years ago
  56. a85d4d0 Make drawImage a virtual on SkDevice by reed · 9 years ago
  57. 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
  58. 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
  59. 3538e3b Revert of Make drawImage a virtual on SkDevice (patchset #4 id:60001 of https://codereview.chromium.org/1122643005/) by reed · 9 years ago
  60. 14fe8fd Make drawImage a virtual on SkDevice by reed · 9 years ago
  61. 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
  62. 5392785 Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/1118823004/)" by reed · 9 years ago
  63. 973d1f1 Revert of make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/1118823004/) by reed · 9 years ago
  64. f603fb3 make drawImage a virtual on SkDevice by reed · 9 years ago
  65. cd6ca9e Make SkImage::getTexture() const by kkinnunen · 10 years ago
  66. 9e447c0 remove unneeded preroll by reed · 10 years ago
  67. 96a857e initial preroll api by reed · 10 years ago
  68. f803da1 add newImage API by reed · 10 years ago
  69. 5965c8a add ImageGenerator::NewFromData to porting layer by reed · 10 years ago
  70. f8d1874 add toString to SkImage by reed · 10 years ago
  71. 96472de dd readPixels to SkImage by reed · 10 years ago
  72. 4af267b add SkImage::newSurface by reed · 10 years ago
  73. 5ceff91 Rename SkImage::draw(_, SkRect, SkRect) in SkImage::drawRect() by piotaixr · 10 years ago
  74. 2cce421 Replace a forgotten call to SkImage::draw() by SkCanvas::drawImageRect() by piotaixr · 10 years ago
  75. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  76. 8482504 make allocPixels throw on failure by reed · 10 years ago
  77. 8572fc0 mark all SkImage methods const, so we can make it thread-safe by reed · 10 years ago
  78. 76d5b47 Now able to set the localMatrix when creating a SkShader from a SkImage by piotaixr · 10 years ago
  79. cef04f8 Deleted SkImage::newShaderClamp: not used, not implemented. by piotaixr · 10 years ago
  80. 466f5f3 remove SkBitmap::asImageInfo by commit-bot@chromium.org · 10 years ago
  81. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  82. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  83. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  84. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  85. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  86. 5e0995e Revert of Revert "Serialization of SkPictureImageFilter" (https://codereview.chromium.org/153583007/) by commit-bot@chromium.org · 11 years ago
  87. 7713c38 Revert "Serialization of SkPictureImageFilter" by fmalita@google.com · 11 years ago
  88. c5acc6c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  89. 4f7c615 add ways to peer into an image to get its pixels by reed@google.com · 11 years ago
  90. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  91. 3443fd8 move SkImageInfo into its own header by reed@google.com · 11 years ago
  92. 6e3e422 Break up SkLazyPixelRef functionally into class hierarchy. by commit-bot@chromium.org · 11 years ago
  93. dfec28d Add SkImage->draw() call with src and dst rects. by commit-bot@chromium.org · 11 years ago
  94. 1d241f1 Revert "Add SkImage->draw() call with src and dst rects." by fmalita@google.com · 11 years ago
  95. 1d91600 Add SkImage->draw() call with src and dst rects. by commit-bot@chromium.org · 11 years ago
  96. 7def5e1 Separate core and images project. by scroggo@google.com · 11 years ago
  97. 3e50e99 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  98. 1f6aed0 Move SkImage::encode to SkImage_Codec.cpp. by commit-bot@chromium.org · 11 years ago
  99. 4b0757b add encodeData() to SkImageEncoder, and add encoding to SkImage by reed@google.com · 11 years ago
  100. d2ada98 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago