zink: change program pointer on struct zink_descriptor_set to pool pointer
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Tue, 6 Oct 2020 12:30:06 +0000 (08:30 -0400)
committerMarge Bot <eric+marge@anholt.net>
Fri, 12 Mar 2021 16:32:53 +0000 (16:32 +0000)
commit871022dc84af97866863968a5d11cb957dd3c316
treec3785a750f8c300948e7e5716416ecfd2072a235
parent817de3c77693a480bcb6ebc8a08da14e47a94261
zink: change program pointer on struct zink_descriptor_set to pool pointer

the program using the set isn't very relevant now that there's the intermediate
pool struct which stores the sets

Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9348>
src/gallium/drivers/zink/zink_descriptors.c
src/gallium/drivers/zink/zink_descriptors.h
src/gallium/drivers/zink/zink_draw.c