- 22471ed remove SkImage::applyFilter() -- unused, can always re-add later by reed · 9 years ago
- 05dd251 take gr-context parameter to refEncoded, indicating a desire for only gpu-specific formats by reed · 9 years ago
- 1cf6f9b Stop wrapping images backed by generators as bitmaps in SkGpuDevice (except when tiling) by bsalomon · 9 years ago
- 262a71b detect when we can filter bitmaps/images directly, w/o a tmp layer by reed · 9 years ago
- 0955303 scaling API on SkPixmap by reed · 9 years ago
- 88d064d add applyFilter() to SkImage by reed · 9 years ago
- afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
- af3fbfc SkImage doesn't use props, so don't need to store it by reed · 9 years ago
- 856e9d9 Revert[4] of add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
- b906daf Have /src files use header directly. by herb · 9 years ago
- e6e41a8 Move SkAtomics.h to private. by herb · 9 years ago
- 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
- fe05707 Revert[2] of add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
- 7b6945b remove unused (by the outside) SkImage::newSurface, and simplify newImage -> newSubset by reed · 9 years ago
- 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
- 0b93e31 add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
- 3b0d532 Purge cached resources on SkImage destruction. by fmalita · 9 years ago
- 746f31f have raster-image return itself as a texture by reed · 9 years ago
- efd50da impl preroll for all image backends by reed · 9 years ago
- 85d9178 Use SkImageCacherator in SkImages by reed · 9 years ago
- 86e90fa add preroll to image, for chrome's warmup pass by reed · 9 years ago
- 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
- ddbbdda SkImage method for detecting lazy decoding by fmalita · 9 years ago
- f3c15b7 Move SkTemplates.h to private. by bungeman · 9 years ago
- 80c772b unify pixelref and image ID space, so we can share IDs when we share pixels by reed · 9 years ago
- 3c06511 Add image->bitmap by reed · 9 years ago
- 871872f change old picture serialization to really handle images by reed · 9 years ago
- 5581236 Towards removing getTexture() on SkImage by bsalomon · 9 years ago
- a85d4d0 Make drawImage a virtual on SkDevice by reed · 10 years ago
- 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 · 10 years ago
- 620ba3a Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of https://codereview.chromium.org/1124003002/) by reed · 10 years ago
- 3538e3b Revert of Make drawImage a virtual on SkDevice (patchset #4 id:60001 of https://codereview.chromium.org/1122643005/) by reed · 10 years ago
- 14fe8fd Make drawImage a virtual on SkDevice by reed · 10 years ago
- 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 · 10 years ago
- 5392785 Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/1118823004/)" by reed · 10 years ago
- 973d1f1 Revert of make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/1118823004/) by reed · 10 years ago
- f603fb3 make drawImage a virtual on SkDevice by reed · 10 years ago
- 9e447c0 remove unneeded preroll by reed · 10 years ago
- 96a857e initial preroll api by reed · 10 years ago
- f803da1 add newImage API by reed · 10 years ago
- 96472de dd readPixels to SkImage by reed · 10 years ago
- 4af267b add SkImage::newSurface by reed · 10 years ago
- 5ceff91 Rename SkImage::draw(_, SkRect, SkRect) in SkImage::drawRect() by piotaixr · 10 years ago
- 8572fc0 mark all SkImage methods const, so we can make it thread-safe by reed · 10 years ago
- 76d5b47 Now able to set the localMatrix when creating a SkShader from a SkImage by piotaixr · 10 years ago
- cef04f8 Deleted SkImage::newShaderClamp: not used, not implemented. by piotaixr · 10 years ago
- 4f7c615 add ways to peer into an image to get its pixels by reed@google.com · 11 years ago
- e13af71 Revert of https://codereview.chromium.org/132643007/ by commit-bot@chromium.org · 11 years ago
- f0b56e7 Revert "Revert of https://codereview.chromium.org/129423002/" by reed@google.com · 11 years ago
- 9b06ba4 Revert of https://codereview.chromium.org/129423002/ by commit-bot@chromium.org · 11 years ago
- dd9ea92 add SkBitmap::installPixelRef() by reed@google.com · 11 years ago
- 7f1af50 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- dfec28d Add SkImage->draw() call with src and dst rects. by commit-bot@chromium.org · 11 years ago
- 1d241f1 Revert "Add SkImage->draw() call with src and dst rects." by fmalita@google.com · 11 years ago
- 1d91600 Add SkImage->draw() call with src and dst rects. by commit-bot@chromium.org · 11 years ago
- 3e50e99 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 4b0757b add encodeData() to SkImageEncoder, and add encoding to SkImage by reed@google.com · 11 years ago
- da90474 Adding public API method on SkImage for extracting the GPU texture handle. by junov@chromium.org · 12 years ago
- e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 97b6b07 Fleshed out GPU portion of image/surface feature by robertphillips@google.com · 12 years ago
- 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
- 58b21ec expand internal subclasses into separate files by reed@google.com · 12 years ago