- bcfc554 Add GrDirectContext arg to SkImage::readPixels by Adlai Holler · 4 years, 2 months ago
- efb5f07 Remove virtual SkImage_Base::getPlanes by Brian Salomon · 4 years, 3 months ago
- 8c7ecc1 Revert "Revert "Never share pixels when we make a subset image"" by Mike Reed · 4 years, 3 months ago
- 39d1c1e Revert "Never share pixels when we make a subset image" by Mike Reed · 4 years, 3 months ago
- 3eff245 Never share pixels when we make a subset image by Mike Reed · 4 years, 3 months ago
- e888fb2 Remove GrYUVProvider. by Brian Salomon · 4 years, 3 months ago
- 40ad5fd Migrate SkImage::flush methods to GrDirectContext by Adlai Holler · 4 years, 3 months ago
- d007281 Fix clang 12 Wsuggest-override and Wsuggest-destructor-override by Brian Salomon · 4 years, 3 months ago
- 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 3 months ago
- 2940538 Reland "Remove more GrContext imports & usage" by Adlai Holler · 4 years, 4 months ago
- 75c5168 Revert "Remove more GrContext imports & usage" by Adlai Holler · 4 years, 4 months ago
- dd13955 Remove more GrContext imports & usage by Adlai Holler · 4 years, 4 months ago
- 3a22017 Reland "Add a direct context arg to makeColorTypeAndColorSpace" by Adlai Holler · 4 years, 4 months ago
- 13711eb rename SkMipMap to SkMipmap by Mike Reed · 4 years, 4 months ago
- 779813a Revert "Add a direct context arg to makeColorTypeAndColorSpace" by Adlai Holler · 4 years, 4 months ago
- a56da9e Add a direct context arg to makeColorTypeAndColorSpace by Adlai Holler · 4 years, 4 months ago
- 2fe1569 Create mipmaps when creating images by Mike Reed · 4 years, 4 months ago
- 872a32c Add an arg to SkImage::makeSubset to take a direct context by Adlai Holler · 4 years, 4 months ago
- 4a3ebc2 Switch SkImage's & SkImageGenerator's isValid call over to GrRecordingContext by Robert Phillips · 4 years, 4 months ago
- 63a0a75 Reland "Add async rescale and read APIs to SkImage." by Brian Salomon · 4 years, 4 months ago
- 1caf378 Revert "Add async rescale and read APIs to SkImage." by Brian Salomon · 4 years, 4 months ago
- 7ac9b5f Add async rescale and read APIs to SkImage. by Brian Salomon · 4 years, 4 months ago
- 7c90211 Remove SkImage getTexture call. by Greg Daniel · 4 years, 8 months ago
- ecbb0fb Simplify view getters on GrTextureProducer. by Brian Salomon · 4 years, 8 months ago
- c8d092a Revert "Revert "Remove copies for wrap modes in GrTextureProducer."" by Brian Salomon · 4 years, 8 months ago
- bf5cb0f Revert "Remove copies for wrap modes in GrTextureProducer." by Robert Phillips · 4 years, 9 months ago
- 7fba244 Remove copies for wrap modes in GrTextureProducer. by Brian Salomon · 4 years, 9 months ago
- febdedf Switch SkImage_Base asTextureProxyRef to return view instead. by Greg Daniel · 4 years, 9 months ago
- cc21d0c Reland "Change refPinnedTextureProxy to return a view instead." by Greg Daniel · 4 years, 9 months ago
- ebc00f9 Revert "Change refPinnedTextureProxy to return a view instead." by Greg Daniel · 4 years, 9 months ago
- becd2fe Change refPinnedTextureProxy to return a view instead. by Greg Daniel · 4 years, 9 months ago
- 37c127f Rename view getters in various image subclasses. by Greg Daniel · 4 years, 9 months ago
- ccb6142 Allow implicit conversion from GrSamplerState::Filter to GrSamplerState by Brian Salomon · 4 years, 10 months ago
- 81b9897 Store GrSurfaceProxyView on SkImage. by Greg Daniel · 5 years ago
- d514837 Add SkImage::reinterpretColorSpace by Brian Osman · 5 years ago
- f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
- ad8efda Reland "Reland "Release YUVA planes in SkImage_GpuYUVA after flattenning to RGBA."" by Brian Salomon · 5 years ago
- 8fbca48 Revert "Reland "Release YUVA planes in SkImage_GpuYUVA after flattenning to RGBA."" by Brian Salomon · 5 years ago
- 622b6f5 Reland "Release YUVA planes in SkImage_GpuYUVA after flattenning to RGBA." by Brian Salomon · 5 years ago
- bc0c460 Revert "Release YUVA planes in SkImage_GpuYUVA after flattenning to RGBA." by Robert Phillips · 5 years ago
- a15f355 Release YUVA planes in SkImage_GpuYUVA after flattenning to RGBA. by Brian Salomon · 5 years ago
- f9a1fdf Reland "Add flush() to SkImage." by Brian Salomon · 5 years ago
- 693bc2b Revert "Add flush() to SkImage." by Brian Salomon · 5 years ago
- d0503a7 Add flush() to SkImage. by Brian Salomon · 5 years ago
- c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
- 5ad6fd3 Put SkImageInfo on SkImage to avoid cost of reconstructing for queries. by Brian Salomon · 6 years ago
- 6603a17 Make SkImage_Base::asTextureProxyRef take a GrRecordingContext parameter by Robert Phillips · 6 years ago
- 193c421 Remove peekProxy's side-effect behavior by Robert Phillips · 6 years ago
- 9338c60 Switch FP creation over to GrRecordingContext by Robert Phillips · 6 years ago
- fe0963c Move "matches" from GrContextThreadSafeProxy to GrContext_Base by Robert Phillips · 6 years ago
- fd0d970 Rename GrContext::uniqueID to contextID and hide it by Robert Phillips · 6 years ago
- f48c996 Revert "Revert "Add SkImage::makeColorTypeAndColorSpace"" by Brian Osman · 6 years ago
- 9a97c96 Revert "Add SkImage::makeColorTypeAndColorSpace" by Brian Osman · 6 years ago
- f855c3c Add SkImage::makeColorTypeAndColorSpace by Brian Osman · 6 years ago
- 2746765 Reduce reliance on the SkImage_Gpu's GrContext pointer by Robert Phillips · 6 years ago
- 30e0d7f Draw YUVA images with multitexture by Jim Van Verth · 6 years ago
- e24b587 Replace use of SkYUVSizeInfo with SkYUVASizeInfo by Jim Van Verth · 6 years ago
- 6064e1c Remove texColorSpace output param from various producer APIs by Brian Osman · 6 years ago
- e7fd8c3 Un-plumb dstColorSpace through GrTextureProducer by Brian Osman · 6 years ago
- e50cdf0 Remove unused dstColorSpace from getROPixels by Brian Osman · 6 years ago
- 8f11e43 Reland: Widen internal API to support more complex YUV formats by Jim Van Verth · 6 years ago
- f99a674 Revert "Widen internal API to support more complex YUV formats" by Jim Van Verth · 6 years ago
- 0c583af Widen internal API to support more complex YUV formats by Jim Van Verth · 6 years ago
- 3a16073 Revert "Revert "Use SkImage to manage mip map cache purging, not Bitmap/PixelRef"" by Brian Osman · 6 years ago
- f7ddaa8 Revert "Use SkImage to manage mip map cache purging, not Bitmap/PixelRef" by Brian Osman · 6 years ago
- 087c917 Use SkImage to manage mip map cache purging, not Bitmap/PixelRef by Brian Osman · 6 years ago
- 21bd60d Connect up YUVA images for testing. by Jim Van Verth · 6 years ago
- 15f0f29 Reland "Reland "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace""" by Brian Osman · 6 years ago
- 7f3ceba Revert "Reland "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace""" by Mike Klein · 6 years ago
- 4157687 Reland "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace"" by Brian Osman · 6 years ago
- 3a5ff10 Remove redundant SkImage virtuals by Brian Osman · 6 years ago
- 11f4994 Revert "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace"" by Brian Osman · 6 years ago
- 893052e Reland "Preserve colorType and alphaType in SkImage::makeColorSpace" by Brian Osman · 6 years ago
- 0d08b3e Revert "Preserve colorType and alphaType in SkImage::makeColorSpace" by Brian Osman · 6 years ago
- d842557 Preserve colorType and alphaType in SkImage::makeColorSpace by Brian Osman · 6 years ago
- b4a8eac Add SkImage_Base API to access planar data by Robert Phillips · 6 years ago
- bd65955 Remove SkImageCacherator entirely by Brian Osman · 6 years ago
- 2ad0820 Have SkImage_Base send out UniqueKey invalidations to GPU backend when destroyed. by Greg Daniel · 6 years ago
- 12dffda Remove unused onCanLazyGenerateOnGPU function by Brian Osman · 6 years ago
- 015c899 port most SkAtomic<T> to std::atomic<T> by Mike Klein · 6 years ago
- 30301c4 share helper for flagging when added to raster cache by Mike Reed · 6 years ago
- b62f50c Replace nearly all kRespect with kIgnore by Brian Osman · 6 years ago
- f2c7364 support image-subsets in serialization by Mike Reed · 6 years ago
- 6d138bf Reland "Remove GrBackendObject and all related functions from Skia." by Greg Daniel · 7 years ago
- e6c0fe0 Remove SK_IGNORE_SKIMAGE_ONREFENCODED_CHANGE. by Ben Wagner · 6 years ago
- bdf5433 SkImage::onRefEncoded to return sk_sp. by Ben Wagner · 6 years ago
- a0ca909 Revert "Remove GrBackendObject and all related functions from Skia." by Brian Osman · 6 years ago
- ccd4cfc Remove GrBackendObject and all related functions from Skia. by Greg Daniel · 7 years ago
- ba375a8 Add SK_SUPPORT_LEGACY_BACKEND_OBJECTS by Robert Phillips · 7 years ago
- 8caf85f Add GrBackendTexture/RenderTarget accessors to SkSurface by Robert Phillips · 7 years ago
- c550995 Add GrBackendTexture accessor to SkImage (take 2) by Robert Phillips · 7 years ago
- 56008aa Add SkColorType getter on SkImage. by Greg Daniel · 7 years ago
- 4f5a79c remove kRW_LegacyBitmapMode by Cary Clark · 7 years ago
- 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
- 8744405 Remove SkImage_Base::peekTexture call by Robert Phillips · 7 years ago
- 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
- f7beee7 Hide ctors of SkShader, SkImage & SkColorSpace by Florin Malita · 7 years ago
- 7f1d020 remove (possibly slow) call to refEncoded in getDeferredTextureImageData by Mike Reed · 7 years ago
- 5bbd076 SkImage::isValid by Brian Osman · 7 years ago
- 9f3dcb3 Reland "Add SkImage::makeColorSpace() with correct transfer fn behavior" by Matt Sarett · 8 years ago