1. 8e1c4e6 Remove asTextureRef from SkSpecialImage & update effects accordingly (take 2) by Robert Phillips · 8 years ago
  2. a5fdc97 Replace SkSpecialImage::makeTightSubset with asImage (take 2) by Robert Phillips · 8 years ago
  3. 6f9f7eb Expand use of GrMakeCachedBitmapProxy (take 2) by Robert Phillips · 8 years ago
  4. eae7524 Revert "Expand use of GrMakeCachedBitmapProxy" by Robert Phillips · 8 years ago
  5. 561d1f8 Expand use of GrMakeCachedBitmapProxy by Robert Phillips · 8 years ago
  6. e14349a Revert "Replace SkSpecialImage::makeTightSubset with asImage" by Robert Phillips · 8 years ago
  7. 5df6db1 Replace SkSpecialImage::makeTightSubset with asImage by Robert Phillips · 8 years ago
  8. 63c6746 Tighten up GrSurfaceProxy typing by Robert Phillips · 8 years ago
  9. e14d305 Add GrMakeCachedBitmapProxy by Robert Phillips · 8 years ago
  10. 696b293 Revert "Remove asTextureRef from SkSpecialImage & update effects accordingly" by Robert Phillips · 8 years ago
  11. e88cf6b Remove asTextureRef from SkSpecialImage & update effects accordingly by Robert Phillips · 8 years ago
  12. 77b3f32 Broaden checking of GrSurfaceProxy::MakeDeferred's return value by Robert Phillips · 8 years ago
  13. 6de9904 Reduce use of SkImage_Base::peekTexture by Robert Phillips · 8 years ago
  14. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
  15. e2f7d18 Add a deferred copy surface (take 3) by Robert Phillips · 8 years ago
  16. d316e77 Revert "Add a deferred copy surface (take 2)" by Robert Phillips · 8 years ago
  17. 398487a Add a deferred copy surface (take 2) by Robert Phillips · 8 years ago
  18. 293d696 Revert "Add a deferred copy surface" by Robert Phillips · 8 years ago
  19. 4431de6 Add a deferred copy surface by Robert Phillips · 8 years ago
  20. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  21. 7992da3 Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  22. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  23. e60ad62 Guard against instantiate & accessRenderTarget failures by Robert Phillips · 8 years ago
  24. 57ae6cf Revert "Support decoding images to multiple formats, depending on usage" by Brian Osman · 8 years ago
  25. c73a1ec Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  26. 7f6cd90 Start plumbing deferral of GPU resources in the image filters by Robert Phillips · 8 years ago
  27. 3743013 Consolidate GrSurfaceProxy Make methods by Robert Phillips · 8 years ago
  28. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  29. 8bc06d0 Back SkSpecialImage_Gpu with a GrTextureProxy by Robert Phillips · 8 years ago
  30. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  31. eed6b0e Change SkSpecialImage::makeSurface and makeTightSurface to take output by brianosman · 8 years ago
  32. 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
  33. 53c3808 Change SkSpecialImage::makeSurface and makeTightSurface to take output by brianosman · 8 years ago
  34. 80e9608 Remove isOpaque from SkSpecialImage, just use alpha type by brianosman · 8 years ago
  35. bd2bd5c lock special-raster while the caller's bitmap is in-scope by reed · 8 years ago
  36. c7ec7c9 remove/deprecate SkBitmap::getTexture, as it now always returns false by reed · 8 years ago
  37. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  38. f292a0c Remove SkGrPixelRef by robertphillips · 8 years ago
  39. afbf71d Adding color space to SkSpecialImage by brianosman · 8 years ago
  40. ad7604b Have MakeFromImage fission the SkImage into a raster or a texture (patchset #1 id:1 of https://codereview.chromium.org/2167813002/ )" by reed · 8 years ago
  41. 3fb8720 Revert of have MakeFromImage fission the SkImage into a raster or a texture (patchset #1 id:1 of https://codereview.chromium.org/2167813002/ ) by reed · 8 years ago
  42. a61bfc6 have MakeFromImage fission the SkImage into a raster or a texture by reed · 8 years ago
  43. dddbe38 Adding an SkColorSpace to SkImage_Gpu by brianosman · 8 years ago
  44. cf5c846 remove dead methods now that we use specials exclusively for imagefilters by reed · 8 years ago
  45. a2217ef use special-image for imagefilters and save/restore layer by reed · 8 years ago
  46. 7f3ff20 remove unused MakeFromPixmap by reed · 8 years ago
  47. 77d6f7d use gpu-image instead of wrapping in a bitmap for specialimage by reed · 8 years ago
  48. 982eb7f Add new SkSourceGammaTreatment enum, used in situations like mipmap construction, where we need to know if we should respect (vs. ignore) the gamma encoding of sRGB tagged images. Plumb that extensively. by brianosman · 8 years ago
  49. 4df1656 Tighten up SkSpecialSurface factory functions by robertphillips · 8 years ago
  50. ed086ca Revert of Remove gpu-specialization of SkSpecialImage (patchset #5 id:80001 of https://codereview.chromium.org/1918993002/ ) by robertphillips · 8 years ago
  51. 0533d6e Remove gpu-specialization of SkSpecialImage by robertphillips · 8 years ago
  52. c91fd34 Add another dollop of sk_sp to SkSpecialImage and SkSpecialSurface by robertphillips · 8 years ago
  53. 3e30227 Begin removing deprecated (and now, unused) ImageFilter code paths by robertphillips · 8 years ago
  54. 6461251 Upgrade SkSpecialImage to have getTextureRef & getROPixels entry points by robertphillips · 8 years ago
  55. 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
  56. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  57. 090b762 Temporary fix for --preAbandonGpuContext bug by robertphillips · 8 years ago
  58. 83f2e5a Switch SkColorFilterImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  59. 1579e3c Switch SkBlurImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  60. e8f3062 switch surface to sk_sp by reed · 8 years ago
  61. d25d06b Fix second memory leak in SkSpecialImage by robertphillips · 8 years ago
  62. d03b542 Potential fix for SpecialImageTest memory leak by robertphillips · 8 years ago
  63. b4bd11e Update SkSpecialImage to be able to create tight SkImages and SkSurfaces by robertphillips · 8 years ago
  64. a635936 sRGB support in Ganesh. Several pieces: by brianosman · 8 years ago
  65. 83c17fa Add SkSpecialImage::makeTextureImage entry point by robertphillips · 8 years ago
  66. 92701ab Revert of Add SkSpecialImage::makeTextureImage entry point & update filterInput (patchset #3 id:40001 of https://codereview.chromium.org/1813813002/ ) by bungeman · 8 years ago
  67. 0584901 Add SkSpecialImage::makeTextureImage entry point by robertphillips · 8 years ago
  68. 37bd7c3 Switch SkSpecialImage & SkSpecialSurface classes over to smart pointers by robertphillips · 8 years ago
  69. c571c00 Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ ) by brianosman · 8 years ago
  70. 9e3f1bf sRGB support in Ganesh. Several pieces: by brianosman · 8 years ago
  71. c5035e7 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 8 years ago
  72. 19dea94 Revert of Add SkSpecialImage::extractSubset & NewFromPixmap (patchset #5 id:80001 of https://codereview.chromium.org/1787883002/ ) by robertphillips · 8 years ago
  73. 2505814 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 8 years ago
  74. 6ceeebd unify peekPixels around pixmap parameter by reed · 9 years ago
  75. 6ac97b7 Switch SkImageSource image filter over to new onFilterImage interface by robertphillips · 9 years ago
  76. ab01ccd Rename SkSpecialImage::getBitmap to getBitmapDeprecated by robertphillips · 9 years ago
  77. 4418dba Swap over to using SkImageFilter::filterImage instead of filterImageDeprecated by robertphillips · 9 years ago
  78. 84a4e5a Remove internal calls to SkImage::getTexture by bsalomon · 9 years ago
  79. 3b087f4 Update SkSpecialImage API by robertphillips · 9 years ago
  80. e8c3497 Change signature of SkSpecialImage::draw to take SkScalars by robertphillips · 9 years ago
  81. b6c65e9 Add SkSpecialImage & SkSpecialSurface classes by robertphillips · 9 years ago