1. d3df9ec SkImage::makeColorSpace(): Fix nullptr->sRGB bug with picture images by Matt Sarett · 7 years ago
  2. eee4d6e Make instantiate return a Boolean by Robert Phillips · 7 years ago
  3. 7e910df Implement an SkImage backed by a Android hardware buffer by Stan Iliev · 7 years ago
  4. 5edba45 [Reland] Relocate shaders to own dir by Florin Malita · 7 years ago
  5. f7beee7 Hide ctors of SkShader, SkImage & SkColorSpace by Florin Malita · 7 years ago
  6. d8872be Revert "Relocate shaders to own dir" by Stan Iliev · 7 years ago
  7. fabe0b2 Relocate shaders to own dir by Florin Malita · 7 years ago
  8. 4aed138 Reland of SkShaderBase by Florin Malita · 7 years ago
  9. d93e11c Revert "SkShaderBase" by Florin Malita · 7 years ago
  10. 58a7564 SkShaderBase by Florin Malita · 7 years ago
  11. b2004f7 Fix SkImage::onMakeColorSpace() for subset lazy images by Matt Sarett · 7 years ago
  12. bb5711a Remove GrSurfaceDesc member from GrSurfaceProxy. by Brian Salomon · 7 years ago
  13. 63e7973 Remove GrSurfaceProxy::desc() by Brian Salomon · 7 years ago
  14. 50e66d4 Remove GrRenderTargetContext::desc() by Brian Salomon · 7 years ago
  15. dedac85 Allow numerical color spaces with legacy rendering by Matt Sarett · 7 years ago
  16. f391f4e Pass alphaType to append_gamut_transform() to inform the clamp by Matt Sarett · 7 years ago
  17. fc84dc5 proposed: inclusive gradients, exclusive images by Mike Klein · 7 years ago
  18. 85d34b2 Remove SkCrossContextImageData and all support code by Brian Osman · 7 years ago
  19. 13dddce Added SkImage::MakeCrossContextFromEncoded by Brian Osman · 7 years ago
  20. ee2d9df make append_gamut_tranform() never fail by Mike Klein · 7 years ago
  21. 7f1d020 remove (possibly slow) call to refEncoded in getDeferredTextureImageData by Mike Reed · 7 years ago
  22. 449d78f Revert "Added SkImage::MakeCrossContextFromEncoded" by Brian Salomon · 7 years ago
  23. 83b1b3d Added SkImage::MakeCrossContextFromEncoded by Brian Osman · 7 years ago
  24. 5bbd076 SkImage::isValid by Brian Osman · 7 years ago
  25. 9f3dcb3 Reland "Add SkImage::makeColorSpace() with correct transfer fn behavior" by Matt Sarett · 7 years ago
  26. b59a9da Revert "Add SkImage::makeColorSpace() with correct transfer fn behavior" by Matt Sarett · 7 years ago
  27. 9ad0531 Add SkImage::makeColorSpace() with correct transfer fn behavior by Matt Sarett · 7 years ago
  28. f40b249 Validate SkSpecialSurface raster info by Florin Malita · 7 years ago
  29. 207282e Make GrBackendTexture take Gr*Info refs in ctor, and copy them. by Greg Daniel · 7 years ago
  30. bcf612b Revert "Revert "Plumb the use of GrBackendRenderTarget throughout Skia"" by Greg Daniel · 7 years ago
  31. a6e976a Only store width and height on SkPixelRef (part 1) by Matt Sarett · 7 years ago
  32. 736a9cc remove unused yuv methods by Mike Reed · 7 years ago
  33. 2fcd4a4 Revert "Only store width and height on SkPixelRef" by Ben Wagner · 7 years ago
  34. 2cbb666 Only store width and height on SkPixelRef by Matt Sarett · 7 years ago
  35. e3bd422 Revert "Plumb the use of GrBackendRenderTarget throughout Skia" by Greg Daniel · 7 years ago
  36. df7e075 Fold SkImageCacherator into SkImage_Lazy by Brian Osman · 7 years ago
  37. fdd77da Plumb the use of GrBackendRenderTarget throughout Skia by Greg Daniel · 7 years ago
  38. 6251771 Fix color space handling in SkImage_Gpu::getROPixels by Brian Osman · 7 years ago
  39. b8a1392 Fix uncached getROPixels from GPU images by Brian Osman · 7 years ago
  40. 4785897 Remove compressed texture support from cacherator by Brian Osman · 7 years ago
  41. dd3b3f4 Rm makeRenderTargetContext in favor of deferred version (take 3) by Robert Phillips · 7 years ago
  42. a28e2b0 Simplify SkImageCacherator slightly by Brian Osman · 7 years ago
  43. 2af746c Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)" by Robert Phillips · 7 years ago
  44. 02242e8 Rm makeRenderTargetContext in favor of deferred version (take 2) by Robert Phillips · 7 years ago
  45. f1b4382 Rename SkImage_Generator to SkImage_Lazy by Brian Osman · 7 years ago
  46. 7ef28f3 Revert "Revert "Plumb GrBackendTexture throughout skia."" by Greg Daniel · 7 years ago
  47. 6cc6ae75 SkColorSpaceXformer: Add SkShader::makeColorSpace() by Matt Sarett · 7 years ago
  48. 7fa5c31 Revert "Plumb GrBackendTexture throughout skia." by Stan Iliev · 7 years ago
  49. 7da62b9 Plumb GrBackendTexture throughout skia. by Greg Daniel · 7 years ago
  50. 9440345 Add backend safe classes for passing in external texture and render targets into gpu by Greg Daniel · 7 years ago
  51. 0cf45f6 Split SkCrossContextImageData into Image and BackendTexture subclasses by Greg Daniel · 7 years ago
  52. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 7 years ago
  53. ade76e9 getDeferredTextureImageData(): use legacy scaling in legacy mode by Matt Sarett · 7 years ago
  54. 0a90449 jumper, bilinear and bicubic sampling stages by Mike Klein · 7 years ago
  55. 921ebe5 clean ups in SkPixelRef by Mike Reed · 7 years ago
  56. 1119dc3 Remove discard from GrRenderTarget & force it to always go through a RenderTargetContext by Robert Phillips · 7 years ago
  57. 7a542c5 Change bitmapcache to not rely on lockpixels. by Mike Reed · 7 years ago
  58. 9342921 Revert "Rm makeRenderTargetContext in favor of deferred version" by Robert Phillips · 7 years ago
  59. d83ec04 Rm makeRenderTargetContext in favor of deferred version by Robert Phillips · 7 years ago
  60. 84c9cb7 getDeferredTextureImageData(): preserve color space in legacy mode by Matt Sarett · 7 years ago
  61. cf1b022 tweaks to make gather_* easier in SkJumper by Mike Klein · 7 years ago
  62. e78b725 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  63. 1b35256 Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2)" by Robert Phillips · 7 years ago
  64. aaee31f Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  65. cb87423 Add SkImage::makeColorSpace() to public API by Matt Sarett · 7 years ago
  66. 171cc5f Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv" by Robert Phillips · 7 years ago
  67. fb0bd98 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv by Robert Phillips · 7 years ago
  68. 6b3155c Revert[4] "clean up (partially) colortable api"""" by Mike Reed · 7 years ago
  69. d531ca0 Use SkTransferFunctionBehavior in SkImageGenerator by Matt Sarett · 7 years ago
  70. 5b1dba8 Support parametric transfer functions in SkImage_Raster::onMakeColorSpace() by Matt Sarett · 7 years ago
  71. b14131c Revert "Revert[2] "clean up (partially) colortable api""" by Mike Reed · 7 years ago
  72. 9920b10 Revert[2] "clean up (partially) colortable api"" by Mike Reed · 7 years ago
  73. 1d1165c Revert "clean up (partially) colortable api" by Mike Klein · 7 years ago
  74. 2e491a6 clean up (partially) colortable api by Mike Reed · 7 years ago
  75. 7ee385e Add GrSurfaceProxy* parameter to GrContext::flush by Robert Phillips · 7 years ago
  76. d2adc66 Use SkTransferFunctionBehavior for raster pixel conversions by Matt Sarett · 7 years ago
  77. f86bc2c SkImage_Generator::onMakeColorSpace avoid 565 by Matt Sarett · 7 years ago
  78. 2084ffa Revert "Fix SkImage_Gpu::getROPixels" by Brian Salomon · 7 years ago
  79. 3798c86 Remove GrFragmentProcessor-derived class' GrTexture-based ctors by Robert Phillips · 7 years ago
  80. 5fa3d6d Revert "Revert "simplify api to bitmapcache"" by Mike Reed · 7 years ago
  81. dd1b4e9 Revert "simplify api to bitmapcache" by Florin Malita · 7 years ago
  82. 9f4b0ae simplify api to bitmapcache by Mike Reed · 7 years ago
  83. f4d443f Fix SkImage_Gpu::getROPixels by Brian Osman · 7 years ago
  84. f388093 Delete SkColorSpace::ColorSpaceFlags by Matt Sarett · 7 years ago
  85. a3bdd44 Revert "Revert "Remove Android-specific SK_SUPPORT_LEGACY_IMG_SNAPSHOT flag"" by Robert Phillips · 7 years ago
  86. 7807580 Make SkGr.h GrTexture-free by Robert Phillips · 7 years ago
  87. 4f358be Make SkImageCacherator be deferred (take 2) by Robert Phillips · 7 years ago
  88. e3060ba Revert "Make SkImageCacherator be deferred" by Robert Phillips · 7 years ago
  89. 801f8b8 Make SkImageCacherator be deferred by Robert Phillips · 7 years ago
  90. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 7 years ago
  91. 30a38ff Remove SkImage_Base::asTextureRef (in favor of asTextureProxyRef) by Robert Phillips · 7 years ago
  92. 73879eb Improve color type handling in SkImage_Base::makeColorSpace() by Matt Sarett · 7 years ago
  93. fde9bff Revert "Remove Android-specific SK_SUPPORT_LEGACY_IMG_SNAPSHOT flag" by Robert Phillips · 7 years ago
  94. c3efe67 Remove Android-specific SK_SUPPORT_LEGACY_IMG_SNAPSHOT flag by Robert Phillips · 7 years ago
  95. 0ae6faa Make SkImage_Gpu be deferred (take 2) by Robert Phillips · 7 years ago
  96. 0887c70 SkImage_Raster: Keep tmp in scope while it is in use by Matt Sarett · 7 years ago
  97. 271d495 check-headers-self-sufficient: update by Hal Canary · 8 years ago
  98. eaa78c4 Revert "Make SkImage_Gpu be deferred" by Robert Phillips · 7 years ago
  99. 0db235b Make SkImage_Gpu be deferred by Robert Phillips · 7 years ago
  100. ed182d7 Remove SkImage::MakeTextureFromPixmap by Brian Osman · 7 years ago