- 7d195ff Cache precompiled MSL shaders. by Jim Van Verth · 3 years, 8 months ago
- 6cb17ea Fix stencil format mismatch in GrMtlPipelineState creation. by Jim Van Verth · 3 years, 8 months ago
- 5251c82 Revert "Fix issues with MTLPixelFormatBGR10A2Unorm on older OSes." by Jim Van Verth · 3 years, 10 months ago
- e931b83 Fix issues with MTLPixelFormatBGR10A2Unorm on older OSes. by Jim Van Verth · 3 years, 10 months ago
- 91b37b1 Fix inline uploads when using vulkan load resolve. by Greg Daniel · 3 years, 10 months ago
- c0d6915 Reland "Rename GrStencilAttachment class to generic GrAttachment" by Greg Daniel · 4 years, 1 month ago
- 99b1a8b Revert "Rename GrStencilAttachment class to generic GrAttachment" by Jim Van Verth · 4 years, 1 month ago
- 6113d50 Rename GrStencilAttachment class to generic GrAttachment by Greg Daniel · 4 years, 1 month ago
- 8ade5e8 Remove special handling of stencil formats and just use GrBackendFormts. by Greg Daniel · 4 years, 1 month ago
- 72c7b98 Start removal of tool usage of SkSurface::MakeFromBackendTextureAsRenderTarget. by Brian Salomon · 4 years, 1 month ago
- 0eca74c Move bytesPerPixel query off of GrCaps and add bytesPerBlock query. by Greg Daniel · 4 years, 1 month ago
- 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 2 months ago
- f7f5433 Remove GrSurfacePriv and GrRenderTargetPriv by Brian Salomon · 4 years, 3 months ago
- 01f278c Better handle backendFormat to CompressionType. by Greg Daniel · 4 years, 5 months ago
- ef41d50 Disable MTLPixelFormatBGR10A2Unorm on iOS by Robert Phillips · 4 years, 6 months ago
- 9a30ee0 Add BGR_10A2 support to Ganesh (take 2) by Robert Phillips · 4 years, 6 months ago
- a50ce3c Revert "Add BGR_10A2 support to Ganesh" by Robert Phillips · 4 years, 6 months ago
- 44fc53b Add BGR_10A2 support to Ganesh by Robert Phillips · 4 years, 6 months ago
- c505a45 Remove GrCaps::getYUVAColorTypeFromBackendFormat(). by Brian Salomon · 4 years, 7 months ago
- 982f546 Rename outputSwizzle->writeSwizzle. by Brian Salomon · 4 years, 7 months ago
- 469046c Revert "Revert "Remove GrCaps::isFormatTexturableAndUploadable"" by Brian Salomon · 4 years, 7 months ago
- 8176508 Revert "Remove GrCaps::isFormatTexturableAndUploadable" by Brian Salomon · 4 years, 7 months ago
- c18dad2 Remove GrCaps::isFormatTexturableAndUploadable by Brian Salomon · 4 years, 8 months ago
- d29d885 Reland "Set up eGPU/discrete support for MacOS." by Jim Van Verth · 4 years, 8 months ago
- c2b7d47 Revert "Set up eGPU/discrete support for MacOS." by Greg Daniel · 4 years, 8 months ago
- 1c3bea4 Set up eGPU/discrete support for MacOS. by Jim Van Verth · 4 years, 8 months ago
- 4cb2933 GrPixelConfig is DEAD!!!!! by Greg Daniel · 4 years, 10 months ago
- d51fa2f Remove GrPixelConfig from GrSurface and GrSurfaceProxy. by Greg Daniel · 4 years, 10 months ago
- b085527 Add SkImage::CompressionType::kBC1_RGBA8_UNORM support by Robert Phillips · 4 years, 10 months ago
- 14b5721 Rename GrCaps textureSwizzle to readSwizzle. by Greg Daniel · 5 years ago
- df6c734 Add GrCaps::getConfigFromCompressedBackendFormat by Robert Phillips · 5 years ago
- d6df7b5 Switch GrCaps::isFormatCompressed virtual to be 'compressionType' by Robert Phillips · 5 years ago
- 03e4c95 Move creation of GrProgramDesc to GrCaps-derived classes by Robert Phillips · 5 years ago
- 9187e49 Detect whether trying to blit a Metal swapchain texture, and fail if so. by Jim Van Verth · 5 years ago
- a00bcad Remove GrPixelConfig version of CompressedDataSize. by Greg Daniel · 5 years ago
- 7fd7a8a Remove uses of GrPixelConfig version of GrBytesPerPixel. by Greg Daniel · 5 years ago
- 8803c2d Add bytes per pixel to metal format table. by Greg Daniel · 5 years ago
- dcbc359 Remove vestiges of 32 float texture format support by Brian Salomon · 5 years ago
- d2a8ae2 Reland "Separate texture creation from uploading in GrGpu subclasses." by Brian Salomon · 5 years ago
- 8e63cab Revert "Separate texture creation from uploading in GrGpu subclasses." by Brian Salomon · 5 years ago
- a739824 Separate texture creation from uploading in GrGpu subclasses. by Brian Salomon · 5 years ago
- 457da50 Remove uses of GrPixelConfig in GrMtlCaps. by Greg Daniel · 5 years ago
- 7bfc913 Remove GrCaps isConfigTexturable. by Greg Daniel · 5 years ago
- d4764a1 Rework how backend-specific formats are retrieved from GrBackendFormat. by Brian Salomon · 5 years ago
- 6fa62e2 Remove use of GrColorType on GrCaps::getRenderTargetSampleCount. by Greg Daniel · 5 years ago
- 900583a Update some gpu caps isFormatRenderable calls. by Greg Daniel · 5 years ago
- ea6bb44 Add supported GrColorTypes to Mtl FormatTable. by Greg Daniel · 5 years ago
- 00c9f0d Increase specificity of GrColorType computed for YUV planes (take 2) by Robert Phillips · 5 years ago
- 8ba5315 Revert "Increase specificity of GrColorType computed for YUV planes" by Robert Phillips · 5 years ago
- c326aaf Increase specificity of GrColorType computed for YUV planes by Robert Phillips · 5 years ago
- 01915c0 GrCaps::supportedWritePixelsColorType takes CT/format rather than config. by Brian Salomon · 5 years ago
- eadfac9 Rework maxRenderTargetSampleCount and isFormatRenderable in GrCaps. by Greg Daniel · 5 years ago
- ffe2729 Add GrCaps::getTestingCombinations by Robert Phillips · 5 years ago
- 6980c4e Remove isConfigCopyable from GrCaps. by Greg Daniel · 5 years ago
- 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 5 years ago
- 8ff8bcc Add GrCaps::isFormatCompressed by Robert Phillips · 5 years ago
- b7f95d1 Switch BackendAllocationTests from GrPixelConfig to GrColorType by Robert Phillips · 5 years ago
- 42be09d Test GrGpu::transferPixelsTo for more color types. by Brian Salomon · 5 years ago
- ba88ab6 Reland "Move ExternalFormat and Type to FormatInfo." by Greg Daniel · 5 years ago
- e2c5e8c Revert "Move ExternalFormat and Type to FormatInfo." by Greg Daniel · 5 years ago
- 8014051 Move ExternalFormat and Type to FormatInfo. by Greg Daniel · 5 years ago
- 62221e7 Delete GrBackendSurface's GrPixelConfig by Robert Phillips · 5 years ago
- c80b0e9 Make rest of GrGpu::wrapBackend* methods take a GrColorType (take 2) by Robert Phillips · 5 years ago
- 00fb724 Move read swizzle from GL ConfigInfo to FormatInfo. by Greg Daniel · 5 years ago
- 1e03b6b1 simplify GrCaps::initDstCopyDesc and provide default impl for non-GL subclasses. by Brian Salomon · 5 years ago
- dd39980 Revert "Make rest of GrGpu::wrapBackend* methods take a GrColorType" by Robert Phillips · 5 years ago
- 161ec32 Revamp pixelformat table for Metal by Robert Phillips · 5 years ago
- 9725638 Make rest of GrGpu::wrapBackend* methods take a GrColorType by Robert Phillips · 5 years ago
- f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
- a3e2996 Rework how initial clearing of texture works. by Brian Salomon · 5 years ago
- d361e64 Enable MSAA for Metal. by Jim Van Verth · 5 years ago
- e877dce Add kRGBA_8888_SRGB GrColorType and remove GrSRGBEncoded. by Greg Daniel · 5 years ago
- 5c96db8 Move last few uses of SkColorType out of GrCaps. by Greg Daniel · 5 years ago
- 627d053 Move uses of functions taking SkColorType to GrColorType versions in GrCaps. by Greg Daniel · 5 years ago
- 2f2caea Make isFormatTexturable take a GrColorType. by Greg Daniel · 5 years ago
- 1e2cb44 Switch GrCaps::areColorTypeAndFormatCompatible over to using GrColorType by Robert Phillips · 5 years ago
- dc0710f Make GrCaps::surfaceSupportsReadPixels return distinct values rather than flags. by Brian Salomon · 5 years ago
- c046ff0 Add SkSurfaceCharacterization::isCompatible by Robert Phillips · 5 years ago
- bb8dde8 Reland "Reland "Separate compressed and uncompressed texture functions"" by Brian Salomon · 5 years ago
- 1550064 Revert "Reland "Separate compressed and uncompressed texture functions"" by Greg Daniel · 5 years ago
- c051923 Reland "Separate compressed and uncompressed texture functions" by Brian Salomon · 5 years ago
- 31539a8 Revert "Separate compressed and uncompressed texture functions" by Brian Salomon · 5 years ago
- 9acfb33 Separate compressed and uncompressed texture functions by Brian Salomon · 5 years ago
- f209e88 Update SkSurface_Gpu::Valid to take a backend format by Robert Phillips · 5 years ago
- d8f79a2 Reduce GrCaps' reliance on GrPixelConfig by Robert Phillips · 5 years ago
- 23ca4e7 Enable creating protected vulkan backend by Emircan Uysaler · 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
- eb4a827 Add GrCaps call to get swizzle from BackendFormat and ColorType. by Greg Daniel · 5 years ago
- c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
- 26de56e GrSurface -> GrGpuBuffer transfer improvements: by Brian Salomon · 6 years ago
- 686046b Fix more failing tests on Metal. by Jim Van Verth · 6 years ago
- d742b6b Fill in missing GrMtlCaps functions and fix for 0 buffer alloc. by Greg Daniel · 6 years ago
- a21d196 Move clear-as-draw caps into GrCaps by Michael Ludwig · 6 years ago
- f391d0f Reduce the number of backend->pixelconfig GrCaps virtuals. by Brian Salomon · 6 years ago
- c67c31c Revert "Revert "Mark wrapped textures imported into SkImages as "read only"."" by Brian Salomon · 6 years ago
- ff4ccaa Revert "Mark wrapped textures imported into SkImages as "read only"." by Brian Salomon · 6 years ago