Re: sane default option values for Linux

2020-03-18 Thread Philip Race
Some of the latest Linuxes don't even include GTK2 by default ! Its only a step away from them not being even available as an optional download. > ...although I honestly don't think this was a regression introduced in JavaFX... > literally every graphical application segfaults now, including g

RFR: 8089134: [2D traversal, RTL] TraversalEngine only handles left/right key traversal correctly in RTL for top-level engine in ToolBar

2020-03-18 Thread Ajit Ghaisas
**Issue** https://bugs.openjdk.java.net/browse/JDK-8089134 **Fix** Added a fix to modify selection direction based on NodeOrientation of the ToolBar. **Testing** Added a unit test to test common focus movement scenarios using tab and arrow keys for the ToolBar. - Commit messages:

Re: Raspberry Pi 4 hw support

2020-03-18 Thread Debayan Sutradhar
Ok, thanks for the clarification. Will be waiting. You all are doing a really great job. This looks really promising. JavaFX is getting the love it actually deserved. On Wed, 18 Mar 2020 at 6:26 PM, Johan Vos wrote: > Hi, > > The later Raspian distributions are using new drivers that require >

Re: [Rev 03] RFR: 8217472: Add attenuation for PointLight

2020-03-18 Thread Nir Lisker
On Tue, 17 Mar 2020 02:50:28 GMT, Nir Lisker wrote: >> Updated test case: >> [attenTest2.zip](https://github.com/openjdk/jfx/files/4332937/attenTest2.zip) > > On Win 10 with an AMD RX 470 4GB I get the following: > > Without the patch: > 200 quads average 113 fps > 5000 quads average 11.5 fps >

Re: Raspberry Pi 4 hw support

2020-03-18 Thread Johan Vos
Hi, The later Raspian distributions are using new drivers that require different configurations to be used with HW acceleration. The JavaFX ARM builds are dependent on a specific set of libraries. We'll have to document this better. - Johan On Mon, Mar 9, 2020 at 8:50 AM Debayan Sutradhar < deba

Re: Bulk request to backport 21 fixes to 11-dev for 11.0.7

2020-03-18 Thread Johan Vos
Approved. On Wed, Mar 18, 2020 at 1:03 AM Kevin Rushforth wrote: > Hi Johan, > > We request approval to backport the following 21 fixes, which Guru and I > prepared. Two of the 21 fixes, the GStreamer and Glib upgrades, were done > as a single commit, so there will be a single changeset pushed f

Re: Raspberry Pi 4 hw support

2020-03-18 Thread Nir Lisker
I thought that Johan Vos's team did some work on Raspberry, maybe he can comment on this. On Mon, Mar 9, 2020 at 9:50 AM Debayan Sutradhar < debayansutradh...@gmail.com> wrote: > I have a large embedded project for raspberry pis (https://stream-pi.com) > and recently its discord server crosses 60

Re: sane default option values for Linux

2020-03-18 Thread Kevin Rushforth
> Regardless, the other issues are still valid. Can we please have GTK2 set as default along with force painter uploading? No, we are not going to do this. GTK 2 is on its way out. GTK 3 has been the default for both AWT and JavaFX since JDK 11 / JavaFX 11. I'd much rather see energy going

Re: RFR: 8236651: Simplify and update glass gtk backend

2020-03-18 Thread Thiago Milczarek Sayao
On Tue, 3 Mar 2020 11:10:07 GMT, Thiago Milczarek Sayao wrote: >> This is going to need further discussion on the mailing list as indicated >> above, so it is still premature to review it >> (i.e., it should still be considered effectively a "WIP" until that >> discussion happens). Additionall

Re: sane default option values for Linux

2020-03-18 Thread Ty Young
After going through varies JDK versions from OpenJDK from 8 to present, it seems like the segfault issues was introduced elsewhere at about JDK12/13. Regardless, the other issues are still valid. Can we please have GTK2 set as default along with force painter uploading? On 3/17/20 6:54 AM,