1. 2746765 Reduce reliance on the SkImage_Gpu's GrContext pointer by Robert Phillips · 6 years ago
  2. 148b7fd add saveBehind to canvas by Mike Reed · 6 years ago
  3. b9c4978 Remove dstColorSpace from SkSpecialImage::MakeFromImage by Brian Osman · 6 years ago
  4. e0e8393 Disable LCD text when drawing SkPictureImageFilter content by Robert Phillips · 6 years ago
  5. d9d8485 Retract GrTexture.h a bit by Robert Phillips · 7 years ago
  6. 2c6d2bf Remove SkSpecialImage's GrTexture-based ctors by Robert Phillips · 8 years ago
  7. 8e1c4e6 Remove asTextureRef from SkSpecialImage & update effects accordingly (take 2) by Robert Phillips · 8 years ago
  8. a5fdc97 Replace SkSpecialImage::makeTightSubset with asImage (take 2) by Robert Phillips · 8 years ago
  9. e14349a Revert "Replace SkSpecialImage::makeTightSubset with asImage" by Robert Phillips · 8 years ago
  10. 5df6db1 Replace SkSpecialImage::makeTightSubset with asImage by Robert Phillips · 8 years ago
  11. 63c6746 Tighten up GrSurfaceProxy typing by Robert Phillips · 8 years ago
  12. 696b293 Revert "Remove asTextureRef from SkSpecialImage & update effects accordingly" by Robert Phillips · 8 years ago
  13. e88cf6b Remove asTextureRef from SkSpecialImage & update effects accordingly by Robert Phillips · 8 years ago
  14. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  15. 7992da3 Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  16. 57ae6cf Revert "Support decoding images to multiple formats, depending on usage" by Brian Osman · 8 years ago
  17. c73a1ec Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  18. 3743013 Consolidate GrSurfaceProxy Make methods by Robert Phillips · 8 years ago
  19. 8bc06d0 Back SkSpecialImage_Gpu with a GrTextureProxy by Robert Phillips · 8 years ago
  20. eed6b0e Change SkSpecialImage::makeSurface and makeTightSurface to take output by brianosman · 8 years ago
  21. a76554d Revert of Create special surfaces according to original device (not always in N32) (patchset #9 id:160001 of https://codereview.chromium.org/2349373004/ ) by brianosman · 8 years ago
  22. 53c3808 Change SkSpecialImage::makeSurface and makeTightSurface to take output by brianosman · 8 years ago
  23. 80e9608 Remove isOpaque from SkSpecialImage, just use alpha type by brianosman · 8 years ago
  24. afbf71d Adding color space to SkSpecialImage by brianosman · 8 years ago
  25. cf5c846 remove dead methods now that we use specials exclusively for imagefilters by reed · 8 years ago
  26. 7f3ff20 remove unused MakeFromPixmap by reed · 8 years ago
  27. c91fd34 Add another dollop of sk_sp to SkSpecialImage and SkSpecialSurface by robertphillips · 8 years ago
  28. f557546 Remove some unnecessary #includes of SkImageFilter.h by senorblanco · 8 years ago
  29. 3e30227 Begin removing deprecated (and now, unused) ImageFilter code paths by robertphillips · 8 years ago
  30. 6461251 Upgrade SkSpecialImage to have getTextureRef & getROPixels entry points by robertphillips · 8 years ago
  31. 898235c SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propagated in a few places so that the backend can do the right thing for L32 vs S32 mode. by brianosman · 8 years ago
  32. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  33. b4bd11e Update SkSpecialImage to be able to create tight SkImages and SkSurfaces by robertphillips · 8 years ago
  34. 83c17fa Add SkSpecialImage::makeTextureImage entry point by robertphillips · 9 years ago
  35. 92701ab Revert of Add SkSpecialImage::makeTextureImage entry point & update filterInput (patchset #3 id:40001 of https://codereview.chromium.org/1813813002/ ) by bungeman · 9 years ago
  36. 0584901 Add SkSpecialImage::makeTextureImage entry point by robertphillips · 9 years ago
  37. 37bd7c3 Switch SkSpecialImage & SkSpecialSurface classes over to smart pointers by robertphillips · 9 years ago
  38. c5035e7 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 9 years ago
  39. 19dea94 Revert of Add SkSpecialImage::extractSubset & NewFromPixmap (patchset #5 id:80001 of https://codereview.chromium.org/1787883002/ ) by robertphillips · 9 years ago
  40. 2505814 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 9 years ago
  41. 6ac97b7 Switch SkImageSource image filter over to new onFilterImage interface by robertphillips · 9 years ago
  42. 4418dba Swap over to using SkImageFilter::filterImage instead of filterImageDeprecated by robertphillips · 9 years ago
  43. df7bb47 Update SkImageFilter's cache to handle SkSpecialImages and add unit test by robertphillips · 9 years ago
  44. 3b087f4 Update SkSpecialImage API by robertphillips · 9 years ago
  45. e8c3497 Change signature of SkSpecialImage::draw to take SkScalars by robertphillips · 9 years ago
  46. b6c65e9 Add SkSpecialImage & SkSpecialSurface classes by robertphillips · 9 years ago