Plumb dst color space in many places, rather than "mode"
[platform/upstream/libSkiaSharp.git] / src / image / SkImage_Base.h
2016-12-09 Brian OsmanPlumb dst color space in many places, rather than ...
2016-11-21 Brian OsmanSupport decoding images to multiple formats, depending...
2016-11-17 Brian SalomonRename GrTextureParams to GrSamplerParams
2016-11-15 Brian OsmanRevert "Support decoding images to multiple formats...
2016-11-15 Brian OsmanSupport decoding images to multiple formats, depending...
2016-11-09 Derek SollenbergerEnable SkImage_pinAsTexture to signal if the operation...
2016-11-09 Brian OsmanRename SkSourceGammaTreatment to SkDestinationSurfaceCo...
2016-09-21 robertphillipsRemove unused SkImage_Base and SkImage_Gpu onNewSurface...
2016-08-17 brianosmanAdd alphaType() to SkImage
2016-08-17 reedfix no-gpu build
2016-08-17 reedpin as texture api
2016-08-01 reedimplement isABitmap for imageshader, return localmatrix...
2016-07-21 robertphillipsRemove SkGrPixelRef
2016-06-06 brianosmanAdd new SkSourceGammaTreatment enum, used in situations...
2016-04-19 herbAdd onImageInfo call to SkImage_Base.
2016-03-24 reedswitch surface to sk_sp
2016-03-17 reedupdate callsites for Make image factories
2016-03-11 reedRevert "Revert of add Make variations to return SkImage...
2016-03-11 robertphillipsRevert of add Make variations to return SkImage by...
2016-03-10 reedadd Make variations to return SkImage by sk_sp
2016-03-09 reedunify peekPixels around pixmap parameter
2016-02-29 bsalomonRemove internal calls to SkImage::getTexture
2016-01-09 reedremove SkImage::applyFilter() -- unused, can always...
2016-01-05 reedtake gr-context parameter to refEncoded, indicating...
2015-12-08 bsalomonStop wrapping images backed by generators as bitmaps...
2015-12-05 reeddetect when we can filter bitmaps/images directly,...
2015-11-23 reedscaling API on SkPixmap
2015-10-12 reedadd applyFilter() to SkImage
2015-10-12 bsalomonRemove image usage type enum. Use GrTextureParams instead.
2015-10-04 reedSkImage doesn't use props, so don't need to store it
2015-09-30 reedRevert[4] of add ImageShader, sharing code with its...
2015-09-29 herbHave /src files use header directly.
2015-09-28 herbMove SkAtomics.h to private.
2015-09-28 reedRevert of Revert[2] of add ImageShader, sharing code...
2015-09-25 reedRevert[2] of add ImageShader, sharing code with its...
2015-09-24 reedremove unused (by the outside) SkImage::newSurface...
2015-09-18 tomhudsonRevert of add ImageShader, sharing code with its Bitmap...
2015-09-18 reedadd ImageShader, sharing code with its Bitmap cousin
2015-09-18 fmalitaPurge cached resources on SkImage destruction.
2015-09-16 reedhave raster-image return itself as a texture
2015-09-14 reedimpl preroll for all image backends
2015-09-10 reedUse SkImageCacherator in SkImages
2015-09-01 reedadd preroll to image, for chrome's warmup pass
2015-08-27 halcanaryStyle Change: NULL->nullptr
2015-08-20 fmalitaSkImage method for detecting lazy decoding
2015-08-19 bungemanMove SkTemplates.h to private.
2015-07-31 reedunify pixelref and image ID space, so we can share...
2015-07-08 reedAdd image->bitmap
2015-06-22 reedchange old picture serialization to really handle images
2015-06-10 bsalomonTowards removing getTexture() on SkImage
2015-05-06 reedMake drawImage a virtual on SkDevice
2015-05-06 reedRevert of Revert of Revert of Make drawImage a virtual...
2015-05-06 reedRevert of Revert of Make drawImage a virtual on SkDevic...
2015-05-06 reedRevert of Make drawImage a virtual on SkDevice (patchse...
2015-05-05 reedMake drawImage a virtual on SkDevice
2015-05-05 reedRevert of Make drawImage a virtual on SkDevice (patchse...
2015-05-04 reedMake drawImage a virtual on SkDevice (patchset #3 id...
2015-05-04 reedRevert of make drawImage a virtual on SkDevice (patchse...
2015-05-04 reedmake drawImage a virtual on SkDevice
2015-02-15 reedremove unneeded preroll
2015-01-25 reedinitial preroll api
2015-01-23 reedadd newImage API
2014-12-10 reeddd readPixels to SkImage
2014-11-21 reedadd SkImage::newSurface
2014-09-26 piotaixrRename SkImage::draw(_, SkRect, SkRect) in SkImage...
2014-08-11 reedmark all SkImage methods const, so we can make it threa...
2014-07-22 piotaixrNow able to set the localMatrix when creating a SkShade...
2014-07-14 piotaixrDeleted SkImage::newShaderClamp: not used, not implemented.
2014-02-06 reed@google.comadd ways to peer into an image to get its pixels
2014-01-13 commit-bot@chromiu... Revert of https://codereview.chromium.org/132643007/
2014-01-13 reed@google.comRevert "Revert of https://codereview.chromium.org/12942...
2014-01-13 commit-bot@chromiu... Revert of https://codereview.chromium.org/129423002/
2014-01-13 reed@google.comadd SkBitmap::installPixelRef()
2013-07-24 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2013-07-23 commit-bot@chromiu... Add SkImage->draw() call with src and dst rects.
2013-07-22 fmalita@google.comRevert "Add SkImage->draw() call with src and dst rects."
2013-07-22 commit-bot@chromiu... Add SkImage->draw() call with src and dst rects.
2013-05-21 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2013-05-20 reed@google.comadd encodeData() to SkImageEncoder, and add encoding...
2013-05-01 junov@chromium.orgAdding public API method on SkImage for extracting...
2013-01-26 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2012-10-31 robertphillips@goo... Fleshed out GPU portion of image/surface feature
2012-08-23 rmistry@google.comResult of running tools/sanitize_source_files.py (which...
2012-07-30 reed@google.comexpand internal subclasses into separate files