mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
zink: delete zink_screen::framebuffer_cache
no longer used Reviewed-by: Emma Anholt <emma@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21169>
This commit is contained in:
parent
115e0446dc
commit
94d9d832f6
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue