zink: Add driver name and API version to renderer name
authorSoroushIMG <soroush.kashani@imgtec.com>
Wed, 15 Mar 2023 12:11:04 +0000 (12:11 +0000)
committerMarge Bot <emma+marge@anholt.net>
Wed, 15 Mar 2023 17:40:16 +0000 (17:40 +0000)
commit78198d634d1e55b4d58945bda5f46bbe327e8902
treec350954f30ffeb0c0677becc1de8ab286f0ab99a
parent81a41633750f63fd4bdfb8c21abd78b0058a4d6b
zink: Add driver name and API version to renderer name

Having driver name in the renderer will be useful to differentiate
between open source and proprietary drivers as they can have different
feature sets/quirks.

Vulkan API version is also added to the name to match up with ANGLE.

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