[Integrated] RFR: 8243009: SwingSet2 scrolling doesn't repaint properly on Catalina
Ajit Ghaisas
aghaisas at openjdk.java.net
Thu May 14 10:17:55 UTC 2020
On Thu, 14 May 2020 10:05:32 GMT, Ajit Ghaisas <aghaisas at openjdk.org> wrote:
> Issue : https://bugs.openjdk.java.net/browse/JDK-8243009
>
> Root cause : If the same texture is provided as source and destination with some offset, copyArea function results in
> texture tearing effect.
> Fix : Copy the data from the source texture to a temporary buffer and then copy from that temporary buffer to the
> destination (source texture with some offset)
> Note : This solution may be slower, need to find an optimum way to copy data from MTLTexture to the same texture with
> some offset.
This pull request has now been integrated.
Changeset: 1773b20d
Author: Ajit Ghaisas <aghaisas at openjdk.org>
URL: https://git.openjdk.java.net/lanai/commit/1773b20d
Stats: 24 lines in 1 file changed: 0 ins; 21 del; 3 mod
8243009: SwingSet2 scrolling doesn't repaint properly on Catalina
-------------
PR: https://git.openjdk.java.net/lanai/pull/45
More information about the lanai-dev
mailing list