20:36karolherbst: 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:36karolherbst: is there a better way?
20:40zmike: karolherbst: add a screen query and have zink return the driver id enum
20:43karolherbst: mhhhhh.. that sounds like work, because atm I need this information before even creating the pipe_screen...
20:55zmike: zink can't know before it creates a pipe screen
21:01karolherbst: mhhh
21:02karolherbst: I'll have to think about it...