Plumb dst color space in many places, rather than "mode"
[platform/upstream/libSkiaSharp.git] / src / image / SkImage_Gpu.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 Brian OsmanRename SkSourceGammaTreatment to SkDestinationSurfaceCo...
2016-10-27 bungemanRemove SkAutoTUnref and SkAutoTDelete from public includes.
2016-09-21 robertphillipsRemove unused SkImage_Base and SkImage_Gpu onNewSurface...
2016-08-17 brianosmanAdd alphaType() to SkImage
2016-08-17 reedpin as texture api
2016-07-22 brianosmanCleanup of code that converts from GPU-backed resources...
2016-07-21 robertphillipsRemove SkGrPixelRef
2016-07-20 brianosmanAdding an SkColorSpace to SkImage_Gpu
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-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-02-29 bsalomonRemove internal calls to SkImage::getTexture
2016-02-25 bsalomonMove Budgeted enum out of SkSurface, use in GrTexturePr...
2016-02-25 bsalomonRevert of Move Budgeted enum out of SkSurface, use...
2016-02-25 bsalomonMove Budgeted enum out of SkSurface, use in GrTexturePr...
2016-01-09 reedremove SkImage::applyFilter() -- unused, can always...
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-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-10 reedUse SkImageCacherator in SkImages
2015-08-04 reedcache private readback for gpu-images
2015-07-31 reedunify pixelref and image ID space, so we can share...
2015-06-26 mtkleinremove SkInstCnt
2015-06-10 bsalomonTowards removing getTexture() on SkImage
2015-05-07 reednew image from backend desc
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-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-02-13 bsalomonSplit out methods in GrGpuResource::CacheAccess that...
2015-01-23 bsalomonTake budgeted param when snapping new image.