1. 1ec04d9 rename FoceCopyMode to SkCopyPixelMode by reed · 8 years ago[Renamed (84%) from src/image/SkImagePriv.h]
  2. 2dad769 make an image from a mutable bitmap by reed · 8 years ago
  3. 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
  4. 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
  5. bd73ffb add Make variations to return SkImage by sk_sp by reed · 8 years ago
  6. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  7. 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
  8. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  9. db7dc09 Remove SkImageMinRowBytes by scroggo · 9 years ago
  10. af3fbfc SkImage doesn't use props, so don't need to store it by reed · 9 years ago
  11. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  12. 02d91d1 lock pixels in image when bitmap is immutable and not-lazy by reed · 9 years ago
  13. 26e0e58 SkImage_Raster's pixels are always immutable. by reed · 9 years ago
  14. 9a5d1ab Make peekPixels() usable with raster surface snapshots by fmalita · 9 years ago
  15. 5617900 add SkImage::NewFromBitmap by reed · 9 years ago
  16. 759373a add colortable param to newrastercopy by reed · 9 years ago
  17. 8b26b99 new image from backend desc by reed · 9 years ago
  18. 73953e7 Make SkNewImageFromBitmap take pixel ref origin into account by kkinnunen · 9 years ago
  19. eaaaf0b Take budgeted param when snapping new image. by bsalomon · 10 years ago
  20. 3f10b9d clarify samplecount field in imagegpu by reed · 10 years ago
  21. 4af267b add SkImage::newSurface by reed · 10 years ago
  22. 6515175 Override SkCanvas::drawImage() in SkRecorder. by piotaixr · 10 years ago
  23. a29b5d8 Cleaning includes in SkImage-related files by piotaixr · 10 years ago
  24. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  25. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  26. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  27. cae54f1 remove picture-backed surfaces by commit-bot@chromium.org · 10 years ago
  28. c3bd8af add peekPixels to SkCanvas and SkSurface by commit-bot@chromium.org · 10 years ago
  29. bda591c Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromium.org/161733002/) by commit-bot@chromium.org · 10 years ago
  30. b2d93a9 add peekPixels to SkCanvas and SkSurface by mike@reedtribe.org · 10 years ago
  31. 61e96cd SkBitmap now really stores SkImageInfo -- config is just a ruse by commit-bot@chromium.org · 10 years ago
  32. 1195a28 Revert "SkBitmap now really stores SkImageInfo -- config is just a ruse" by mike@reedtribe.org · 10 years ago
  33. 169a0ed SkBitmap now really stores SkImageInfo -- config is just a ruse by mike@reedtribe.org · 10 years ago
  34. e13af71 Revert of https://codereview.chromium.org/132643007/ by commit-bot@chromium.org · 11 years ago
  35. f0b56e7 Revert "Revert of https://codereview.chromium.org/129423002/" by reed@google.com · 11 years ago
  36. 9b06ba4 Revert of https://codereview.chromium.org/129423002/ by commit-bot@chromium.org · 11 years ago
  37. dd9ea92 add SkBitmap::installPixelRef() by reed@google.com · 11 years ago
  38. 3d50ea1 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
  39. 1ad518b Revert of https://codereview.chromium.org/93703004/ by commit-bot@chromium.org · 11 years ago
  40. d665dc4 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
  41. 9230ea2 make info real in SkPixelRef, and add bitmap::asImageInfo by reed@google.com · 11 years ago
  42. 2bd8b81 move SkImage::ColorType into SkColorType by reed@google.com · 11 years ago
  43. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
  44. dfec28d Add SkImage->draw() call with src and dst rects. by commit-bot@chromium.org · 11 years ago
  45. 1d241f1 Revert "Add SkImage->draw() call with src and dst rects." by fmalita@google.com · 11 years ago
  46. 1d91600 Add SkImage->draw() call with src and dst rects. by commit-bot@chromium.org · 11 years ago
  47. 45c3db8 Fixed bug in SkSurface_Gpu to make the surface receive the new copy when copy by junov@chromium.org · 11 years ago
  48. 97b6b07 Fleshed out GPU portion of image/surface feature by robertphillips@google.com · 12 years ago
  49. 97af1a6 Add caching of the snapshot image form a surface by reed@google.com · 12 years ago
  50. 9ea5a3b change SkSurface::newCanvas() to getCanvas(), and redefine its life-cycle to be by reed@google.com · 12 years ago
  51. 58b21ec expand internal subclasses into separate files by reed@google.com · 12 years ago
  52. 70e3590 check-point for image/surface work by mike@reedtribe.org · 12 years ago
  53. 889b09e check-point for surface experiment by reed@google.com · 12 years ago