zink: ensure sampler-views survive a batch
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 20 Jun 2019 09:41:02 +0000 (11:41 +0200)
committerErik Faye-Lund <erik.faye-lund@collabora.com>
Mon, 28 Oct 2019 08:51:45 +0000 (08:51 +0000)
commit2a7302075df61734c89f01ddfc84ead39dfdd6fc
treed23db8a1dbddce02c87664bd7b7dec73620b7840
parent09e20d88e73a63466758e06b708e1fd7f058b450
zink: ensure sampler-views survive a batch

we don't need to track the resources for the samplers any longer, as
the sampler view holds a reference instead.

Acked-by: Jordan Justen <jordan.l.justen@intel.com>
src/gallium/drivers/zink/zink_batch.c
src/gallium/drivers/zink/zink_batch.h
src/gallium/drivers/zink/zink_context.c