1. ccb6142 Allow implicit conversion from GrSamplerState::Filter to GrSamplerState by Brian Salomon · 4 years, 9 months ago
  2. 81b9897 Store GrSurfaceProxyView on SkImage. by Greg Daniel · 4 years, 10 months ago
  3. d514837 Add SkImage::reinterpretColorSpace by Brian Osman · 5 years ago
  4. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  5. ad8efda Reland "Reland "Release YUVA planes in SkImage_GpuYUVA after flattenning to RGBA."" by Brian Salomon · 5 years ago
  6. 8fbca48 Revert "Reland "Release YUVA planes in SkImage_GpuYUVA after flattenning to RGBA."" by Brian Salomon · 5 years ago
  7. 622b6f5 Reland "Release YUVA planes in SkImage_GpuYUVA after flattenning to RGBA." by Brian Salomon · 5 years ago
  8. bc0c460 Revert "Release YUVA planes in SkImage_GpuYUVA after flattenning to RGBA." by Robert Phillips · 5 years ago
  9. a15f355 Release YUVA planes in SkImage_GpuYUVA after flattenning to RGBA. by Brian Salomon · 5 years ago
  10. f9a1fdf Reland "Add flush() to SkImage." by Brian Salomon · 5 years ago
  11. 693bc2b Revert "Add flush() to SkImage." by Brian Salomon · 5 years ago
  12. d0503a7 Add flush() to SkImage. by Brian Salomon · 5 years ago
  13. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  14. 5ad6fd3 Put SkImageInfo on SkImage to avoid cost of reconstructing for queries. by Brian Salomon · 6 years ago
  15. 6603a17 Make SkImage_Base::asTextureProxyRef take a GrRecordingContext parameter by Robert Phillips · 6 years ago
  16. 193c421 Remove peekProxy's side-effect behavior by Robert Phillips · 6 years ago
  17. 9338c60 Switch FP creation over to GrRecordingContext by Robert Phillips · 6 years ago
  18. fe0963c Move "matches" from GrContextThreadSafeProxy to GrContext_Base by Robert Phillips · 6 years ago
  19. fd0d970 Rename GrContext::uniqueID to contextID and hide it by Robert Phillips · 6 years ago
  20. f48c996 Revert "Revert "Add SkImage::makeColorTypeAndColorSpace"" by Brian Osman · 6 years ago
  21. 9a97c96 Revert "Add SkImage::makeColorTypeAndColorSpace" by Brian Osman · 6 years ago
  22. f855c3c Add SkImage::makeColorTypeAndColorSpace by Brian Osman · 6 years ago
  23. 2746765 Reduce reliance on the SkImage_Gpu's GrContext pointer by Robert Phillips · 6 years ago
  24. 30e0d7f Draw YUVA images with multitexture by Jim Van Verth · 6 years ago
  25. e24b587 Replace use of SkYUVSizeInfo with SkYUVASizeInfo by Jim Van Verth · 6 years ago
  26. 6064e1c Remove texColorSpace output param from various producer APIs by Brian Osman · 6 years ago
  27. e7fd8c3 Un-plumb dstColorSpace through GrTextureProducer by Brian Osman · 6 years ago
  28. e50cdf0 Remove unused dstColorSpace from getROPixels by Brian Osman · 6 years ago
  29. 8f11e43 Reland: Widen internal API to support more complex YUV formats by Jim Van Verth · 6 years ago
  30. f99a674 Revert "Widen internal API to support more complex YUV formats" by Jim Van Verth · 6 years ago
  31. 0c583af Widen internal API to support more complex YUV formats by Jim Van Verth · 6 years ago
  32. 3a16073 Revert "Revert "Use SkImage to manage mip map cache purging, not Bitmap/PixelRef"" by Brian Osman · 6 years ago
  33. f7ddaa8 Revert "Use SkImage to manage mip map cache purging, not Bitmap/PixelRef" by Brian Osman · 6 years ago
  34. 087c917 Use SkImage to manage mip map cache purging, not Bitmap/PixelRef by Brian Osman · 6 years ago
  35. 21bd60d Connect up YUVA images for testing. by Jim Van Verth · 6 years ago
  36. 15f0f29 Reland "Reland "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace""" by Brian Osman · 6 years ago
  37. 7f3ceba Revert "Reland "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace""" by Mike Klein · 6 years ago
  38. 4157687 Reland "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace"" by Brian Osman · 6 years ago
  39. 3a5ff10 Remove redundant SkImage virtuals by Brian Osman · 6 years ago
  40. 11f4994 Revert "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace"" by Brian Osman · 6 years ago
  41. 893052e Reland "Preserve colorType and alphaType in SkImage::makeColorSpace" by Brian Osman · 6 years ago
  42. 0d08b3e Revert "Preserve colorType and alphaType in SkImage::makeColorSpace" by Brian Osman · 6 years ago
  43. d842557 Preserve colorType and alphaType in SkImage::makeColorSpace by Brian Osman · 6 years ago
  44. b4a8eac Add SkImage_Base API to access planar data by Robert Phillips · 6 years ago
  45. bd65955 Remove SkImageCacherator entirely by Brian Osman · 6 years ago
  46. 2ad0820 Have SkImage_Base send out UniqueKey invalidations to GPU backend when destroyed. by Greg Daniel · 6 years ago
  47. 12dffda Remove unused onCanLazyGenerateOnGPU function by Brian Osman · 6 years ago
  48. 015c899 port most SkAtomic<T> to std::atomic<T> by Mike Klein · 6 years ago
  49. 30301c4 share helper for flagging when added to raster cache by Mike Reed · 6 years ago
  50. b62f50c Replace nearly all kRespect with kIgnore by Brian Osman · 6 years ago
  51. f2c7364 support image-subsets in serialization by Mike Reed · 6 years ago
  52. 6d138bf Reland "Remove GrBackendObject and all related functions from Skia." by Greg Daniel · 6 years ago
  53. e6c0fe0 Remove SK_IGNORE_SKIMAGE_ONREFENCODED_CHANGE. by Ben Wagner · 6 years ago
  54. bdf5433 SkImage::onRefEncoded to return sk_sp. by Ben Wagner · 6 years ago
  55. a0ca909 Revert "Remove GrBackendObject and all related functions from Skia." by Brian Osman · 6 years ago
  56. ccd4cfc Remove GrBackendObject and all related functions from Skia. by Greg Daniel · 6 years ago
  57. ba375a8 Add SK_SUPPORT_LEGACY_BACKEND_OBJECTS by Robert Phillips · 7 years ago
  58. 8caf85f Add GrBackendTexture/RenderTarget accessors to SkSurface by Robert Phillips · 7 years ago
  59. c550995 Add GrBackendTexture accessor to SkImage (take 2) by Robert Phillips · 7 years ago
  60. 56008aa Add SkColorType getter on SkImage. by Greg Daniel · 7 years ago
  61. 4f5a79c remove kRW_LegacyBitmapMode by Cary Clark · 7 years ago
  62. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  63. 8744405 Remove SkImage_Base::peekTexture call by Robert Phillips · 7 years ago
  64. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  65. f7beee7 Hide ctors of SkShader, SkImage & SkColorSpace by Florin Malita · 7 years ago
  66. 7f1d020 remove (possibly slow) call to refEncoded in getDeferredTextureImageData by Mike Reed · 7 years ago
  67. 5bbd076 SkImage::isValid by Brian Osman · 7 years ago
  68. 9f3dcb3 Reland "Add SkImage::makeColorSpace() with correct transfer fn behavior" by Matt Sarett · 7 years ago
  69. b59a9da Revert "Add SkImage::makeColorSpace() with correct transfer fn behavior" by Matt Sarett · 7 years ago
  70. 9ad0531 Add SkImage::makeColorSpace() with correct transfer fn behavior by Matt Sarett · 7 years ago
  71. 736a9cc remove unused yuv methods by Mike Reed · 7 years ago
  72. 4785897 Remove compressed texture support from cacherator by Brian Osman · 7 years ago
  73. cb87423 Add SkImage::makeColorSpace() to public API by Matt Sarett · 8 years ago
  74. 3798c86 Remove GrFragmentProcessor-derived class' GrTexture-based ctors by Robert Phillips · 8 years ago
  75. 30a38ff Remove SkImage_Base::asTextureRef (in favor of asTextureProxyRef) by Robert Phillips · 8 years ago
  76. 0ae6faa Make SkImage_Gpu be deferred (take 2) by Robert Phillips · 8 years ago
  77. eaa78c4 Revert "Make SkImage_Gpu be deferred" by Robert Phillips · 8 years ago
  78. 0db235b Make SkImage_Gpu be deferred by Robert Phillips · 8 years ago
  79. 6de1310 Begin implementation of SkImage_Base::makeColorSpace by Matt Sarett · 8 years ago
  80. 8f7d9b9 Revert "Begin implementation of SkImage_Base::makeColorSpace" by Mike Reed · 8 years ago
  81. 98629ef Begin implementation of SkImage_Base::makeColorSpace by Matt Sarett · 8 years ago
  82. b726d58 Partially defer SkImage_Gpu by Robert Phillips · 8 years ago
  83. 538f1a3 Switch GrYUVProvider over to GrTextureProxies by Robert Phillips · 8 years ago
  84. f141fff Add SkImage_Base::onMakeColorSpace() stub by Matt Sarett · 8 years ago
  85. 6de9904 Reduce use of SkImage_Base::peekTexture by Robert Phillips · 8 years ago
  86. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
  87. e260959 Make SkImage_Base::onReadPixels() pure virtual by Matt Sarett · 8 years ago
  88. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  89. 7992da3 Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  90. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  91. 57ae6cf Revert "Support decoding images to multiple formats, depending on usage" by Brian Osman · 8 years ago
  92. c73a1ec Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  93. d3ea9b7 Enable SkImage_pinAsTexture to signal if the operation succeeded. by Derek Sollenberger · 8 years ago
  94. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  95. df55827 Remove unused SkImage_Base and SkImage_Gpu onNewSurface methods by robertphillips · 8 years ago
  96. 69c166d Add alphaType() to SkImage by brianosman · 8 years ago
  97. 0e7bddf fix no-gpu build by reed · 8 years ago
  98. 2d5b714 pin as texture api by reed · 8 years ago
  99. f1ac182 implement isABitmap for imageshader, return localmatrix for bitmap's impl by reed · 8 years ago
  100. f292a0c Remove SkGrPixelRef by robertphillips · 8 years ago