RFR: 8272392 Lanai: SwingSet2. Black background on expanding tree node [v2]

Jayathirth D V jdv at openjdk.java.net
Wed Dec 1 07:00:30 UTC 2021


On Fri, 26 Nov 2021 09:02:37 GMT, Alexey Ushakov <avu at openjdk.org> wrote:

>> Removed creation of the separate encoder depending on destination properties as we don't use this info to customize the encoder properties
>
> Alexey Ushakov has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8272392 Lanai: SwingSet2. Black background on expanding tree node
>   
>   Fixed incorrect addition of the values into pipeline state cache. Refactored index initialization. Removed unused flags from MTLClip.

src/java.desktop/macosx/native/libawt_lwawt/java2d/metal/EncoderManager.m line 44:

> 42: 
> 43: - (void)reset:(id<MTLTexture>)destination
> 44:          isAA:(jboolean)isAA

I think by mistake isText argument is also removed. It is not matching reset() implementation.

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

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



More information about the client-libs-dev mailing list