Mesa (main): zink: remove unused function-pointers

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jun 24 09:29:22 UTC 2021


Module: Mesa
Branch: main
Commit: e979ecbd45670590d6b46de51215d5bc757da4ce
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e979ecbd45670590d6b46de51215d5bc757da4ce

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Wed Jun 23 10:08:03 2021 +0200

zink: remove unused function-pointers

We also forgot to remove these when we stoped using them, more stuff to
delete, yeah!

Fixes: 55748681032 ("zink: use the dispatch tables")
Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Reviewed-by: Hoe Hao Cheng <haochengho12907 at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11554>

---

 src/gallium/drivers/zink/zink_screen.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/gallium/drivers/zink/zink_screen.h b/src/gallium/drivers/zink/zink_screen.h
index 1b09ed7a536..c28ddc30c96 100644
--- a/src/gallium/drivers/zink/zink_screen.h
+++ b/src/gallium/drivers/zink/zink_screen.h
@@ -165,8 +165,6 @@ struct zink_screen {
       uint32_t buffer_view;
    } null_descriptor_hashes;
 
-   PFN_vkGetPhysicalDeviceMultisamplePropertiesEXT vk_GetPhysicalDeviceMultisamplePropertiesEXT;
-   PFN_vkCmdSetSampleLocationsEXT vk_CmdSetSampleLocationsEXT;
    VkExtent2D maxSampleLocationGridSize[5];
 };
 



More information about the mesa-commit mailing list