1. c49e868 Rename flushForExternalRead->flushForExternalIO and always call in SkSurface::getTextureHandle by bsalomon · 9 years ago
  2. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  3. 56b73fc remove (legacy) NewFromData by reed · 9 years ago
  4. 871872f change old picture serialization to really handle images by reed · 9 years ago
  5. de49988 add callbacks to Images that wrap client-provided content by reed · 9 years ago
  6. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
  7. 5581236 Towards removing getTexture() on SkImage by bsalomon · 9 years ago
  8. 993a421 SkImage::NewFromYUVTexturesCopy by bsalomon · 9 years ago
  9. 8b26b99 new image from backend desc by reed · 9 years ago
  10. a85d4d0 Make drawImage a virtual on SkDevice by reed · 9 years ago
  11. 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
  12. 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
  13. 3538e3b Revert of Make drawImage a virtual on SkDevice (patchset #4 id:60001 of https://codereview.chromium.org/1122643005/) by reed · 9 years ago
  14. 14fe8fd Make drawImage a virtual on SkDevice by reed · 9 years ago
  15. 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
  16. 5392785 Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/1118823004/)" by reed · 9 years ago
  17. 973d1f1 Revert of make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/1118823004/) by reed · 9 years ago
  18. f603fb3 make drawImage a virtual on SkDevice by reed · 9 years ago
  19. cd6ca9e Make SkImage::getTexture() const by kkinnunen · 10 years ago
  20. 9e447c0 remove unneeded preroll by reed · 10 years ago
  21. 96a857e initial preroll api by reed · 10 years ago
  22. f803da1 add newImage API by reed · 10 years ago
  23. 4ef0c8a remove NewTexture? by reed · 10 years ago
  24. 5965c8a add ImageGenerator::NewFromData to porting layer by reed · 10 years ago
  25. 41af966 Revert of Revert of move remaining virtual draw methods to onDraw (patchset #1 id:1 of https://codereview.chromium.org/835913002/) by reed · 10 years ago
  26. e87e383 Revert of move remaining virtual draw methods to onDraw (patchset #5 id:80001 of https://codereview.chromium.org/817723005/) by reed · 10 years ago
  27. 2e0f7d5 move remaining virtual draw methods to onDraw by reed · 10 years ago
  28. f8d1874 add toString to SkImage by reed · 10 years ago
  29. b2497c2 change API contract: disallow zero-sized images or surfaces by reed · 10 years ago
  30. 96472de dd readPixels to SkImage by reed · 10 years ago
  31. 4af267b add SkImage::newSurface by reed · 10 years ago
  32. 5ceff91 Rename SkImage::draw(_, SkRect, SkRect) in SkImage::drawRect() by piotaixr · 10 years ago
  33. 90a36e5 Make SkImage::draw() private by piotaixr · 10 years ago
  34. b5fae93 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  35. 2456b76 Revert of SkCanvas::drawImage is the new way for drawing an SkImage to a Canvas (patchset #9 id:160001 of https://codereview.chromium.org/583453002/) by borenet · 10 years ago
  36. 4327899 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  37. d49226c Get rid of SkImage_Codec by piotaixr · 10 years ago
  38. d2a3522 Add the method isOpaque() to SkImage by piotaixr · 10 years ago
  39. ea4673f SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. by halcanary · 10 years ago
  40. 78ee93f Revert of SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. (https://codereview.chromium.org/465823003/) by halcanary · 10 years ago
  41. 186f7b0 SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. by halcanary · 10 years ago
  42. 8572fc0 mark all SkImage methods const, so we can make it thread-safe by reed · 10 years ago
  43. 76d5b47 Now able to set the localMatrix when creating a SkShader from a SkImage by piotaixr · 10 years ago
  44. cef04f8 Deleted SkImage::newShaderClamp: not used, not implemented. by piotaixr · 10 years ago
  45. 5e0995e Revert of Revert "Serialization of SkPictureImageFilter" (https://codereview.chromium.org/153583007/) by commit-bot@chromium.org · 11 years ago
  46. 7713c38 Revert "Serialization of SkPictureImageFilter" by fmalita@google.com · 11 years ago
  47. c5acc6c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  48. 4f7c615 add ways to peer into an image to get its pixels by reed@google.com · 11 years ago
  49. 1a033fb remove (now dead code) for SK_SUPPORT_LEGACY_COLORTYPE and SK_SUPPORT_LEGACY_ALPHATYPE by reed@google.com · 11 years ago
  50. 9230ea2 make info real in SkPixelRef, and add bitmap::asImageInfo by reed@google.com · 11 years ago
  51. 3443fd8 move SkImageInfo into its own header by reed@google.com · 11 years ago
  52. 23be7a5 add colortable enum to SkImage to ease interop between it and SkBitmap::Config by reed@google.com · 11 years ago
  53. 6e3e422 Break up SkLazyPixelRef functionally into class hierarchy. by commit-bot@chromium.org · 11 years ago
  54. f54ad6f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  55. 2bd8b81 move SkImage::ColorType into SkColorType by reed@google.com · 11 years ago
  56. 485e1c0 Patch SkImage.h so Chrome will compile by robertphillips@google.com · 11 years ago
  57. b1b6a46 Remove SK_ENABLE_LEGACY_API_ALIASING from SkImage.h by robertphillips@google.com · 11 years ago
  58. 572a865 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  59. 94248f8 add trailing quote on #error by reed@google.com · 11 years ago
  60. d28ba80 promote SkImage::AlphaType to SkAlphaType by reed@google.com · 11 years ago
  61. 956b310 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  62. 4d24b74 Make SkImage_Gpu share it's pixelref with the surface to prevent premature return to scratch pool. by commit-bot@chromium.org · 11 years ago
  63. 7f1af50 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  64. dfec28d Add SkImage->draw() call with src and dst rects. by commit-bot@chromium.org · 11 years ago
  65. 1d241f1 Revert "Add SkImage->draw() call with src and dst rects." by fmalita@google.com · 11 years ago
  66. 1d91600 Add SkImage->draw() call with src and dst rects. by commit-bot@chromium.org · 11 years ago
  67. 7def5e1 Separate core and images project. by scroggo@google.com · 11 years ago
  68. 4b0757b add encodeData() to SkImageEncoder, and add encoding to SkImage by reed@google.com · 11 years ago
  69. da90474 Adding public API method on SkImage for extracting the GPU texture handle. by junov@chromium.org · 11 years ago
  70. 96447be Adding SK_API to export SkImage and SkSurface API classes by junov@chromium.org · 11 years ago
  71. b947625 remove unused (and undefined) SkColorSpace parameter. by mike@reedtribe.org · 12 years ago
  72. 72ba668 Fix for error in r6214 (missing pre-declaration) by robertphillips@google.com · 12 years ago
  73. 97b6b07 Fleshed out GPU portion of image/surface feature by robertphillips@google.com · 12 years ago
  74. a27096b Sanitizing source files in Skia_Nightly_House_Keeping by skia.committer@gmail.com · 12 years ago
  75. 7edfb49 need to declare INHERITED for the instcount macros by reed@google.com · 12 years ago
  76. fd875e8 re-enable inst counting by reed@google.com · 12 years ago
  77. 97af1a6 Add caching of the snapshot image form a surface by reed@google.com · 12 years ago
  78. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  79. a22e211 Extended Inst counting to find "unknown" leaked object (SkTMaskGamma) by robertphillips@google.com · 12 years ago
  80. 5d4ba88 check-point for gpu support in SkImage/SkSurface by reed@google.com · 12 years ago
  81. 889b09e check-point for surface experiment by reed@google.com · 12 years ago
  82. f6627b7 check-point for image experiment by reed@google.com · 12 years ago
  83. bba65d9 experimental only by reed@google.com · 12 years ago