- d2ccbb5 Have GrTextureEffect factories take a view as input. by Greg Daniel · 4 years, 9 months ago
- 37c127f Rename view getters in various image subclasses. by Greg Daniel · 4 years, 9 months ago
- c61d7e3 Rename various getters related to GrSurfaceProxyView. by Greg Daniel · 4 years, 9 months ago
- cc104db Have GrTextureProducer return views instead of proxies. by Greg Daniel · 4 years, 9 months ago
- 40903af Update GrSurfaceProxy::Copy to return a view. by Greg Daniel · 4 years, 9 months ago
- 45c9487 Add SkImage::MakeTextureFromCompressed and deprecate MakeFromCompressed by Robert Phillips · 4 years, 9 months ago
- 6f5441a Remove create function in proxyProvider that takes a raster SkImage. by Greg Daniel · 4 years, 9 months ago
- 162e04b Expand the compressed_textures GM by Robert Phillips · 4 years, 9 months ago
- 99dead9 Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types (take 2) by Robert Phillips · 4 years, 9 months ago
- 3da9e94 Revert "Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types" by Robert Phillips · 4 years, 9 months ago
- 3234ce1 Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types by Robert Phillips · 4 years, 10 months ago
- ca6b2f4 Revert "Revert "Move GrDomainEffect functionality into GrTextureEffect and delete"" by Brian Salomon · 4 years, 9 months ago
- 1c3e6cf Revert "Move GrDomainEffect functionality into GrTextureEffect and delete" by Brian Salomon · 4 years, 9 months ago
- 988af46 Move GrDomainEffect functionality into GrTextureEffect and delete the former. by Brian Salomon · 4 years, 10 months ago
- 11b05bc Don't make promises about rowbytes by Mike Reed · 4 years, 10 months ago
- b58a3c7 Remove fConfig from GrSurfaceDesc. by Greg Daniel · 4 years, 10 months ago
- ce3ddaa Pass readSwizzle into more proxy creation to not use config. by Greg Daniel · 4 years, 10 months ago
- 3a83392 Add missing 'GrProtected' parameter to createCompressedTexture call chain by Robert Phillips · 4 years, 10 months ago
- 7c165a4 Reland "Reland "Pass in a SkColorType into SkImage_Gpu ctor."" by Greg Daniel · 4 years, 10 months ago
- 3eedc97 Make SkImageInfo::validRowBytes consider alignment by Leon Scroggins III · 4 years, 10 months ago
- 9ed88b3 Revert "Reland "Pass in a SkColorType into SkImage_Gpu ctor."" by Ben Wagner aka dogben · 4 years, 10 months ago
- 938106d Reland "Pass in a SkColorType into SkImage_Gpu ctor." by Greg Daniel · 4 years, 10 months ago
- 82c6b10 Better handle colorTypes in GrTexutreProducer. by Greg Daniel · 4 years, 10 months ago
- 3155f7f Pass in a GrColorType into our Copy call. by Greg Daniel · 4 years, 10 months ago
- 42032cb Revert "Pass in a SkColorType into SkImage_Gpu ctor." by Mike Klein · 4 years, 10 months ago
- 1d17543 Pass in a SkColorType into SkImage_Gpu ctor. by Greg Daniel · 4 years, 10 months ago
- e4720c6 Expand SkImage::MakeFromCompressed to support mipMapping by Robert Phillips · 4 years, 10 months ago
- 3912a4b Update GrSurface/RenderTargetContexts to take and store GrSurfaceProxyViews. by Greg Daniel · 4 years, 10 months ago
- bfb7211 Reland "Remove GrPaint::addColorTextureProcessor" by Brian Salomon · 4 years, 10 months ago
- 67d0f3f Revert "Remove GrPaint::addColorTextureProcessor" by Jim Van Verth · 4 years, 10 months ago
- a92320d Remove GrPaint::addColorTextureProcessor by Brian Salomon · 4 years, 10 months ago
- ccb6142 Allow implicit conversion from GrSamplerState::Filter to GrSamplerState by Brian Salomon · 4 years, 10 months ago
- a88cab1 Add CachingHint to makeRasterImage, default to kDisallow by Brian Osman · 4 years, 10 months ago
- ba0ff78 Move the remainder of GrRenderTargetContext factories. by Greg Daniel · 4 years, 10 months ago
- e20fcad Reland "Move makeDeferredRenderTargetContext calls to factory on RTC." by Greg Daniel · 4 years, 10 months ago
- e276701 Add method to delay drawable acquisition from MTKView by Jim Van Verth · 4 years, 10 months ago
- a4f207e Revert "Move makeDeferredRenderTargetContext calls to factory on RTC." by Jim Van Verth · 4 years, 10 months ago
- 1c16b43 Move makeDeferredRenderTargetContext calls to factory on RTC. by Greg Daniel · 4 years, 10 months ago
- ca9dbe2 Updated proxy isProtected to return a GrProtected enum. by Greg Daniel · 4 years, 10 months ago
- 9f744f7 Change GrGpu::onCreateCompressedTexture signature by Robert Phillips · 4 years, 11 months ago
- bfa19c4 Add factories to GrSurfaceContext and clean up creation flow. by Greg Daniel · 4 years, 11 months ago
- ead321b Add glue to link the GrContext createCompressedBackendTexture API to the GL and Vulkan backends by Robert Phillips · 4 years, 11 months ago
- 14b5721 Rename GrCaps textureSwizzle to readSwizzle. by Greg Daniel · 4 years, 11 months ago
- b915c94 Add interface(s) for compressed backend texture support by Robert Phillips · 4 years, 11 months ago
- 1a372c3 Add SurfaceView for SkImage_GpuYUVA's flattened proxy. by Greg Daniel · 4 years, 11 months ago
- dd5f655 Don't allocate invalidation messages for generators that make uncacheable textures by Brian Osman · 4 years, 11 months ago
- 46e366a Remove GrTextureContext. by Greg Daniel · 4 years, 11 months ago
- 81b9897 Store GrSurfaceProxyView on SkImage. by Greg Daniel · 5 years ago
- f46d5ca use std::make_unique by Mike Klein · 5 years ago
- 826484f Always report SkImage_Gpu subclasses as being texture backed. by Greg Daniel · 5 years ago
- 5fab909 Revert "Rename GLRTFBOIDIs0 to WrapsSwapchainSurface and use for Metal." by Jim Van Verth · 5 years ago
- fc11844 Reland "Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType""" by Brian Salomon · 5 years ago
- 50299de Reland "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Robert Phillips · 5 years ago
- 997b37f Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Brian Salomon · 5 years ago
- b1edfde Rename GLRTFBOIDIs0 to WrapsSwapchainSurface and use for Metal. by Jim Van Verth · 5 years ago
- 078e8fa Revert "Make FP optimizations helpers use SkAlphaType not GrColorType" by Brian Salomon · 5 years ago
- 7a538b1 Make FP optimizations helpers use SkAlphaType not GrColorType by Brian Salomon · 5 years ago
- da4d857 Fix for Metal framebufferOnly MSAA texture. by Jim Van Verth · 5 years ago
- 301015c Make GrSemaphore no longer derive from GrGPUResource. by Greg Daniel · 5 years ago
- 9187e49 Detect whether trying to blit a Metal swapchain texture, and fail if so. by Jim Van Verth · 5 years ago
- d4b95d2 Revert "Implement refPinnedTextureProxy for SkImage_Lazy." by Robert Phillips · 5 years ago
- 1e0f2f3 Implement refPinnedTextureProxy for SkImage_Lazy. by Jim Van Verth · 5 years ago
- 3683a4f Remove legacy async read pixels APIs. by Brian Salomon · 5 years ago
- 1a217eb Type usage improvements in GrTextureProducer classes by Brian Salomon · 5 years ago
- 6863bb0 Set Metal rendertargetproxy via drawableSize by Jim Van Verth · 5 years ago
- e9462dd Rename *worstCase* to backingStore* in GrSurfaceProxy by Robert Phillips · 5 years ago
- 9f2b86c More SkISizification in GPU code. by Brian Salomon · 5 years ago
- 549666c Metal: adjust framebuffer size by contentsScale. by Jim Van Verth · 5 years ago
- cbf59e0 Use LazyProxy to set up Metal swapchain. by Jim Van Verth · 5 years ago
- ddc2148 Work around un-safe downcast in PromiseLazyInstantiateCallback destructor after a context abandon by Robert Phillips · 5 years ago
- c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 5 years ago
- 9bd947d SkIRect::makeOffset(SkVector) by Brian Salomon · 5 years ago
- 9241a6d Reland "Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime"" by Brian Salomon · 5 years ago
- cb55010 Revert "Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime"" by Ravi Mistry · 5 years ago
- 6fc04f8 Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime" by Brian Salomon · 5 years ago
- 9c21978 Revert "SkSurface asynchronous read APIs allow client to extend pixel lifetime" by Brian Salomon · 5 years ago
- ce240cc SkSurface asynchronous read APIs allow client to extend pixel lifetime by Brian Salomon · 5 years ago
- 4bc0c1f Rename GrColorSpaceInfo -> GrColorInfo by Brian Salomon · 5 years ago
- f2ebdd9 Rename GrPixelInfo to GrImageInfo. by Brian Salomon · 5 years ago
- 729fc0c Revert "Construct GPU SkImages with SkColorType, don't infer from GrPixelConfig" by Brian Salomon · 5 years ago
- 384f6e3 Construct GPU SkImages with SkColorType, don't infer from GrPixelConfig by Brian Salomon · 5 years ago
- 14c514d srgb texture format cleanup. by Brian Salomon · 5 years ago
- ea1b30b New proposed syntax for SkColorTypes by Robert Phillips · 5 years ago
- b2f5553 Set up prototype interface for MakeFromCAMetalLayer by Jim Van Verth · 5 years ago
- 17a3a0b Last tranche of new SkColorTypes by Robert Phillips · 5 years ago
- 429f0d3 Add kRG_1616 and kAlpha_16 SkColorTypes by Robert Phillips · 5 years ago
- aee18c9 Cleanup after removal of IORefs from GrSurface by Robert Phillips · 5 years ago
- d470e1b Add kRG_88_SkColorType by Robert Phillips · 5 years ago
- bf8bf83 Remove IORefs from GrSurface by Robert Phillips · 5 years ago
- cf39f37 Remove maxCount resource cache limit by Robert Phillips · 5 years ago
- beb7f52 Make GrSurfaceProxy constructors take arg that determines participation in by Brian Salomon · 5 years ago
- ea07123 Define Usage and image+origin wrapper for image filters by Michael Ludwig · 5 years ago
- bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
- eb3eb98 Add textureReleaseProc and releaseContext to SkImage factory functions by Robert Phillips · 5 years ago
- bb651c4 Remove old version of SkImage::makeTextureImage by Brian Osman · 5 years ago
- 4c3fd34 Remove MakeCrossContextFromEncoded, unused argument from ...FromPixmap by Brian Osman · 5 years ago
- d514837 Add SkImage::reinterpretColorSpace by Brian Osman · 5 years ago
- e30a485 Move the source image into Context by Michael Ludwig · 5 years ago
- 201cdbb Make GrSamplerState.h and GrRenderTarget.h private by Brian Salomon · 5 years ago
- 7bfc913 Remove GrCaps isConfigTexturable. by Greg Daniel · 5 years ago