20:36 karolherbst: zmike: from a gallium frontend perspective, do I have a trivial way to figure out what driver zink is running on? check the device name e.g. grepping for "INTEL_OPEN_SOURCE_MESA"?
20:36 karolherbst: is there a better way?
20:40 zmike: karolherbst: add a screen query and have zink return the driver id enum
20:43 karolherbst: mhhhhh.. that sounds like work, because atm I need this information before even creating the pipe_screen...
20:55 zmike: zink can't know before it creates a pipe screen
21:01 karolherbst: mhhh
21:02 karolherbst: I'll have to think about it...