Re: [OpenJDK 2D-Dev] RFR: JDK-8234393: [macos] printing ignores printer tray [v2]

2020-10-19 Thread Phil Race
On Wed, 7 Oct 2020 14:30:26 GMT, Vipin Menon wrote: >> **Issue** >> >> [https://bugs.openjdk.java.net/browse/JDK-8234393](https://bugs.openjdk.java.net/browse/JDK-8234393) >> >> **Problem** >> >> On a multi tray printer, irrespective of what tray is set, Java always >> prints from the last

Re: [OpenJDK 2D-Dev] RFR: 8254788: Dead code in the sun.java2d.xr.XRPMBlitLoops$XrSwToPMBlit

2020-10-19 Thread Phil Race
On Wed, 14 Oct 2020 18:35:15 GMT, Sergey Bylokhov wrote: > The XrSwToPMBlit is a blit which is used as a direct(unscaled) blit of the > image in the memory to the pixmap. It tries > to optimize the SrcOver composite in case of an opaque source image and use > Src instead: > if

Re: [OpenJDK 2D-Dev] RFR: 8252133: The java/awt/GraphicsDevice/DisplayModes/CycleDMImage.java fails if metal pipeline is active [v4]

2020-10-19 Thread Phil Race
On Fri, 9 Oct 2020 05:42:31 GMT, Sergey Bylokhov wrote: >> This bug easily reproduced by the test in question on the dual video card >> systems >> when the metal pipeline is active. But it is possible to reproduce it in the >> OGL >> pipeline as well, but it is required some additional steps.