[OpenJDK 2D-Dev] RFR: 8250658: Performance of ClipFlatOval Renderperf test is very low

Ajit Ghaisas aghaisas at openjdk.java.net
Tue May 11 14:17:53 UTC 2021


On Fri, 7 May 2021 22:29:53 GMT, Alexey Ushakov <avu at openjdk.org> wrote:

> Implemented indirect rendering (via stencil texture attachment) to stencil texture

src/java.desktop/macosx/native/libawt_lwawt/java2d/metal/MTLClip.h line 52:

> 50: @property (readonly) id<MTLTexture> stencilTextureRef;
> 51: @property (readonly) BOOL stencilMaskGenerationInProgress;
> 52: @property (readwrite ) BOOL stencilMaskGenerationStarted;

Is 'stencilMaskGenerationStarted' property needed?
I don't see it being used anywhere to compare.

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

PR: https://git.openjdk.java.net/jdk/pull/3929


More information about the 2d-dev mailing list