Turnip: Simplify driver properties
What does this MR do and why?
No other driver has "Mesa driver" in their driverName
, so just match
them and use "Turnip".
I'm not aware of any apps that would rely on this, so we're free to
change this.
Drop redundant memset as we don't have to initialize driverName
and
driverInfo
to zero.
Shorten setting conformanceVersion
, like some other drivers do it.
Also I'm pretty sure it's not exactly legal to claim conformance on anything but a618, but I left that for now.
https://www.khronos.org/conformance/adopters/conformant-products/vulkan#submission_598
This MR combined with https://github.com/SaschaWillems/vulkan.gpuinfo.org/pull/103 should mean that we show up nice and tidy on vulkan.gpuinfo.org.