1. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 7 years ago
  2. 30a38ff Remove SkImage_Base::asTextureRef (in favor of asTextureProxyRef) by Robert Phillips · 7 years ago
  3. 73879eb Improve color type handling in SkImage_Base::makeColorSpace() by Matt Sarett · 7 years ago
  4. fde9bff Revert "Remove Android-specific SK_SUPPORT_LEGACY_IMG_SNAPSHOT flag" by Robert Phillips · 7 years ago
  5. c3efe67 Remove Android-specific SK_SUPPORT_LEGACY_IMG_SNAPSHOT flag by Robert Phillips · 7 years ago
  6. 0ae6faa Make SkImage_Gpu be deferred (take 2) by Robert Phillips · 7 years ago
  7. 0887c70 SkImage_Raster: Keep tmp in scope while it is in use by Matt Sarett · 7 years ago
  8. 271d495 check-headers-self-sufficient: update by Hal Canary · 7 years ago
  9. eaa78c4 Revert "Make SkImage_Gpu be deferred" by Robert Phillips · 7 years ago
  10. 0db235b Make SkImage_Gpu be deferred by Robert Phillips · 7 years ago
  11. ed182d7 Remove SkImage::MakeTextureFromPixmap by Brian Osman · 7 years ago
  12. 480951f Fix discardable memory bot by calling lockPixels() by Matt Sarett · 7 years ago
  13. ac6b1fa Remove budgeted parameter from SkSurface::makeImageSnapshot (take 2) by Robert Phillips · 7 years ago
  14. 919cc45 Revert "Revert "Add color spin test for SkColorSpaceXformCanvas"" by Mike Klein · 7 years ago
  15. 06ee8e8 Revert "Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot""" by Yuqian Li · 7 years ago
  16. 31249bb Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot"" by Robert Phillips · 7 years ago
  17. 73e21af Revert "Add color spin test for SkColorSpaceXformCanvas" by Eric Boren · 7 years ago
  18. 9e9188f Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot" by Yuqian Li · 7 years ago
  19. b64bcbd Remove budgeted parameter from SkSurface::makeImageSnapshot by Robert Phillips · 7 years ago
  20. 0c984a0 More pre-emptive proxification by Robert Phillips · 7 years ago
  21. cb01aec Add color spin test for SkColorSpaceXformCanvas by Matt Sarett · 7 years ago
  22. a4c41b3 Push setMipColorMode calls further down-stack & add to GrTextureProxy by Robert Phillips · 7 years ago
  23. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 7 years ago
  24. e0d4fba Viewer's nonlinear blend mode uses SkColorSpaceXformCanvas by Brian Osman · 7 years ago
  25. 63954c9 GPU version of onMakeColorSpace by Brian Osman · 7 years ago
  26. 6de1310 Begin implementation of SkImage_Base::makeColorSpace by Matt Sarett · 7 years ago
  27. 8f7d9b9 Revert "Begin implementation of SkImage_Base::makeColorSpace" by Mike Reed · 7 years ago
  28. 98629ef Begin implementation of SkImage_Base::makeColorSpace by Matt Sarett · 7 years ago
  29. 766fcbb Treat cross context images as Ganesh-created resources by Brian Osman · 7 years ago
  30. a6953f2 Revert "Treat cross context images as Ganesh-created resources" by Brian Osman · 7 years ago
  31. cccda60 Treat cross context images as Ganesh-created resources by Brian Osman · 7 years ago
  32. b726d58 Partially defer SkImage_Gpu by Robert Phillips · 7 years ago
  33. c1e3705 Remove more unused ownership arguments by Brian Osman · 7 years ago
  34. c65aec9 Make GrClip.h private by Brian Salomon · 7 years ago
  35. 538f1a3 Switch GrYUVProvider over to GrTextureProxies by Robert Phillips · 7 years ago
  36. f141fff Add SkImage_Base::onMakeColorSpace() stub by Matt Sarett · 7 years ago
  37. 3b65598 Make SkGr.h private and remove unused functions by Brian Osman · 7 years ago
  38. 4729914 Groundwork for nonlinear blending mode in Ganesh by Brian Osman · 7 years ago
  39. 5b4599f Add SkImage::colorSpace() and SkImage::refColorSpace() by Matt Sarett · 7 years ago
  40. 32342f0 Rebase and fix chromium by Brian Osman · 7 years ago
  41. 4447b64 Switch SkImageGenerator over to generating GrTextureProxies by Robert Phillips · 7 years ago
  42. fe3b516 Use GrSemaphore rather than GrFence for external texture data by Brian Osman · 7 years ago
  43. 655f347 Revert "Revert "Revert "Revert "Move GrTextureProvider to src"""" by Brian Osman · 7 years ago
  44. 580ffa0 Revert "Revert "Revert "Move GrTextureProvider to src""" by Brian Osman · 7 years ago
  45. 2fe8373 Revert "Revert "Move GrTextureProvider to src"" by Brian Osman · 7 years ago
  46. 13d7f5d Revert "Move GrTextureProvider to src" by Brian Osman · 7 years ago
  47. 24429c6 Move GrTextureProvider to src by Brian Osman · 7 years ago
  48. 2c2bc11 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 7 years ago
  49. aa1ab89 Revert "Add GrExternalTextureData and SkCrossContextImageData" by Brian Osman · 7 years ago
  50. 9ad1f92 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 7 years ago
  51. 22eb2f1 remove guard for SkImageGenerator api by Mike Reed · 7 years ago
  52. a5fdc97 Replace SkSpecialImage::makeTightSubset with asImage (take 2) by Robert Phillips · 7 years ago
  53. e14349a Revert "Replace SkSpecialImage::makeTightSubset with asImage" by Robert Phillips · 7 years ago
  54. 5df6db1 Replace SkSpecialImage::makeTightSubset with asImage by Robert Phillips · 7 years ago
  55. 185130c return and take SkImageGenerator as unique_ptr by Mike Reed · 7 years ago
  56. 63c6746 Tighten up GrSurfaceProxy typing by Robert Phillips · 7 years ago
  57. 9df70bb Picture backed images must have a bit depth and color space by Matt Sarett · 7 years ago
  58. 8572d85 Make raster pipeline support all pixel conversions by Matt Sarett · 7 years ago
  59. bfdc87a Revert "Revert "Always make SkImageShaders in heap."" by Herb Derby · 7 years ago
  60. 07f665e Revert "Always make SkImageShaders in heap." by Herb Derby · 7 years ago
  61. ff590a1 Always make SkImageShaders in heap. by Herb Derby · 7 years ago
  62. 54be5c9 Revert "More non-invertible shader local matrix guards" by Robert Phillips · 7 years ago
  63. 368af46 More non-invertible shader local matrix guards by Florin Malita · 7 years ago
  64. 696b293 Revert "Remove asTextureRef from SkSpecialImage & update effects accordingly" by Robert Phillips · 7 years ago
  65. e88cf6b Remove asTextureRef from SkSpecialImage & update effects accordingly by Robert Phillips · 7 years ago
  66. 83e939b Use SkArenaAlloc in the SkAutoBlitterChoose code. by Herb Derby · 7 years ago
  67. dd8b72a Revert "Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code." by Robert Phillips · 7 years ago
  68. 041f7df Bring back SkImage::makeTextureImage by Brian Osman · 7 years ago
  69. 2b57b7f Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code. by Herb Derby · 7 years ago
  70. 3390e15 Expand SkImage::getTextureHandle call by Robert Phillips · 7 years ago
  71. a54ccb2 Update SkSurface's cached image ownership handling to sk_sp by Robert Phillips · 7 years ago
  72. 6de9904 Reduce use of SkImage_Base::peekTexture by Robert Phillips · 7 years ago
  73. f200a90 Rationalize GrContext's Gr*Proxy getter naming by Robert Phillips · 7 years ago
  74. 26caf89 Add utilities to create GrSurfaceProxy & GrSurfaceContext from backend descs by Robert Phillips · 7 years ago
  75. 882ccaf Raster pipeline support for SkLocalMatrixShader composition by Florin Malita · 7 years ago
  76. b92234a Revert "Remove SkImage::MakeTextureFromPixmap" by Brian Osman · 8 years ago
  77. bc7a4fb Make GrYUVEffect take GrTextureProxies by Robert Phillips · 8 years ago
  78. 03dd6d5 Reland "Refactor trimming logic for read/writePixels()" by Matt Sarett · 8 years ago
  79. 26ecfe0 Revert "Refactor trimming logic for read/writePixels()" by Matt Sarett · 8 years ago
  80. 977f64c Refactor trimming logic for read/writePixels() by Matt Sarett · 8 years ago
  81. 8ccbbb4 Remove SkImage::MakeTextureFromPixmap by Brian Osman · 8 years ago
  82. aaedae7 Force Index8 to N32 in deferred texture path. by Brian Osman · 8 years ago
  83. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
  84. c485907 Revert "explictly fail to draw unpremul, as this is buggy, incomplete, tricky, and unused" by Joe Gregorio · 8 years ago
  85. 1baaaca explictly fail to draw unpremul, as this is buggy, incomplete, tricky, and unused by Mike Reed · 8 years ago
  86. 2c86249 Move read/write-Pixels up to GrSurfaceContext by Robert Phillips · 8 years ago
  87. 0d4ff6c Fix code that relied on readPixels not doing color space conversion by Brian Osman · 8 years ago
  88. a7d61a6 Revert "Continue making Ganesh use absolute texture coordinates" by Joe Gregorio · 8 years ago
  89. 4493a9d Continue making Ganesh use absolute texture coordinates by Robert Phillips · 8 years ago
  90. cb6266b Reland "Add SkImageInfoValidConversion() and SkImageInfoIsValid" by Matt Sarett · 8 years ago
  91. ac04fef Remove SkFallbackAlloc and SkFixedAlloc. by Herb Derby · 8 years ago
  92. 7a6c9f7 Revert "Add SkImageInfoValidConversion() and SkImageInfoIsValid" by Brian Osman · 8 years ago
  93. 986480a Revert "move SkDevice.h and SkBitmapDevice.h contents in to src headers" by Mike Reed · 8 years ago
  94. 2f719a6 move SkDevice.h and SkBitmapDevice.h contents in to src headers by Mike Reed · 8 years ago
  95. cf5d6ca Add SkImageInfoValidConversion() and SkImageInfoIsValid by Matt Sarett · 8 years ago
  96. 75a475c Try out refFoo pattern on GrRenderTargetContext by Robert Phillips · 8 years ago
  97. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  98. 84014f0 Respect SkColorSpace in SkPNGImageEncoder by Matt Sarett · 8 years ago
  99. e260959 Make SkImage_Base::onReadPixels() pure virtual by Matt Sarett · 8 years ago
  100. f9436b8 Allow constrained and unconstrained picture-images by Matt Sarett · 8 years ago