summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2018-02-07Build x11, display and wayland versionsKeith Packard1-10/+19
Signed-off-by: Keith Packard <keithp@keithp.com>
2017-10-10Just use the last output foundKeith Packard1-2/+2
Signed-off-by: Keith Packard <keithp@keithp.com>
2017-06-01Use the VK_KEITHP_kms_display and VK_KHR_display extensions and DRM leasesKeith Packard1-2/+2
This creates a lease for an idle-but-connected monitor, passes that in to the Vulkan driver using the VK_KEITHP_kms_display extension and then uses the VK_KHR_display extension to display output directly to that, bypassing the window system. Signed-off-by: Keith Packard <keithp@keithp.com>
2017-05-17Add code to use VK_KEITHP_kms_display extensionKeith Packard1-1/+1
Open the DRM render node for now; we'll get a lease later on. Signed-off-by: Keith Packard <keithp@keithp.com>
2017-05-09Import bare cube demoKeith Packard1-0/+34