aboutsummaryrefslogtreecommitdiff
path: root/include/gpu/GrBackendSurface.h
AgeCommit message (Expand)Author
2023-11-21Remove MutableTextureStateRef and sketch out Vulkan-specific functionsKevin Lubick
2023-09-14Fully remove legacy SK_VULKAN code from GrBackendSurface.hBrian Osman
2023-09-13Find and replace GrMipmapped with skgpu::MipmappedKevin Lubick
2023-08-28Remove SK_VULKAN #ifdefs from GrBackendSurfaceBrian Osman
2023-08-25Treat GR_TEST_UTILS as defined or not, not 1 or 0.John Stiles
2023-08-24Remove support for Dawn in Ganesh.John Stiles
2023-08-18Remove deprecated Vulkan GrBackendRenderTarget constructorBrian Osman
2023-08-18Remove GrVkBackendSurfaceInfoBrian Osman
2023-08-17Remove bridge code for legacy GL GrBackendSurface codeKevin Lubick
2023-08-15Remove deprecated Metal GrBackendRenderTarget constructorBrian Osman
2023-08-11Reland "Remove SK_GL #ifdefs from GrBackendSurface"Brian Osman
2023-08-08Partial revert of "Remove SK_GL #ifdefs from GrBackendSurface"Kevin Lubick
2023-08-02Remove SK_GL #ifdefs from GrBackendSurfaceKevin Lubick
2023-06-12Remove stub GrBackend* classesKevin Lubick
2023-06-09Move DDL and SkSurfaceCharacterization to include/private/chromiumKevin Lubick
2023-06-05Enforce IWYU on GrBackendSurface and reduce inclusions of it in headersKevin Lubick
2023-03-24Reland "Reland "Introduce SkImages namespace; remove Ganesh GPU code from SkI...Kevin Lubick
2023-03-21Revert "Reland "Introduce SkImages namespace; remove Ganesh GPU code from SkI...Kevin Lubick
2023-03-21Reland "Introduce SkImages namespace; remove Ganesh GPU code from SkImage_Ras...Kevin Lubick
2023-03-20Revert "Introduce SkImages namespace; remove Ganesh GPU code from SkImage_Ras...Kevin Lubick
2023-03-20Introduce SkImages namespace; remove Ganesh GPU code from SkImage_RasterKevin Lubick
2023-03-14Rename SkImage::CompressionType -> SkTextureCompressionTypeKevin Lubick
2023-02-28Use SK_GANESH and SK_GRAPHITE everywhereKevin Lubick
2023-02-27Rename SK_SUPPORT_GPU -> SK_GANESH_ENABLEDKevin Lubick
2022-10-11Reland "[Graphite] Share MutableState classes between Ganesh and Graphite."Greg Daniel
2022-10-10Revert "[Graphite] Share MutableState classes between Ganesh and Graphite."Greg Daniel
2022-10-07[Graphite] Share MutableState classes between Ganesh and Graphite.Greg Daniel
2022-07-07Label external texture.Aditya Kushwah
2022-04-12Move Ganesh specific headers into include/private/gpu/ganeshRobert Phillips
2022-03-07[dawn] Clean up include paths and dawn_native namespaceKevin Lubick
2022-03-04Add ability to query gl format enum from GrBackendTexture.Greg Daniel
2021-10-26Add support for vk drm format modifiers.Greg Daniel
2021-09-20Reland "Add new GrSurfaceInfo class and related backend structs."Greg Daniel
2021-09-18Revert "Add new GrSurfaceInfo class and related backend structs."Jim Van Verth
2021-09-18Add new GrSurfaceInfo class and related backend structs.Greg Daniel
2021-08-31Rename some GrD3DTypes* header files.Greg Daniel
2021-08-13Reland "Remove GrBackendFormat's textureType use from isFormatTexturable call."Greg Daniel
2021-08-13Revert "Remove GrBackendFormat's textureType use from isFormatTexturable call."Greg Daniel
2021-08-13Remove GrBackendFormat's textureType use from isFormatTexturable call.Greg Daniel
2021-05-19Add GrColorFormatDesc GrBackendFormat::desc()Brian Salomon
2021-04-13Reland "Remove code to push pixmaps to backend textures from GrGpu classes"Brian Salomon
2021-04-13Revert "Remove code to push pixmaps to backend textures from GrGpu classes"Brian Salomon
2021-04-13Remove code to push pixmaps to backend textures from GrGpu classesBrian Salomon
2020-10-07Add stencil formats to all the backends.Greg Daniel
2020-10-02Require stencil bits on wrapped GrBackendRenderTargets to 0, 8, or 16.Greg Daniel
2020-09-30Get GrBackendRenderTarget's sample count from MtlTexture.Brian Salomon
2020-09-30Add sample count field to GrD3DTextureResourceInfo.Brian Salomon
2020-09-29Add sample count to GrVkImageInfo.Brian Salomon
2020-09-25Remove deprecated Vulkan GrBackendRenderTarget constructorBrian Salomon
2020-08-18Enhance assert to dump more informationRobert Phillips