- 0eca74c Move bytesPerPixel query off of GrCaps and add bytesPerBlock query. by Greg Daniel · 4 years, 2 months ago
- 1b6a43c Move user stencil settings from GrPipeline to GrProgramInfo by Chris Dalton · 4 years, 2 months ago
- 36b86af Revert "Remove ARC from Metal backend" by Jim Van Verth · 4 years, 3 months ago
- 6541013 Remove ARC from Metal backend by Jim Van Verth · 4 years, 3 months ago
- f7f5433 Remove GrSurfacePriv and GrRenderTargetPriv by Brian Salomon · 4 years, 4 months ago
- 69100f0 Rename GrCaps fields and methods from MipMap to Mipmap by Brian Salomon · 4 years, 4 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, 7 months ago
- 9a30ee0 Add BGR_10A2 support to Ganesh (take 2) by Robert Phillips · 4 years, 7 months ago
- a50ce3c Revert "Add BGR_10A2 support to Ganesh" by Robert Phillips · 4 years, 7 months ago
- 44fc53b Add BGR_10A2 support to Ganesh by Robert Phillips · 4 years, 7 months ago
- c505a45 Remove GrCaps::getYUVAColorTypeFromBackendFormat(). by Brian Salomon · 4 years, 8 months ago
- 5ca3e54 Fixes for running on the iOS simulator. by Jim Van Verth · 4 years, 7 months ago
- 03fdf6a Implement support for indirect draws by Chris Dalton · 4 years, 8 months ago
- a77cdee Reland "Rename instanceAttribSupport -> drawInstancedSupport" by Chris Dalton · 4 years, 8 months ago
- 31c028c Revert "Rename instanceAttribSupport -> drawInstancedSupport" by Chris Dalton · 4 years, 8 months ago
- 17f05c7 Rename instanceAttribSupport -> drawInstancedSupport by Chris Dalton · 4 years, 8 months ago
- d005b69 Reland x2 "Assert that all GrCaps colortype/format -> swizzle queries are legal." by Brian Salomon · 4 years, 8 months ago
- e8d2080 Revert x2 "Assert that all GrCaps colortype/format -> swizzle queries are legal." by Brian Salomon · 4 years, 8 months ago
- 982f546 Rename outputSwizzle->writeSwizzle. by Brian Salomon · 4 years, 8 months ago
- b16f30b Revert "Revert "Assert that all GrCaps colortype/format -> swizzle queries are legal."" by Brian Salomon · 4 years, 8 months ago
- 469046c Revert "Revert "Remove GrCaps::isFormatTexturableAndUploadable"" by Brian Salomon · 4 years, 8 months ago
- ef4d379 Revert "Assert that all GrCaps colortype/format -> swizzle queries are legal." by Brian Salomon · 4 years, 8 months ago
- aa8bf26 Assert that all GrCaps colortype/format -> swizzle queries are legal. by Brian Salomon · 4 years, 8 months ago
- 8176508 Revert "Remove GrCaps::isFormatTexturableAndUploadable" by Brian Salomon · 4 years, 8 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
- 71275fc Reland "Manage renderCmdEncoder over lifetime of GrMtlOpsRenderPass." by Jim Van Verth · 4 years, 9 months ago
- c1bb9cb Revert "Manage renderCmdEncoder over lifetime of GrMtlOpsRenderPass." by Robert Phillips · 4 years, 9 months ago
- 53a72c1 Manage renderCmdEncoder over lifetime of GrMtlOpsRenderPass. by Jim Van Verth · 4 years, 9 months ago
- 788b916 Remove SkTMin and SkTMax by Brian Osman · 4 years, 10 months ago
- 314524e Add compressed backend textures to Metal (take 2) by Robert Phillips · 4 years, 10 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
- 3dfe7ca Revert "Add compressed backend textures to Metal" by Robert Phillips · 4 years, 10 months ago
- b19c78e Add compressed backend textures to Metal by Robert Phillips · 4 years, 10 months ago
- b085527 Add SkImage::CompressionType::kBC1_RGBA8_UNORM support by Robert Phillips · 4 years, 10 months ago
- c558f72 Compressed texture API cleanup by Robert Phillips · 4 years, 10 months ago
- fb28c6f Enable transfer from texture to buffer on ANGLE. by Brian Salomon · 4 years, 10 months ago
- 5a2f962 Add back door support for GLSL tessellation shaders by Chris Dalton · 5 years ago
- 8f259a0 Add BC1_RGB8_UNORM support by Robert Phillips · 5 years 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
- ab2b722 Switch SkImage::CompressionType to be an enum class by Robert Phillips · 5 years ago
- 03e4c95 Move creation of GrProgramDesc to GrCaps-derived classes by Robert Phillips · 5 years ago
- 55276e3 Enable cross-context textures in Metal. by Jim Van Verth · 5 years ago
- 9042d46 Add Metal support for dynamic texture state by Jim Van Verth · 5 years ago
- 8367e11 Enforce extra constraints for mixed samples at GrCaps level by Chris Dalton · 5 years ago
- 9187e49 Detect whether trying to blit a Metal swapchain texture, and fail if so. by Jim Van Verth · 5 years ago
- 85c3d68 Some improvements to backend texture creation. by Brian Salomon · 5 years ago
- 5f72b49 Remove fake SDK #defines for Metal backend. 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
- 598903f Guard some more Metal code to support older versions. by Jim Van Verth · 5 years ago
- 4187e0a Reland "Add less granular version of GrFence for older Metal versions." by Jim Van Verth · 5 years ago
- b9d0cbc Revert "Add less granular version of GrFence for older Metal versions." by Jim Van Verth · 5 years ago
- 1e946aa2 Add less granular version of GrFence for older Metal versions. by Jim Van Verth · 5 years ago
- f2f0e1b Add TransferBuffer and AsyncRead support to Metal. by Jim Van Verth · 5 years ago
- dcbc359 Remove vestiges of 32 float texture format support by Brian Salomon · 5 years ago
- 14c514d srgb texture format cleanup. by Brian Salomon · 5 years ago
- a5d96bc Remove "experimental" comments regarding RG_F16 and RGBA_16161616 by Robert Phillips · 5 years ago
- 17a3a0b Last tranche of new SkColorTypes by Robert Phillips · 5 years ago
- e367101 Reland "Add ETC2 support to Metal backend." by Jim Van Verth · 5 years ago
- ae80107 Revert "Add ETC2 support to Metal backend." by Jim Van Verth · 5 years ago
- c25802d Add ETC2 support to Metal backend. by Jim Van Verth · 5 years ago
- 429f0d3 Add kRG_1616 and kAlpha_16 SkColorTypes by Robert Phillips · 5 years ago
- a431186 Wrap MTLEvent code in availability attributes. by Jim Van Verth · 5 years ago
- 066ceb1 Implement fences and semaphores for Metal. by Jim Van Verth · 5 years ago
- f822178 Remove incorrect metal assert. by Greg Daniel · 5 years ago
- 457da50 Remove uses of GrPixelConfig in GrMtlCaps. by Greg Daniel · 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
- 74c19de Add SkUNREACHABLE to definition of SK_ABORT. by Brian Salomon · 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
- 4eb38b7 Pass GrBackendFormat to GrResourceProvider and GrGpu texture create functions. by Brian Salomon · 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
- 8f8354a Reland "Remove GrCaps::SupportedRead::fSwizzle and supporting code" by Brian Salomon · 5 years ago
- a0f864d Revert "Remove GrCaps::SupportedRead::fSwizzle and supporting code" by Ben Wagner aka dogben · 5 years ago
- 1cec69a Remove GrCaps::SupportedRead::fSwizzle and supporting code by Brian Salomon · 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
- b28cb68 Make GrColorTypeBytesPerPixel return size_t. by Brian Salomon · 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
- c79a6c4 Fix build flags in GrMtlCaps::supportedReadPixelsColorType by Brian Salomon · 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