- c95b589 Reland "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 4 years, 3 months ago
- cf0d08e Revert "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 4 years, 3 months ago
- d169e19 Migrate GrSurfaceContext readPixels to take direct context by Adlai Holler · 4 years, 3 months ago
- ec9b4aa Enable ClangTidy check readability-const-return-type. by John Stiles · 4 years, 3 months ago
- 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 3 months ago
- 44333c5 Make asDirectContext return a GrDirectContext 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
- afd8a6c Change intermediate image sizes in GrSurfaceContext::rescale by Brian Salomon · 4 years, 6 months ago
- 11ad4cc Reland "Revert "Revert "Fix tile modes in SkGpuBlurUtils.""" by Brian Salomon · 4 years, 6 months ago
- 364ed37 Reland "Revert "Fix tile modes in SkGpuBlurUtils."" by Brian Salomon · 4 years, 6 months ago
- e5865f6 Revert "Revert "Fix tile modes in SkGpuBlurUtils."" by Brian Salomon · 4 years, 6 months ago
- 88d04cb Revert "Fix tile modes in SkGpuBlurUtils." by Brian Salomon · 4 years, 6 months ago
- 9c4fa1e Fix tile modes in SkGpuBlurUtils. by Brian Salomon · 4 years, 6 months ago
- c524378 Don't require color type to make proxy copies. by Brian Salomon · 4 years, 7 months ago
- 573312e Update copy and blitTexture calls to not query origin off of proxies. by Greg Daniel · 4 years, 9 months ago
- a56a746 Remove GrSurfaceDesc by Brian Salomon · 4 years, 9 months ago
- c61d7e3 Rename various getters related to GrSurfaceProxyView. by Greg Daniel · 4 years, 9 months ago
- 6aa6505 Add fallback for asyncRescaleAndReadPixelsYUV420 without PBOs. by Brian Salomon · 4 years, 9 months ago
- 3912a4b Update GrSurface/RenderTargetContexts to take and store GrSurfaceProxyViews. by Greg Daniel · 4 years, 10 months ago
- bfa19c4 Add factories to GrSurfaceContext and clean up creation flow. by Greg Daniel · 4 years, 11 months ago
- 46e366a Remove GrTextureContext. by Greg Daniel · 4 years, 11 months ago
- 524e28b Use GrSurfaceProxyView for dst proxies. by Greg Daniel · 5 years ago
- 16f5c65 Use GrSurfaceProxyView in RenderTasks. by Greg Daniel · 5 years ago
- 9f2b86c More SkISizification in GPU code. by Brian Salomon · 5 years ago
- 901b98e Add SurfaceProxyView support to Surface/TextureContext. by Greg Daniel · 5 years ago
- 4bc0c1f Rename GrColorSpaceInfo -> GrColorInfo by Brian Salomon · 5 years ago
- f2ebdd9 Rename GrPixelInfo to GrImageInfo. by Brian Salomon · 5 years ago
- f41b2bd Reland "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
- f21bf9e Revert "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
- 2a59541 Merge GrOpList and GrRTOpList and rename to GrOpsTask. by Greg Daniel · 5 years ago
- 5abfff2 Delete unused GrTextureOpList. by Greg Daniel · 5 years ago
- 57f211b SK_API in src/gpu cleanup by Brian Salomon · 5 years ago
- bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
- 4d2d6f4 Lift GrRenderTarget::transferFrom to GrSurfaceContext. by Brian Salomon · 5 years ago
- e9ad998 Lift GrRenderTargetContext::rescale to GrSufaceContext by Brian Salomon · 5 years ago
- bd3d8d3 Remove GrPixelConfig from GrColorSpaceInfo. by Brian Salomon · 5 years ago
- 1d43530 Pass alpha type to GrSurfaceContext::read/writePixels and remove flags. by Brian Salomon · 5 years ago
- d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
- e7499c7 GrColorSpaceInfo stores SkAlphaType. by Brian Salomon · 5 years ago
- f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
- 46cfbc6 Reland "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
- 4c6f9b7 Revert "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
- 84ea049 Reland "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
- c5167c0 Revert "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
- 6565506 Remove support for copyAsDraw in gpu copySurface. by Greg Daniel · 5 years ago
- 6eb8c24 Move readSurfacePixels and writePixelSurface into GrSurfaceContext. by Greg Daniel · 5 years ago
- c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
- 0d075de Clean up GrSurfaceContext's relationship with GrRecordingContext by Robert Phillips · 6 years ago
- 6989370 Move DrawingManager to RecordingContext by Robert Phillips · 6 years ago
- f3569f0 Add GrColorSpaceInfo and use in place of GrRenderTargetContext in paint conversion. by Brian Salomon · 7 years ago
- e252f08 Add hint to SkSurface::MakeRenderTarget that we will use mips by Greg Daniel · 7 years ago
- 9a0e390 sk_sp: act as if operator bool() not implicit. by Hal Canary · 7 years ago
- 2de8cfa Move copy operation from GrRenderTargetContext/GrTextureContext to GrSurfaceContext by Robert Phillips · 7 years ago
- a90aa2b consolidate read/writePixels in GrSurfaceContext by Robert Phillips · 8 years ago
- f388093 Delete SkColorSpace::ColorSpaceFlags by Matt Sarett · 8 years ago
- 0727f67 Move GrSurfaceContext.h and GrTextureContext.h to src/gpu from include/gpu by Brian Salomon · 8 years ago[Renamed from include/gpu/GrSurfaceContext.h]
- b726d58 Partially defer SkImage_Gpu by Robert Phillips · 8 years ago
- 4729914 Groundwork for nonlinear blending mode in Ganesh by Brian Osman · 8 years ago
- 30f9bc6 Switch GrTextureStripAtlas over to GrTextureProxies by Robert Phillips · 8 years ago
- f200a90 Rationalize GrContext's Gr*Proxy getter naming by Robert Phillips · 8 years ago
- 7215283 Move GrDrawingManager pointer to GrSurfaceContext by Robert Phillips · 8 years ago
- d46697a Use GrSurfaceContext::read/write-Pixels more by Robert Phillips · 8 years ago
- 2c86249 Move read/write-Pixels up to GrSurfaceContext by Robert Phillips · 8 years ago
- e2f7d18 Add a deferred copy surface (take 3) by Robert Phillips · 8 years ago
- e305cc1f Partially defer GrSWMaskHelper by Robert Phillips · 8 years ago
- 2734136 Add asDeferredTexture & asDeferredRenderTarget helpers to GrSurfaceContext by Robert Phillips · 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
- 45580d3 Added GrSurfaceContext and GrTextureContext by Brian Osman · 8 years ago