Re: RFR: 8329820: [Linux] Prefer EGL over GLX

2024-04-06 Thread Lukasz Kostyra
On Sat, 24 Feb 2024 17:54:47 GMT, Thiago Milczarek Sayao wrote: > GLX is X only while EGL is need for Wayland and also works with X.org. > > I know there are limitations on Xorg and I still need to investigate it. > > GLX replacement for Xorg is not mandatory - this can be further discussed.

Re: RFR: 8329820: [Linux] Prefer EGL over GLX

2024-04-06 Thread Thiago Milczarek Sayao
On Tue, 2 Apr 2024 11:50:39 GMT, Lukasz Kostyra wrote: >> GLX is X only while EGL is need for Wayland and also works with X.org. >> >> I know there are limitations on Xorg and I still need to investigate it. >> >> GLX replacement for Xorg is not mandatory - this can be further discussed. >> >

RFR: 8329820: [Linux] Prefer EGL over GLX

2024-04-06 Thread Thiago Milczarek Sayao
GLX is X only while EGL is need for Wayland and also works with X.org. I know there are limitations on Xorg and I still need to investigate it. GLX replacement for Xorg is not mandatory - this can be further discussed. This is a work in progress and it's on the first step (making it work). See

Re: RFR: 8329820: [Linux] Prefer EGL over GLX [v2]

2024-04-06 Thread Thiago Milczarek Sayao
> GLX is X only while EGL is need for Wayland and also works with X.org. > > I know there are limitations on Xorg and I still need to investigate it. > > GLX replacement for Xorg is not mandatory - this can be further discussed. > > This is a work in progress and it's on the first step (making

RFR: 8329821: [Linux] When using i3 WM, menus are incorrectly sized

2024-04-06 Thread Thiago Milczarek Sayao
Simple fix to only request `_NET_FRAME_EXTENTS` if window has decoration. It seems i3 replies with decorated sizes, even if window is not decorated. Won't hurt other WMs. - Commit messages: - - Fix for i3 menus size Changes: https://git.openjdk.org/jfx/pull/1437/files Webrev: ht

Re: RFR: 8329821: [Linux] When using i3 WM, menus are incorrectly sized

2024-04-06 Thread Christopher Schnick
On Sat, 6 Apr 2024 17:34:06 GMT, Thiago Milczarek Sayao wrote: > Simple fix to only request `_NET_FRAME_EXTENTS` if window has decoration. > > It seems i3 replies with decorated sizes, even if window is not decorated. > > Won't hurt other WMs. I recently got a report from a user running the l