zink: delete stale comment for zink_surface
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Tue, 25 Oct 2022 17:34:45 +0000 (13:34 -0400)
committerMarge Bot <emma+marge@anholt.net>
Thu, 27 Oct 2022 14:43:50 +0000 (14:43 +0000)
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19307>

src/gallium/drivers/zink/zink_types.h

index 2ece664..a319fe0 100644 (file)
@@ -1309,7 +1309,7 @@ struct zink_surface {
    struct pipe_surface base;
    VkImageViewCreateInfo ivci;
    VkImageViewUsageCreateInfo usage_info;
-   struct zink_surface_info info; //TODO: union with fb refs
+   struct zink_surface_info info;
    uint32_t info_hash;
    bool is_swapchain;
    VkImageView image_view;