[RFC PATCH xserver 0/5] Server-side vendor neutral dispatch for GLX

2017-08-30 Thread Adam Jackson
The idea here is that the DDX creates a GLX provider during AddScreen, and then GlxExtensionInit walks the list of created providers and calls their setup functions to initialize GLX for a screen. If you have heterogeneous GPUs in a Zaphod setup this would let you have GLX on both. If you often cha

Re: [RFC PATCH xserver 0/5] Server-side vendor neutral dispatch for GLX

2017-10-20 Thread Kyle Brenneman
On 08/30/2017 12:58 PM, Adam Jackson wrote: The idea here is that the DDX creates a GLX provider during AddScreen, and then GlxExtensionInit walks the list of created providers and calls their setup functions to initialize GLX for a screen. If you have heterogeneous GPUs in a Zaphod setup this wo