- 7c165a4 Reland "Reland "Pass in a SkColorType into SkImage_Gpu ctor."" by Greg Daniel · 5 years ago
- 9ed88b3 Revert "Reland "Pass in a SkColorType into SkImage_Gpu ctor."" by Ben Wagner aka dogben · 5 years ago
- 938106d Reland "Pass in a SkColorType into SkImage_Gpu ctor." by Greg Daniel · 5 years ago
- 3155f7f Pass in a GrColorType into our Copy call. by Greg Daniel · 5 years ago
- 42032cb Revert "Pass in a SkColorType into SkImage_Gpu ctor." by Mike Klein · 5 years ago
- 1d17543 Pass in a SkColorType into SkImage_Gpu ctor. by Greg Daniel · 5 years ago
- ccb6142 Allow implicit conversion from GrSamplerState::Filter to GrSamplerState by Brian Salomon · 5 years ago
- 81b9897 Store GrSurfaceProxyView on SkImage. by Greg Daniel · 5 years ago
- f46d5ca use std::make_unique by Mike Klein · 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
- 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
- 9f2b86c More SkISizification in GPU code. by Brian Salomon · 5 years ago
- c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 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
- 201cdbb Make GrSamplerState.h and GrRenderTarget.h private by Brian Salomon · 5 years ago
- f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 6 years ago
- 46cfbc6 Reland "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 6 years ago
- 4c6f9b7 Revert "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 6 years ago
- 84ea049 Reland "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 6 years ago
- c5167c0 Revert "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 6 years ago
- 6565506 Remove support for copyAsDraw in gpu copySurface. by Greg Daniel · 6 years ago
- 7fde8e1 IWYU for gms. by Ben Wagner · 6 years ago
- c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
- 6603a17 Make SkImage_Base::asTextureProxyRef take a GrRecordingContext parameter by Robert Phillips · 6 years ago
- 9338c60 Switch FP creation over to GrRecordingContext by Robert Phillips · 6 years ago
- 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
- f05e6d3 Remove superfluous budgeted params and member related to SkImage_GpuBase by Brian Salomon · 6 years ago
- 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
- d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
- 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
- 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
- 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 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
- c87cfb6 Remove old lazy image decoding heuristic logic by Brian Osman · 7 years ago
- c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 7 years ago
- 8a8dd33 Make SkImage own its GrContext. by Brian Salomon · 7 years ago
- 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 7 years ago
- 65c7f66 Add mip support to GrAHardwareBufferImageGenerator by Greg Daniel · 7 years ago
- f88c12e Add api for passing mipped hint into ImageGenerator onGenerateTexture by Greg Daniel · 7 years ago
- ae7d3f3 Add native caching of uniquely keyed GrTextureProxies (take 2) by Robert Phillips · 7 years ago
- 76d640d Revert "Add native caching of uniquely keyed GrTextureProxies" by Robert Phillips · 7 years ago
- d4f100d Add native caching of uniquely keyed GrTextureProxies by Robert Phillips · 7 years ago
- 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
- 16d8ec6 Pull non-substantive changes out of omnibus GrSurface CL by Robert Phillips · 7 years ago
- e44ef10 Second small fragment from "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
- 96be9df Revert "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
- 467022b Reduce dependence on GrSurface's origin field by Robert Phillips · 7 years ago
- 77e9666 Make SkImage_Lazy::onMakeColorSpace return a SkImage_Lazy by Christopher Cameron · 8 years ago
- d9d8485 Retract GrTexture.h a bit by Robert Phillips · 8 years ago
- 63e7973 Remove GrSurfaceProxy::desc() by Brian Salomon · 8 years ago
- ebb1b5c Add new SkImageGenerator::getPixels() API, deprecate the old by Matt Sarett · 8 years ago
- df7e075 Fold SkImageCacherator into SkImage_Lazy by Brian Osman · 8 years ago
- a28e2b0 Simplify SkImageCacherator slightly by Brian Osman · 8 years ago
- 4edb5d2 hide lockpixels api behind flag by Mike Reed · 8 years ago
- 6b3155c Revert[4] "clean up (partially) colortable api"""" by Mike Reed · 8 years ago
- b14131c Revert "Revert[2] "clean up (partially) colortable api""" by Mike Reed · 8 years ago
- 9920b10 Revert[2] "clean up (partially) colortable api"" by Mike Reed · 8 years ago
- 1d1165c Revert "clean up (partially) colortable api" by Mike Klein · 8 years ago
- 2e491a6 clean up (partially) colortable api by Mike Reed · 8 years ago
- 4f358be Make SkImageCacherator be deferred (take 2) by Robert Phillips · 8 years ago
- e3060ba Revert "Make SkImageCacherator be deferred" by Robert Phillips · 8 years ago
- 801f8b8 Make SkImageCacherator be deferred by Robert Phillips · 8 years ago
- 0ae6faa Make SkImage_Gpu be deferred (take 2) by Robert Phillips · 8 years ago
- eaa78c4 Revert "Make SkImage_Gpu be deferred" by Robert Phillips · 8 years ago
- 0db235b Make SkImage_Gpu be deferred by Robert Phillips · 8 years ago
- b726d58 Partially defer SkImage_Gpu by Robert Phillips · 8 years ago
- 4447b64 Switch SkImageGenerator over to generating GrTextureProxies by Robert Phillips · 8 years ago
- 185130c return and take SkImageGenerator as unique_ptr by Mike Reed · 8 years ago
- 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
- 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 8 years ago
- ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
- 6de9904 Reduce use of SkImage_Base::peekTexture by Robert Phillips · 8 years ago
- f200a90 Rationalize GrContext's Gr*Proxy getter naming by Robert Phillips · 8 years ago
- 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
- e94255d Specify bit depth and color space in SkImage::MakeFromPicture() by Matt Sarett · 8 years ago
- 138ea97 Add color space to picture image as a creation parameter by Brian Osman · 8 years ago
- e2f7d18 Add a deferred copy surface (take 3) by Robert Phillips · 8 years ago
- 222e9ad Make picture backed images sRGB by default by Brian Osman · 8 years ago
- d316e77 Revert "Add a deferred copy surface (take 2)" by Robert Phillips · 8 years ago
- 398487a Add a deferred copy surface (take 2) by Robert Phillips · 8 years ago
- 293d696 Revert "Add a deferred copy surface" by Robert Phillips · 8 years ago
- 4431de6 Add a deferred copy surface by Robert Phillips · 8 years ago
- c87f99e Make subset param to texture generation API non-optional by Brian Osman · 8 years ago
- 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
- 7992da3 Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
- 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
- 57ae6cf Revert "Support decoding images to multiple formats, depending on usage" by Brian Osman · 8 years ago
- c73a1ec Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
- 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
- cefc431 gm: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
- 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
- 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
- dddbe38 Adding an SkColorSpace to SkImage_Gpu by brianosman · 8 years ago
- 982eb7f Add new SkSourceGammaTreatment enum, used in situations like mipmap construction, where we need to know if we should respect (vs. ignore) the gamma encoding of sRGB tagged images. Plumb that extensively. by brianosman · 9 years ago