Skip to content

Gen device init

Mark Janes requested to merge majanes/mesa:gen_device_init into master

i965, iris, and anv were all partially initializing the gen_device_info struct with slighly differing implementations.

This series unifies the initialization of device info.

Merge request reports