Re: [Mesa-dev] [PATCH mesa 04/21] vulkan: Add EXT_direct_mode_display

2018-06-13 Thread Jason Ekstrand
On Mon, Jun 11, 2018 at 9:32 PM, Keith Packard wrote: > Jason Ekstrand writes: > > > This seems a bit odd. Why is the FD not stored in the display? What if > > you acquire multiple displays for two-player VR? If the master FD passed > > in is not -1, we could just create a VkDisplayKHR

Re: [Mesa-dev] [PATCH mesa 04/21] vulkan: Add EXT_direct_mode_display

2018-06-11 Thread Keith Packard
Jason Ekstrand writes: > This seems a bit odd. Why is the FD not stored in the display? What if > you acquire multiple displays for two-player VR? If the master FD passed > in is not -1, we could just create a VkDisplayKHR object containing > it. You want to share the master_fd passed in at

Re: [Mesa-dev] [PATCH mesa 04/21] vulkan: Add EXT_direct_mode_display

2018-04-09 Thread Jason Ekstrand
On Wed, Mar 7, 2018 at 11:25 PM, Keith Packard wrote: > Add support for the EXT_direct_mode_display extension. This just > provides the vkReleaseDisplayEXT function. > > Signed-off-by: Keith Packard > --- > src/vulkan/wsi/wsi_common_display.c | 17

[Mesa-dev] [PATCH mesa 04/21] vulkan: Add EXT_direct_mode_display

2018-03-07 Thread Keith Packard
Add support for the EXT_direct_mode_display extension. This just provides the vkReleaseDisplayEXT function. Signed-off-by: Keith Packard --- src/vulkan/wsi/wsi_common_display.c | 17 + src/vulkan/wsi/wsi_common_display.h | 5 + 2 files changed, 22