Re: RFR: 8238954: Improve performance of tiled snapshot rendering [v13]

2020-06-29 Thread Kevin Rushforth
On Mon, 29 Jun 2020 21:50:50 GMT, Kevin Rushforth wrote: >> Frederic Thevenet has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Fill test image with a bilinear gradient instead of random noise. > > I think I found the problem in the

Re: RFR: 8238954: Improve performance of tiled snapshot rendering [v13]

2020-06-29 Thread Kevin Rushforth
On Mon, 29 Jun 2020 16:27:19 GMT, Frederic Thevenet wrote: >> Issue JDK-8088198, where an exception would be thrown when trying to capture >> a snapshot whose final dimensions would be >> larger than the running platform's maximum supported texture size, was >> addressed in openjfx14. The

Re: RFR: 8238954: Improve performance of tiled snapshot rendering [v5]

2020-06-29 Thread Kevin Rushforth
On Mon, 29 Jun 2020 16:41:53 GMT, Frederic Thevenet wrote: >> I have changed the test setup to fill up the scene with a gradient instead >> of random noise; it should be as able to >> catch misalignment, while not looking like something's gone horribly wrong. > > Also, while running the tests

Re: RFR: 8201568: zForce touchscreen input device fails when closed and immediately reopened

2020-06-29 Thread John Neffenger
The message from this sender included one or more files which could not be scanned for virus detection; do not open these files unless you are certain of the sender's intent. -- On Mon, 29 Jun 2020 11:26:50 GMT, Johan Vos wrote:

Re: RFR: 8238954: Improve performance of tiled snapshot rendering [v5]

2020-06-29 Thread Frederic Thevenet
On Mon, 29 Jun 2020 16:16:58 GMT, Frederic Thevenet wrote: >> Thanks for your review. >> >> I don't have access to a Mac so I can't check that directly. >> The tests pass on both my Windows 10 and Ubuntu 20.04 environments and the >> stack isn't very helpful (it simply >> indicates the

Re: RFR: 8238954: Improve performance of tiled snapshot rendering [v5]

2020-06-29 Thread Frederic Thevenet
On Mon, 29 Jun 2020 14:35:00 GMT, Frederic Thevenet wrote: >> I observed that the added tests are failing on mac machine(Mojave 10.14.6), >> but they do pass on windows10. Can you >> please verify ? Timeout and Unrecognized Image loader errors from the log, >> test.javafx.scene.Snapshot2Test >

Re: RFR: 8238954: Improve performance of tiled snapshot rendering [v13]

2020-06-29 Thread Frederic Thevenet
> Issue JDK-8088198, where an exception would be thrown when trying to capture > a snapshot whose final dimensions would be > larger than the running platform's maximum supported texture size, was > addressed in openjfx14. The fix, based around > the idea of capturing as many tiles of the

Integrated: 8240264: iOS: Unnecessary logging on every pulse when GL context changes

2020-06-29 Thread Jose Pereda
On Wed, 8 Apr 2020 08:37:27 GMT, Jose Pereda wrote: > This PR comments out too verbose console logging, as it has been done with > some other fprintf calls. > As a follow up of this PR, a custom directive that enables this output if > needed can be considered. This pull request has now been

Re: RFR: 8238954: Improve performance of tiled snapshot rendering [v5]

2020-06-29 Thread Frederic Thevenet
On Mon, 29 Jun 2020 14:02:11 GMT, Ambarish Rapte wrote: >> I went ahead and wrote a bunch of tests that: >> 1. Setup a scene to display an `ImageView` of a selected dimensions chosen >> to trigger tiling in different ways when >> taking snapshots. 2. Fill up the image with noise. >> 3. Take a

Re: RFR: 8238954: Improve performance of tiled snapshot rendering [v5]

2020-06-29 Thread Ambarish Rapte
On Wed, 17 Jun 2020 11:33:27 GMT, Frederic Thevenet wrote: >>> [...] I'd like to see some additional system tests that cover all of the >>> cases of X and Y fitting/not-fitting exactly >>> (and if you stick with your current approach, X or Y as the inner loop). >> >> What kind of tests do you

Re: RFR: 8240264: iOS: Unnecessary logging on every pulse when GL context changes [v3]

2020-06-29 Thread Kevin Rushforth
The message from this sender included one or more files which could not be scanned for virus detection; do not open these files unless you are certain of the sender's intent. -- On Sun, 28 Jun 2020 18:34:01 GMT, Jose Pereda

Re: RFR: 8238954: Improve performance of tiled snapshot rendering

2020-06-29 Thread thevenet . fred
Hi Ambarish, Thanks for your review. I don't have access to a Mac so I can't check that directly. The tests pass on both my Windows 10 and Ubuntu 20.04 environments and the stack isn't very helpful (it simply indicates the renderImage method returned null). There could be many reasons for

Re: RFR: 8248381: Create a daemon thread for MonocleTimer

2020-06-29 Thread Johan Vos
The message from this sender included one or more files which could not be scanned for virus detection; do not open these files unless you are certain of the sender's intent. -- On Sun, 28 Jun 2020 01:56:26 GMT, John Neffenger

Re: RFR: 8201570: Get two bytes for the Linux input event type, not four

2020-06-29 Thread Johan Vos
On Sat, 27 Jun 2020 00:12:41 GMT, John Neffenger wrote: > Fixes [JDK-8201570](https://bugs.openjdk.java.net/browse/JDK-8201570). This fixes a bug that currently didn't cause any harm (https://bugs.openjdk.java.net/browse/JDK-8201570?focusedCommentId=14172176) , but it's better to fix it now.

Re: RFR: 8201568: zForce touchscreen input device fails when closed and immediately reopened

2020-06-29 Thread Johan Vos
On Sat, 27 Jun 2020 00:21:06 GMT, John Neffenger wrote: > Fixes [JDK-8201568](https://bugs.openjdk.java.net/browse/JDK-8201568). The rationale makes sense (open/open/close) instead of (open/close/open) - Marked as reviewed by jvos (Reviewer). PR:

Re: RFR: 8244212: Optionally download media and webkit libraries from latest openjfx EA build

2020-06-29 Thread Johan Vos
The message from this sender included one or more files which could not be scanned for virus detection; do not open these files unless you are certain of the sender's intent. -- On Thu, 30 Apr 2020 18:56:40 GMT, Jesper Skov