zink: disable bindless texture ext with descriptor buffer
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Wed, 25 Jan 2023 16:50:55 +0000 (11:50 -0500)
committerMarge Bot <emma+marge@anholt.net>
Fri, 27 Jan 2023 19:23:29 +0000 (19:23 +0000)
commit6f7b752fdd2f5f33139dbc105da433ef6f11f112
treee5dcfebbc09eea24854584081fd20b82ce58505d
parentcc9fa060ee1b232e5e72077232d7b90c92dfc1bd
zink: disable bindless texture ext with descriptor buffer

it's illegal to mix-and-match DB and non-DB descriptor usage, so disable
this until I finish the implementation

cc: mesa-stable

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20912>
src/gallium/drivers/zink/zink_screen.c