[OpenJDK 2D-Dev] Black screen on Raspberry Pi / Manjaro

2021-07-28 Thread Kustaa Nyholm
Hi, I'm afraid this is the wrong mailing list or venue but have to start from somewhere. I just tested my Swing app using OpenJDK 11.0.1 on Raspberry Pi 4 / Manjaro and it worked great. I then enabled the OpenGL pipeline with -Dsun.java2d.opengl=True and console confirmed that the pipeline

[OpenJDK 2D-Dev] [jdk17] Withdrawn: 8266079: Lanai: AlphaComposite shows differences on Metal compared to OpenGL

2021-07-28 Thread Alexey Ushakov
On Tue, 15 Jun 2021 16:57:00 GMT, Alexey Ushakov wrote: > Implemented blit via compute kernel This pull request has been closed without being integrated. - PR: https://git.openjdk.java.net/jdk17/pull/62

Re: [OpenJDK 2D-Dev] [jdk17] RFR: 8266079: Lanai: AlphaComposite shows differences on Metal compared to OpenGL [v5]

2021-07-28 Thread Alexey Ushakov
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 >

Re: [OpenJDK 2D-Dev] RFR: 8181571: printing to CUPS fails on mac sandbox app

2021-07-28 Thread NikolayTach
On Wed, 21 Jul 2021 15:45:55 GMT, Alexander Scherbatiy wrote: > The issue is reproduced on macOS Big Sur 11.0.1 with jdk 16.0.1+9. > > Create a native macOS app from the Hello.java file, sign and run it in > sandbox: > > import javax.print.*; > import javax.swing.*; > > public class Hello {