Files
mesa/src/intel/vulkan
Emil Velikov ace5403453 anv: bail out if anv_wsi_init() fails
Otherwise we'll end up setting up a device with no winsys integration.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
---
Hard-coding the rendernode name in anv_physical_device_init() is a bad
idea really. We could/should be using drmGetDevices() to get info on all
the devices (master/render/etc. node names, pci location etc.) and apply
our heuristics on top of that.

That can come up as a follow up change.
2016-05-30 10:26:36 +01:00
..
2016-05-01 08:38:04 +01:00
2016-05-01 08:38:05 +01:00
2016-04-25 12:23:31 +02:00
2016-05-23 12:09:11 +01:00
2016-05-30 10:26:35 +01:00