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

2020-10-20 Thread Sergey Bylokhov
On Tue, 20 Oct 2020 23:43:46 GMT, Alexander Zuev wrote: >> Sergey Bylokhov has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Update CGraphicsEnvironment.java > > src/java.desktop/macosx/classes/sun/awt/CGraphicsEnvironment.java line 182:

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

2020-10-20 Thread Alexander Zuev
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.

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.

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

2020-10-08 Thread Sergey Bylokhov
> 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. > > Problem description: >Our CGraphicsEnvironment