1. 1450643 Remove unused class GrTextureMaker by Brian Salomon · 3 years, 6 months ago
  2. 6ef10e9 Add SkImage_Base::asFragmentProcessor(). by Brian Salomon · 3 years, 6 months ago
  3. d0924f3 Replace SkImage_Base::view() and ::refView() with new asView(). by Brian Salomon · 3 years, 9 months ago
  4. 7d2757f Implement SkImage::hasMipmaps() for GPU images by Brian Salomon · 3 years, 9 months ago
  5. 0c0b5a6 Remove SkYUVASizeInfo, make SkYUVAIndex a private part of SkYUVAInfo by Brian Salomon · 3 years, 10 months ago
  6. 9f8ee0d Remove legacy SkImageGenerator YUV planes interface by Brian Salomon · 4 years ago
  7. 59c60b0 Reland "Add idea of DataType to SkYUVAPixmapInfo." by Brian Salomon · 4 years, 2 months ago
  8. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 2 months ago
  9. c7fa895 Revert "Add idea of DataType to SkYUVAPixmapInfo." by Michael Ludwig · 4 years, 2 months ago
  10. ed63444 Add idea of DataType to SkYUVAPixmapInfo. by Brian Salomon · 4 years, 2 months ago
  11. bcfc554 Add GrDirectContext arg to SkImage::readPixels by Adlai Holler · 4 years, 2 months ago
  12. 87d42e5 A new way to specify YUVA planar data from SkCodec to SkImage_Lazy by Brian Salomon · 4 years, 2 months ago
  13. efb5f07 Remove virtual SkImage_Base::getPlanes by Brian Salomon · 4 years, 3 months ago
  14. 8c7ecc1 Revert "Revert "Never share pixels when we make a subset image"" by Mike Reed · 4 years, 3 months ago
  15. 39d1c1e Revert "Never share pixels when we make a subset image" by Mike Reed · 4 years, 3 months ago
  16. 3eff245 Never share pixels when we make a subset image by Mike Reed · 4 years, 3 months ago
  17. e888fb2 Remove GrYUVProvider. by Brian Salomon · 4 years, 3 months ago
  18. 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 3 months ago
  19. 3a22017 Reland "Add a direct context arg to makeColorTypeAndColorSpace" by Adlai Holler · 4 years, 3 months ago
  20. 779813a Revert "Add a direct context arg to makeColorTypeAndColorSpace" by Adlai Holler · 4 years, 3 months ago
  21. a56da9e Add a direct context arg to makeColorTypeAndColorSpace by Adlai Holler · 4 years, 3 months ago
  22. 872a32c Add an arg to SkImage::makeSubset to take a direct context by Adlai Holler · 4 years, 4 months ago
  23. 4a3ebc2 Switch SkImage's & SkImageGenerator's isValid call over to GrRecordingContext by Robert Phillips · 4 years, 4 months ago
  24. 31c0bcf remove (unused) duplicate field of fUniqueID by Mike Reed · 4 years, 5 months ago
  25. bc074a6 Add SkBudgeted parameter to SkImage::makeTextureImage(). by Brian Salomon · 4 years, 7 months ago
  26. 71fe945 Prevent unbounded listener growth on SkPixelRefs. by Brian Salomon · 4 years, 8 months ago
  27. 99a813c Avoid unbounded listener growth on SkImage_Lazy when textures are purged by Brian Salomon · 4 years, 8 months ago
  28. d620532 SkImage_Lazy::lockTextureProxyView computes its own key by Brian Salomon · 4 years, 8 months ago
  29. ecbb0fb Simplify view getters on GrTextureProducer. by Brian Salomon · 4 years, 8 months ago
  30. 6066b75 Remove cheap/any texture distinction from SkImageGenerator. by Brian Salomon · 4 years, 8 months ago
  31. c8d092a Revert "Revert "Remove copies for wrap modes in GrTextureProducer."" by Brian Salomon · 4 years, 8 months ago
  32. bf5cb0f Revert "Remove copies for wrap modes in GrTextureProducer." by Robert Phillips · 4 years, 8 months ago
  33. 7fba244 Remove copies for wrap modes in GrTextureProducer. by Brian Salomon · 4 years, 8 months ago
  34. febdedf Switch SkImage_Base asTextureProxyRef to return view instead. by Greg Daniel · 4 years, 9 months ago
  35. cc104db Have GrTextureProducer return views instead of proxies. by Greg Daniel · 4 years, 9 months ago
  36. 82c6b10 Better handle colorTypes in GrTexutreProducer. by Greg Daniel · 4 years, 9 months ago
  37. ccb6142 Allow implicit conversion from GrSamplerState::Filter to GrSamplerState by Brian Salomon · 4 years, 10 months ago
  38. d4b95d2 Revert "Implement refPinnedTextureProxy for SkImage_Lazy." by Robert Phillips · 5 years ago
  39. 1e0f2f3 Implement refPinnedTextureProxy for SkImage_Lazy. by Jim Van Verth · 5 years ago
  40. d514837 Add SkImage::reinterpretColorSpace by Brian Osman · 5 years ago
  41. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  42. 5ad6fd3 Put SkImageInfo on SkImage to avoid cost of reconstructing for queries. by Brian Salomon · 6 years ago
  43. 6603a17 Make SkImage_Base::asTextureProxyRef take a GrRecordingContext parameter by Robert Phillips · 6 years ago
  44. 9338c60 Switch FP creation over to GrRecordingContext by Robert Phillips · 6 years ago
  45. f48c996 Revert "Revert "Add SkImage::makeColorTypeAndColorSpace"" by Brian Osman · 6 years ago
  46. 9a97c96 Revert "Add SkImage::makeColorTypeAndColorSpace" by Brian Osman · 6 years ago
  47. f855c3c Add SkImage::makeColorTypeAndColorSpace by Brian Osman · 6 years ago
  48. e24b587 Replace use of SkYUVSizeInfo with SkYUVASizeInfo by Jim Van Verth · 6 years ago
  49. b70fd91 Remove colorType and colorSpace from bitmap cache key, and IWYU by Brian Osman · 6 years ago
  50. 00766bf Remove directGeneratePixels, and do some follow-up refactoring by Brian Osman · 6 years ago
  51. 6064e1c Remove texColorSpace output param from various producer APIs by Brian Osman · 6 years ago
  52. e7fd8c3 Un-plumb dstColorSpace through GrTextureProducer by Brian Osman · 6 years ago
  53. e50cdf0 Remove unused dstColorSpace from getROPixels by Brian Osman · 6 years ago
  54. 8f11e43 Reland: Widen internal API to support more complex YUV formats by Jim Van Verth · 6 years ago
  55. f99a674 Revert "Widen internal API to support more complex YUV formats" by Jim Van Verth · 6 years ago
  56. 0c583af Widen internal API to support more complex YUV formats by Jim Van Verth · 6 years ago
  57. a0dc3d2 Revert "Revert "Include color type and color space in bitmap cache key"" by Brian Osman · 6 years ago
  58. 9ff04c0 Revert "Include color type and color space in bitmap cache key" by Brian Osman · 6 years ago
  59. 274a89e Include color type and color space in bitmap cache key by Brian Osman · 6 years ago
  60. 15f0f29 Reland "Reland "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace""" by Brian Osman · 6 years ago
  61. 7f3ceba Revert "Reland "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace""" by Mike Klein · 6 years ago
  62. 4157687 Reland "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace"" by Brian Osman · 6 years ago
  63. 3a5ff10 Remove redundant SkImage virtuals by Brian Osman · 6 years ago
  64. e514fa0 Report "correct" color type for lazy images by Brian Osman · 6 years ago
  65. 11f4994 Revert "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace"" by Brian Osman · 6 years ago
  66. 4524e25 Fix Chrome iOS builder by Robert Phillips · 6 years ago
  67. 893052e Reland "Preserve colorType and alphaType in SkImage::makeColorSpace" by Brian Osman · 6 years ago
  68. 0d08b3e Revert "Preserve colorType and alphaType in SkImage::makeColorSpace" by Brian Osman · 6 years ago
  69. d842557 Preserve colorType and alphaType in SkImage::makeColorSpace by Brian Osman · 6 years ago
  70. b4a8eac Add SkImage_Base API to access planar data by Robert Phillips · 6 years ago
  71. bd65955 Remove SkImageCacherator entirely by Brian Osman · 6 years ago