Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1030084d authored by Chris Forbes's avatar Chris Forbes
Browse files

vulkan: Remove bogus IMAGE_USAGE_GENERAL from todo note

There is no such usage. There is also no risk of bad interactions with
cpu-mapping, since gralloc-backed images do not use a VkDeviceMemory.

Test: build
Change-Id: I2d7512ec79777f796826bc2b9c8dc3626a535737
parent f6b96f91
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -330,7 +330,6 @@ VkResult GetPhysicalDeviceSurfaceCapabilitiesKHR(
    // TODO(jessehall): I think these are right, but haven't thought hard about
    // it. Do we need to query the driver for support of any of these?
    // Currently not included:
    // - VK_IMAGE_USAGE_GENERAL: maybe? does this imply cpu mappable?
    // - VK_IMAGE_USAGE_DEPTH_STENCIL_BIT: definitely not
    // - VK_IMAGE_USAGE_TRANSIENT_ATTACHMENT_BIT: definitely not
    capabilities->supportedUsageFlags =