Re: Call for Discussion : New Project to support the Wayland display server on Linux

2021-07-07 Thread Alexander Zvegintsev
(adding awt-dev) Let me add a few comments. already Wayland is the default on RHEL 8, OL 8, Ubuntu 21.04 and I am sure others too. It is the default, but not in every case. Wayland may be turned off deliberately if you are using a Nvidia graphics card, so you need to take extra steps to get

FYI: A CFD for a Wayland project has been posted to disc...@openjdk.java.net

2021-07-07 Thread Philip Race
https://mail.openjdk.java.net/pipermail/discuss/2021-July/005846.html -phil.

Re: RFR: 8267385: Create NSAccessibilityElement implementation for JavaComponentAccessibility [v2]

2021-07-07 Thread Pankaj Bansal
On Tue, 29 Jun 2021 15:00:41 GMT, Artem Semenov wrote: >> src/java.desktop/macosx/native/libawt_lwawt/awt/JavaComponentAccessibility.m >> line 372: >> >>> 370: if ([javaRole isEqualToString:@"pagetablist"]) { >>> 371: newChild = [TabGroupLegacyAccessibility alloc]; >>> 372: }

Re: [jdk17] RFR: 8266079: Lanai: AlphaComposite shows differences on Metal compared to OpenGL [v5]

2021-07-07 Thread Ajit Ghaisas
On Mon, 5 Jul 2021 15:55:20 GMT, Alexey Ushakov wrote: >> Implemented blit via compute kernel > > Alexey Ushakov has updated the pull request incrementally with one additional > commit since the last revision: > > 8266079: Lanai: AlphaComposite shows differences on Metal compared to OpenGL >