[Rev 04] RFR: 8238954: Improve performance of tiled snapshot rendering

Frederic Thevenet github.com+7450507+fthevenet at openjdk.java.net
Mon Jun 15 15:57:33 UTC 2020


On Sat, 9 May 2020 17:43:08 GMT, Kevin Rushforth <kcr at openjdk.org> 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 have in mind? More specifically do you mean simply adding tests that expand on the existing
`doTestSnapshotScaleNodeDefer`and `doTestSnapshotScaleNodeImm` (which basically just prove that taking a snapshot
returns a non-null image of the expected size)? Or do you think we need to include a test that proves the snapshot
produced by tiling is entirely faithful to the original, pixel-wise?

-------------

PR: https://git.openjdk.java.net/jfx/pull/112


More information about the openjfx-dev mailing list