Re: Wayland

2024-04-28 Thread Thiago Milczarek SayĆ£o
Hi, I managed to display a very basic wayland toplevel surface from java: https://github.com/tsayao/glass-wayland If you are using intellij, just run the "Test App" (with java 22). generate.sh will jextract the code from wayland-client. I rushed to get the window displayed - so it doesn't look

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

2024-04-28 Thread Thiago Milczarek Sayao
On Thu, 25 Apr 2024 12:19:19 GMT, Lukasz Kostyra wrote: >> Thiago Milczarek Sayao has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Forgot debug message > > modules/javafx.graphics/src/main/native-prism-es2/linux/egl/LinuxGLContext.c > li

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

2024-04-28 Thread Thiago Milczarek Sayao
> Wayland implementation will require EGL. > > EGL works with Xorg as well. The idea is to be EGL first and if it fails, > fallback to GLX. A force flag `prism.es2.forceGLX=true` is available. > > > See: > [Switching the Linux graphics stack from GLX to > EGL](https://mozillagfx.wordpress.com