- e438738 Split SkYUVAInfo::PlanarConfig into PlaneConfig and Subsampling enums by Brian Salomon · 4 years, 4 months ago
- 88d7e62 Make ManagedBackendTexture fail on invalid GrBackendTexture by Brian Salomon · 4 years, 4 months ago
- a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 4 years, 4 months ago
- 7205080 Revert "Reland "Revert "Use ManagedBackendTexture in place of TestUtils backend texture helpers.""" by Brian Salomon · 4 years, 5 months ago
- 4efaf5e Reland "Revert "Use ManagedBackendTexture in place of TestUtils backend texture helpers."" by Brian Salomon · 4 years, 5 months ago
- 21f8b51 Revert "Revert "Use ManagedBackendTexture in place of TestUtils backend texture helpers."" by Brian Salomon · 4 years, 5 months ago
- f625e4c Revert "Use ManagedBackendTexture in place of TestUtils backend texture helpers." by Brian Salomon · 4 years, 5 months ago
- 5ee0556 Use ManagedBackendTexture in place of TestUtils backend texture helpers. by Brian Salomon · 4 years, 5 months ago
- 326f1d7 Accumulated non-substantive changes by Robert Phillips · 4 years, 5 months ago
- c2a9a97 New version of SkImage::MakeFromYUVAPixmaps() by Brian Salomon · 4 years, 5 months ago
- 302e8fb Downgrade SkImage to GrImageContext by Adlai Holler · 4 years, 5 months ago
- bcfc554 Add GrDirectContext arg to SkImage::readPixels by Adlai Holler · 4 years, 6 months ago
- 14dc791 Reland "Migrate SkImage::MakeFromTexture to GrRecordingContext" by Adlai Holler · 4 years, 7 months ago
- c41ae2a Reland "Migrate MakeCrossContextFromPixmap to GrDirectContext" by Adlai Holler · 4 years, 7 months ago
- 74b83a4 Revert "Migrate SkImage::MakeFromTexture to GrRecordingContext" by Adlai Holler · 4 years, 7 months ago
- ae04cc9 Revert "Migrate MakeCrossContextFromPixmap to GrDirectContext" by Adlai Holler · 4 years, 7 months ago
- daa9e74 Migrate SkImage::MakeFromTexture to GrRecordingContext by Adlai Holler · 4 years, 7 months ago
- 066f7d6 Migrate MakeCrossContextFromPixmap to GrDirectContext by Adlai Holler · 4 years, 7 months ago
- bd3ffa4 Fix range-based for loops which copy the loop variable unnecessarily. by John Stiles · 4 years, 7 months ago
- cd04356 Can't share encoded data if we have any modifiers by Mike Reed · 4 years, 7 months ago
- 564d49e Remove subset parameter from making encoded/generator images by Mike Reed · 4 years, 7 months ago
- e94b4e1 Update more tests to use the GrDirectContext/GrRecordingContext pair by Robert Phillips · 4 years, 7 months ago
- b25e065 Convert more tests to GrDirectContext/GrRecordingContext pair by Robert Phillips · 4 years, 7 months ago
- 3d30ca6 Add CubicResampler to makeShader by Mike Reed · 4 years, 7 months ago
- 8c82a87 Rename GrTexture/Proxy/Priv mip map members/functions by Brian Salomon · 4 years, 7 months ago
- 69100f0 Rename GrCaps fields and methods from MipMap to Mipmap by Brian Salomon · 4 years, 7 months ago
- 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 7 months ago
- 3a22017 Reland "Add a direct context arg to makeColorTypeAndColorSpace" by Adlai Holler · 4 years, 8 months ago
- 779813a Revert "Add a direct context arg to makeColorTypeAndColorSpace" by Adlai Holler · 4 years, 8 months ago
- a56da9e Add a direct context arg to makeColorTypeAndColorSpace by Adlai Holler · 4 years, 8 months ago
- 6d344c3 Update unit tests to accept GrDirectContext by Robert Phillips · 4 years, 8 months ago
- 00f78de Update additional tools to take a GrDirectContext by Robert Phillips · 4 years, 8 months ago
- ce9f016 Remove unused GrFlushFlags. by Greg Daniel · 4 years, 8 months ago
- 04283f3 Reland "Implement submit API to GrContext." by Greg Daniel · 4 years, 9 months ago
- 9ee15d7 Revert "Implement submit API to GrContext." by Greg Daniel · 4 years, 9 months ago
- 40f288c Implement submit API to GrContext. by Greg Daniel · 4 years, 9 months ago
- 0a2464f Update internal skia uses to use flushAndSubmit and submit calls. by Greg Daniel · 4 years, 10 months ago
- c1ad77c Add finisehd proc to backend texture creation. by Greg Daniel · 4 years, 10 months ago
- fe15962 Reland "Split apart flushing and submitting in the GrGpu classes and GrDrawingManager." by Greg Daniel · 4 years, 11 months ago
- 2faa337 Revert "Split apart flushing and submitting in the GrGpu classes and GrDrawingManager." by Greg Daniel · 4 years, 11 months ago
- 6341d92 Split apart flushing and submitting in the GrGpu classes and GrDrawingManager. by Greg Daniel · 4 years, 11 months ago
- bc074a6 Add SkBudgeted parameter to SkImage::makeTextureImage(). by Brian Salomon · 5 years ago
- 456f9b5 Reland "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 5 years ago
- f6ed96d Revert "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 5 years ago
- e5a06ce Move GrGpuResource GrSurface and GrTexture into src. by Greg Daniel · 5 years ago
- ecbb0fb Simplify view getters on GrTextureProducer. by Brian Salomon · 5 years ago
- c8d092a Revert "Revert "Remove copies for wrap modes in GrTextureProducer."" by Brian Salomon · 5 years ago
- bf5cb0f Revert "Remove copies for wrap modes in GrTextureProducer." by Robert Phillips · 5 years ago
- 7fba244 Remove copies for wrap modes in GrTextureProducer. by Brian Salomon · 5 years ago
- 5a5fe79 Improve the mechanism to suppress warning messages during testing by Chris Dalton · 5 years ago
- 788b916 Remove SkTMin and SkTMax by Brian Osman · 5 years ago
- febdedf Switch SkImage_Base asTextureProxyRef to return view instead. by Greg Daniel · 5 years ago
- b147ace DCI-P3 -> Display P3 in Skia by Mike Klein · 5 years ago
- ccb6142 Allow implicit conversion from GrSamplerState::Filter to GrSamplerState by Brian Salomon · 5 years ago
- f46d5ca use std::make_unique by Mike Klein · 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
- 28a8f28 Rename functions in TestUtils.h by Brian Salomon · 5 years ago
- a4828a1 Remove GrPixelConfigIsAlphaOnly call and transition calls to it. by Greg Daniel · 5 years ago
- 4c3fd34 Remove MakeCrossContextFromEncoded, unused argument from ...FromPixmap by Brian Osman · 6 years ago
- d566e2e Remove unused dstColorSpace parameter from makeTextureImage by Brian Osman · 6 years ago
- 62221e7 Delete GrBackendSurface's GrPixelConfig by Robert Phillips · 6 years ago
- 4d87b2b Address TODO in testing code (i.e., cleanup create_backend_texture) by Robert Phillips · 6 years ago
- da2e67a Add GrProtected parameter to all createBackendTexture variants by Robert Phillips · 6 years ago
- 1d43530 Pass alpha type to GrSurfaceContext::read/writePixels and remove flags. by Brian Salomon · 6 years ago
- 4bdd36f Make color initialization version of createBackendTexture public by Robert Phillips · 6 years ago
- 8062679 Switch all internel uses of GrContext::createBackendTexture over to initialized versions by Robert Phillips · 6 years ago
- 5c7a25b Move explicit backend object allocation API to GrContext by Robert Phillips · 6 years ago
- 9b16f81 Switch over to using new direct allocation API in our tests (as much as possible at least) by Robert Phillips · 6 years ago
- 9dbcdcc Alter createTestingOnlyBackendTexture methods by Robert Phillips · 6 years ago
- ad8efda Reland "Reland "Release YUVA planes in SkImage_GpuYUVA after flattenning to RGBA."" by Brian Salomon · 6 years ago
- 8fbca48 Revert "Reland "Release YUVA planes in SkImage_GpuYUVA after flattenning to RGBA."" by Brian Salomon · 6 years ago
- 622b6f5 Reland "Release YUVA planes in SkImage_GpuYUVA after flattenning to RGBA." by Brian Salomon · 6 years ago
- bc0c460 Revert "Release YUVA planes in SkImage_GpuYUVA after flattenning to RGBA." by Robert Phillips · 6 years ago
- a15f355 Release YUVA planes in SkImage_GpuYUVA after flattenning to RGBA. by Brian Salomon · 6 years ago
- f9a1fdf Reland "Add flush() to SkImage." by Brian Salomon · 6 years ago
- 693bc2b Revert "Add flush() to SkImage." by Brian Salomon · 6 years ago
- d0503a7 Add flush() to SkImage. by Brian Salomon · 6 years ago
- ee5fd13 Add test for DDLs and SkSurface::flush by Robert Phillips · 6 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
- 0498857 fold sk_pixel_iter.h into ToolUtils by Mike Klein · 6 years ago
- ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 6 years ago
- 9882dae Reduce usage of SkCanvas::flush by Robert Phillips · 6 years ago
- 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
- a0bc39d Split GrContextThreadSafeProxy into its own files (take 2) by Robert Phillips · 6 years ago
- ea8b4fc Revert "Split GrContextThreadSafeProxy into its own files" by Robert Phillips · 6 years ago
- f8397f2 Split GrContextThreadSafeProxy into its own files by Robert Phillips · 6 years ago
- 35ba614 Remove GrGpuResource::abandon from the public API. by Brian Salomon · 6 years ago
- 82ebe04 Reland "Add SkColorSpace factory from 3x3 row-major gamut and transfer function" by Brian Osman · 6 years ago
- d4c7458 Revert "Add SkColorSpace factory from 3x3 row-major gamut and transfer function" by Brian Osman · 6 years ago
- a9549ab Add SkColorSpace factory from 3x3 row-major gamut and transfer function by Brian Osman · 6 years ago
- baa2a28 tests: do not crash with missing resources. by Hal Canary · 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
- a0dc3d2 Revert "Revert "Include color type and color space in bitmap cache key"" by Brian Osman · 6 years ago
- 9ff04c0 Revert "Include color type and color space in bitmap cache key" by Brian Osman · 6 years ago
- 274a89e Include color type and color space in bitmap cache key by Brian Osman · 6 years ago
- e47e5b6 Restore proper name of the SkImage_Gpu2Cpu unit test by Brian Osman · 6 years ago
- 646f637 Add rowBytes to createTestingOnlyBackendTexture by Robert Phillips · 6 years ago