Re: Prefer EGL over GLX on Linux

2024-04-01 Thread Thiago Milczarek Sayão
I was looking for comments :) Em dom., 31 de mar. de 2024 às 18:34, Thiago Milczarek Sayão < thiago.sa...@gmail.com> escreveu: > Hi, > > I am doing some efforts here: > https://github.com/openjdk/jfx/pull/1381 > > Why? > > This is initial Wayland support work, since it will require EGL to draw

Prefer EGL over GLX on Linux

2024-03-31 Thread Thiago Milczarek Sayão
Hi, I am doing some efforts here: https://github.com/openjdk/jfx/pull/1381 Why? This is initial Wayland support work, since it will require EGL to draw to a Wayland surface. EGL is also supported on Xorg. The idea is to prefer EGL and fallback to GLX as it's done in Gtk, for example. I don't kno