Re: [PATCH] glx: Duplicate relevant fbconfigs for compositing visuals

2017-11-03 Thread Adam Jackson
On Thu, 2017-11-02 at 15:56 +0100, Thomas Hellstrom wrote: > Ping? > > It would be good to resolve this. remote: I: patch #179065 updated using rev f84e59a4f474d22860bac8aec2947798a86db69b. remote: I: 1 patch(es) updated to state Accepted. To ssh://git.freedesktop.org/git/xorg/xserver

Re: [PATCH] glx: Duplicate relevant fbconfigs for compositing visuals

2017-11-02 Thread Thomas Hellstrom
Ping? It would be good to resolve this. Thomas On 10/13/2017 07:43 AM, Thomas Hellstrom wrote: Hi, On 10/12/2017 10:32 PM, Adam Jackson wrote: On Thu, 2017-10-12 at 15:06 +0200, Thomas Hellstrom wrote: Ping? If we're going to do this, and I guess we have to, I'd like to see two changes:

Re: [PATCH] glx: Duplicate relevant fbconfigs for compositing visuals

2017-10-12 Thread Thomas Hellstrom
Hi, On 10/12/2017 10:32 PM, Adam Jackson wrote: On Thu, 2017-10-12 at 15:06 +0200, Thomas Hellstrom wrote: Ping? If we're going to do this, and I guess we have to, I'd like to see two changes: 1) Don't duplicate single-buffered fbconfigs OK. I was trying to figure out what Nvidia was doing

Re: [PATCH] glx: Duplicate relevant fbconfigs for compositing visuals

2017-10-12 Thread Adam Jackson
On Thu, 2017-10-12 at 15:06 +0200, Thomas Hellstrom wrote: > Ping? If we're going to do this, and I guess we have to, I'd like to see two changes: 1) Don't duplicate single-buffered fbconfigs 2) Point all these fbconfigs at the same visual - ajax ___

Re: [PATCH] glx: Duplicate relevant fbconfigs for compositing visuals

2017-10-12 Thread Thomas Hellstrom
Ping? On 10/03/2017 02:19 PM, Thomas Hellstrom wrote: Ping? On 09/27/2017 02:28 AM, Thomas Hellstrom wrote: Previously, before GLX_OML_swap_method was fixed, both the X server and client ignored the swapMethod fbconfig value, which meant that, if the dri driver thought it exposed more than

Re: [PATCH] glx: Duplicate relevant fbconfigs for compositing visuals

2017-10-03 Thread Thomas Hellstrom
Ping? On 09/27/2017 02:28 AM, Thomas Hellstrom wrote: Previously, before GLX_OML_swap_method was fixed, both the X server and client ignored the swapMethod fbconfig value, which meant that, if the dri driver thought it exposed more than one swapMethod, it actually just exported a duplicated set

Re: [PATCH] glx: Duplicate relevant fbconfigs for compositing visuals

2017-10-02 Thread Fredrik Höglund
Tested-by: Fredrik Höglund On Wednesday 27 September 2017, Thomas Hellstrom wrote: > Previously, before GLX_OML_swap_method was fixed, both the X server and > client ignored the swapMethod fbconfig value, which meant that, if the dri > driver thought it exposed more than one

[PATCH] glx: Duplicate relevant fbconfigs for compositing visuals

2017-09-26 Thread Thomas Hellstrom
Previously, before GLX_OML_swap_method was fixed, both the X server and client ignored the swapMethod fbconfig value, which meant that, if the dri driver thought it exposed more than one swapMethod, it actually just exported a duplicated set of fbconfigs. When fixing GLX_OML_swap_method and