aboutsummaryrefslogtreecommitdiff
path: root/src/gpu/graphite/Caps.h
AgeCommit message (Expand)Author
2023-12-12[graphite] Add Caps::supportsAHardwareBufferImagesRobert Phillips
2023-11-27Reland "[graphite] Add no-yield option to ContextOptions."Brian Salomon
2023-11-21Revert "[graphite] Add no-yield option to ContextOptions."John Stiles
2023-11-21[graphite] Add no-yield option to ContextOptions.Brian Salomon
2023-11-20[graphite] Expose Dawn async buffer mapping through Buffer classBrian Salomon
2023-10-05[graphite][viewer] Context options and UI for path renderer strategyArman Uguray
2023-09-19[graphite] Add option to disable cached glyph uploads.Jim Van Verth
2023-09-19[graphite] Track whether ordered Recordings are required.Jim Van Verth
2023-09-15Add device-name to Caps when test-utils is active.John Stiles
2023-08-29Use #if defined(GRAPHITE_TEST_UTILS) to check if enabled.John Stiles
2023-08-17GraphiteDawn: use Dawn's MSAARenderToSingleSampled feature.Le Hoang Quyen
2023-08-14Device: create copy dest texture with the same fmt of srcPeng Huang
2023-08-04[graphite] Set up fallback colortype in rescale.Jim Van Verth
2023-07-24[graphite] Add ContextOption to set default MSAA samples.Jim Van Verth
2023-07-24[graphite] Support textureSize queries prior to instantiationRobert Phillips
2023-07-24Move SkEnumBitMask from src/core/ to src/base/.John Stiles
2023-06-27[graphite] Add AtlasProvider class to hold various atlas typesArman Uguray
2023-06-08[graphite] Add BackendSemaphore and support flag in Caps.Jim Van Verth
2023-05-05[graphite] Dst reads using copiesJames Godfrey-Kittle
2023-04-04[graphite] Support storage texture creationArman Uguray
2023-03-15Reland "[Graphite] Add gpu memory size to all Resources."Greg Daniel
2023-03-13Revert "[Graphite] Add gpu memory size to all Resources."Greg Daniel
2023-03-10[Graphite] Add gpu memory size to all Resources.Greg Daniel
2023-03-09Reland "[graphite] Add Caps::channelMask()"Jim Van Verth
2023-03-02Revert "[graphite] Add Caps::channelMask()"Jim Van Verth
2023-03-02[graphite] Add Caps::channelMask()Jim Van Verth
2023-01-06Reland "[graphite] Emit texture/sampler binding layout based on Caps"Arman Uguray
2023-01-06Revert changes breaking the Android rollborenet
2023-01-06[graphite] Emit texture/sampler binding layout based on CapsArman Uguray
2023-01-04[base] Move include/base to include/private/baseKevin Lubick
2023-01-03[base] Move align-functions from SkTypes to base/SkAlign.hKevin Lubick
2022-12-22[graphite] Caps defines alignment for all BufferTypesMichael Ludwig
2022-12-05[graphite] Use staging buffers for vertex, index, uniform and storage buffersPeng Huang
2022-11-22[graphite] Dynamically determine uniform buffer layout requirementsArman Uguray
2022-11-21[graphite] Implement DawnCaps::buildKeyForTexture()Peng Huang
2022-11-15[graphite] Implement vulkan default texture info methodsNicolette Prevost
2022-11-02[graphite] Add VulkanCaps format tableNicolette Prevost
2022-10-24[Graphite] Don't store numLevels but just Mipmapped on TextureInfo.Greg Daniel
2022-10-10Reland "[graphite] Add caps to support readPixels and writePixels."Jim Van Verth
2022-10-10Revert "[graphite] Add caps to support readPixels and writePixels."Robert Phillips
2022-10-10[graphite] Add caps to support readPixels and writePixels.Jim Van Verth
2022-09-01[graphite] Add GPU caps fields for storage buffer supportJames Godfrey-Kittle
2022-08-30[graphite] Memoryless MSAA color/depth/stencil attachmentsMichael Ludwig
2022-08-24[graphite] Unique pointer instead of sk_sp for CapsMichael Ludwig
2022-08-19[graphite] Make most of RecorderPriv inlinableMichael Ludwig
2022-08-17[graphite] Add DrawBufferManager::getSsboWriterJames Godfrey-Kittle
2022-08-10[Graphite] Make SkCapabilities be a member of graphite::Caps instead of base ...Greg Daniel
2022-08-05[graphite] Introduce ComputePipelineArman Uguray
2022-06-27[graphite] Set up ContextOptions for textJim Van Verth
2022-06-14[graphite] Add ContextOptionsJim Van Verth