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

Author: Mike Blumenkrantz <[email protected]>
Date:   Mon Feb  6 15:25:27 2023 -0500

zink: delete zink_screen::framebuffer_cache

no longer used

Reviewed-by: Emma Anholt <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21169>

---

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

diff --git a/src/gallium/drivers/zink/zink_types.h 
b/src/gallium/drivers/zink/zink_types.h
index c6b708978c8..b81a1d0e2d0 100644
--- a/src/gallium/drivers/zink/zink_types.h
+++ b/src/gallium/drivers/zink/zink_types.h
@@ -1255,8 +1255,6 @@ struct zink_screen {
    bool device_lost;
    int drm_fd;
 
-   struct hash_table framebuffer_cache;
-
    struct slab_parent_pool transfer_pool;
    struct disk_cache *disk_cache;
    struct util_queue cache_put_thread;

Reply via email to