Skip to content

zink: remove descriptor-mode selection infrastructure

Erik Faye-Lund requested to merge kusma/mesa:zink-remove-descriptor-mode into main

We only support lazy descriptors these days, so having the infrastructure around to support automatic selection of that one mode is kinda silly.

And it's not like setting an environment variable that is never read is going to cause any issues, so we don't even need this to avoid breaking existing setups.

Let's just rip it out. We can reintroduce it again on the off-chance that someone has a new clever descriptor mode they want to experiment with.

Merge request reports