Re: glxsync - explicit frame synchronization sample implementation

2022-01-04 Thread Vlad Zahorodnii
On 12/30/21 13:19, Michael Clark wrote: On 12/30/21 11:19 PM, Eero Tamminen wrote: Hi, Different window managers do resizes differently.  See for example:  https://gitlab.gnome.org/GNOME/mutter/-/issues/60 On which window managers did you test this? I did mention that. I tested with the

Re: glxsync - explicit frame synchronization sample implementation

2022-01-03 Thread Michel Dänzer
On 2021-12-30 06:20, Michael Clark wrote: > Dear Mesa Developers, > > I have been using GLFW for tiny cross-platform OpenGL demos for some time but > something that has really been bothering me are the visual artifacts when > resizing windows. Over the last year or so I have made multiple attemp

Re: glxsync - explicit frame synchronization sample implementation

2022-01-01 Thread Michael Clark
On 31/12/21 1:31 pm, Michael Clark wrote: I would like to add these implementation notes to the README because this is information one cannot easily find. It occurs to me that XFlush before frames makes a lot more sense than after frames if one thinks about Nagle and flow control combined with

Re: glxsync - explicit frame synchronization sample implementation

2021-12-30 Thread Michael Clark
On 30/12/21 6:20 pm, Michael Clark wrote: Dear Mesa Developers, I have been using GLFW for tiny cross-platform OpenGL demos for some time but something that has really been bothering me are the visual artifacts when resizing windows. Over the last year or so I have made multiple attempts at s

Re: glxsync - explicit frame synchronization sample implementation

2021-12-30 Thread Michael Clark
On 12/30/21 11:19 PM, Eero Tamminen wrote: Hi, Different window managers do resizes differently.  See for example: https://gitlab.gnome.org/GNOME/mutter/-/issues/60 On which window managers did you test this? I did mention that. I tested with the mutter compositor inside gnome-shell, al

Re: glxsync - explicit frame synchronization sample implementation

2021-12-30 Thread Eero Tamminen
Hi, Different window managers do resizes differently. See for example: https://gitlab.gnome.org/GNOME/mutter/-/issues/60 On which window managers did you test this? - Eero On 30.12.2021 7.20, Michael Clark wrote: Dear Mesa Developers, I have been using GLFW for tiny cross-p

glxsync - explicit frame synchronization sample implementation

2021-12-29 Thread Michael Clark
Dear Mesa Developers, I have been using GLFW for tiny cross-platform OpenGL demos for some time but something that has really been bothering me are the visual artifacts when resizing windows. Over the last year or so I have made multiple attempts at solving this issue, digging progressively de