aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkSpecialImage.h
Commit message (Expand)AuthorAge
* Retract GrTexture.h a bitGravatar Robert Phillips2017-06-09
* Remove SkSpecialImage's GrTexture-based ctorsGravatar Robert Phillips2017-02-21
* Remove asTextureRef from SkSpecialImage & update effects accordingly (take 2)Gravatar Robert Phillips2017-02-20
* Replace SkSpecialImage::makeTightSubset with asImage (take 2)Gravatar Robert Phillips2017-02-18
* Revert "Replace SkSpecialImage::makeTightSubset with asImage"Gravatar Robert Phillips2017-02-17
* Replace SkSpecialImage::makeTightSubset with asImageGravatar Robert Phillips2017-02-16
* Tighten up GrSurfaceProxy typingGravatar Robert Phillips2017-02-15
* Revert "Remove asTextureRef from SkSpecialImage & update effects accordingly"Gravatar Robert Phillips2017-02-08
* Remove asTextureRef from SkSpecialImage & update effects accordinglyGravatar Robert Phillips2017-02-07
* Plumb dst color space in many places, rather than "mode"Gravatar Brian Osman2016-12-09
* Support decoding images to multiple formats, depending on usageGravatar Brian Osman2016-11-21
* Revert "Support decoding images to multiple formats, depending on usage"Gravatar Brian Osman2016-11-15
* Support decoding images to multiple formats, depending on usageGravatar Brian Osman2016-11-15
* Consolidate GrSurfaceProxy Make methodsGravatar Robert Phillips2016-11-09
* Back SkSpecialImage_Gpu with a GrTextureProxyGravatar Robert Phillips2016-11-02
* Change SkSpecialImage::makeSurface and makeTightSurface to take outputGravatar brianosman2016-09-23
* Revert of Create special surfaces according to original device (not always in...Gravatar brianosman2016-09-23
* Change SkSpecialImage::makeSurface and makeTightSurface to take outputGravatar brianosman2016-09-23
* Remove isOpaque from SkSpecialImage, just use alpha typeGravatar brianosman2016-08-16
* Adding color space to SkSpecialImageGravatar brianosman2016-07-21
* remove dead methods now that we use specials exclusively for imagefiltersGravatar reed2016-07-20
* remove unused MakeFromPixmapGravatar reed2016-07-19
* Add another dollop of sk_sp to SkSpecialImage and SkSpecialSurfaceGravatar robertphillips2016-04-25
* Remove some unnecessary #includes of SkImageFilter.hGravatar senorblanco2016-04-22
* Begin removing deprecated (and now, unused) ImageFilter code pathsGravatar robertphillips2016-04-20
* Upgrade SkSpecialImage to have getTextureRef & getROPixels entry pointsGravatar robertphillips2016-04-08
* SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propa...Gravatar brianosman2016-04-06
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Update SkSpecialImage to be able to create tight SkImages and SkSurfacesGravatar robertphillips2016-03-21
* Add SkSpecialImage::makeTextureImage entry pointGravatar robertphillips2016-03-18
* Revert of Add SkSpecialImage::makeTextureImage entry point & update filterInp...Gravatar bungeman2016-03-18
* Add SkSpecialImage::makeTextureImage entry pointGravatar robertphillips2016-03-17
* Switch SkSpecialImage & SkSpecialSurface classes over to smart pointersGravatar robertphillips2016-03-17
* Add SkSpecialImage::extractSubset & NewFromPixmapGravatar robertphillips2016-03-17
* Revert of Add SkSpecialImage::extractSubset & NewFromPixmap (patchset #5 id:8...Gravatar robertphillips2016-03-16
* Add SkSpecialImage::extractSubset & NewFromPixmapGravatar robertphillips2016-03-16
* Switch SkImageSource image filter over to new onFilterImage interfaceGravatar robertphillips2016-03-09
* Swap over to using SkImageFilter::filterImage instead of filterImageDeprecatedGravatar robertphillips2016-03-07
* Update SkImageFilter's cache to handle SkSpecialImages and add unit testGravatar robertphillips2016-02-19
* Update SkSpecialImage APIGravatar robertphillips2016-02-18
* Change signature of SkSpecialImage::draw to take SkScalarsGravatar robertphillips2016-02-16
* Add SkSpecialImage & SkSpecialSurface classesGravatar robertphillips2016-02-04