Wrong link in README.md?

2022-04-26 Thread Nir Lisker
In the README.md, under Issue Tracking, the link to "issues list" leads to the JBS homepage. In CONTRIBUTING.md under Bug Report, the (almost) same paragraph links to the JavaFX filter in JBS, which is a lot more helpful. Shouldn't the link in README also link to the filtered issues list? - Nir

Re: D3D pipeline possible inconsistencies

2022-04-26 Thread Kevin Rushforth
As you note, there are a few different issues here. To answer your questions as best I can: 1 & 3. We should document that self-illum maps and specular only use the rgb components and that alpha should be ignored. It's possible (although I don't know for sure) that the image is being treated a

Re: D3D pipeline possible inconsistencies

2022-04-26 Thread Nir Lisker
I found a comment [1] on JBS stating that specular and self-Illumination alphas should be ignored, so it seems like there's at least 2 bugs here already. https://bugs.openjdk.java.net/browse/JDK-8090548?focusedCommentId=13771150&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel

[jfx18] Integrated: 8285475: Create release notes for 18.0.1

2022-04-26 Thread Abhinay Agarwal
On Mon, 25 Apr 2022 06:50:07 GMT, Abhinay Agarwal wrote: > Add release notes for JavaFX 18.0.1 to the repository This pull request has now been integrated. Changeset: f0099c25 Author:Abhinay Agarwal Committer: Nir Lisker URL: https://git.openjdk.java.net/jfx/commit/f0099c256f6b8d02

Re: [jfx18] RFR: 8285475: Create release notes for 18.0.1

2022-04-26 Thread Kevin Rushforth
On Mon, 25 Apr 2022 06:50:07 GMT, Abhinay Agarwal wrote: > Add release notes for JavaFX 18.0.1 to the repository Marked as reviewed by kcr (Lead). - PR: https://git.openjdk.java.net/jfx/pull/785

Re: [jfx18] RFR: 8285475: Create release notes for 18.0.1

2022-04-26 Thread Kevin Rushforth
On Mon, 25 Apr 2022 06:50:07 GMT, Abhinay Agarwal wrote: > Add release notes for JavaFX 18.0.1 to the repository The following two non-public (security) fixes are also included in 18.0.1: JDK-8276371 (not public) | Better long buffering | web JDK-8277465 (not public) | Additional fix for JDK-8

[jfx18] RFR: 8285475: Create release notes for 18.0.1

2022-04-26 Thread Abhinay Agarwal
Add release notes for JavaFX 18.0.1 to the repository - Commit messages: - Add list of security fixes - 8285475: Create release notes for 18.0.1 Changes: https://git.openjdk.java.net/jfx/pull/785/files Webrev: https://webrevs.openjdk.java.net/?repo=jfx&pr=785&range=00 Issue: htt