[OpenJDK 2D-Dev] RFR: 8263486: Clean up MTLSurfaceDataBase.h

2021-05-13 Thread Ajit Ghaisas
This PR addresses some cleanup activities : - Cleaned up MTLSurfaceDataBase.h & MTLSurfaceData.m - Removed OpenGL references from MTLPipelineStatesStorage.m & MTLRenderQueue.m - Commit messages: - cleanup unused code Changes: https://git.openjdk.java.net/jdk/pull/4010/files Webrev

Re: [OpenJDK 2D-Dev] RFR: 8264846: Regression ~5% in J2dBench.bimg_misc on Linux after JDK-8263142

2021-05-13 Thread Erik Joelsson
On Wed, 12 May 2021 00:06:34 GMT, Sergey Bylokhov wrote: > Performance in one of the tests in the bimg_misc group is dropped by 20%(or > 5% of the group) after some unused code was removed from the libawt. I assume > the size of the lib became smaller and GCC heuristics were changed to do not

Re: [OpenJDK 2D-Dev] RFR: 8264846: Regression ~5% in J2dBench.bimg_misc on Linux after JDK-8263142

2021-05-13 Thread Alexander Zvegintsev
On Wed, 12 May 2021 00:06:34 GMT, Sergey Bylokhov wrote: > Performance in one of the tests in the bimg_misc group is dropped by 20%(or > 5% of the group) after some unused code was removed from the libawt. I assume > the size of the lib became smaller and GCC heuristics were changed to do not

[OpenJDK 2D-Dev] RFR: 8267116: Lanai: Incorrect AlphaComposite for VolatileImage graphics

2021-05-13 Thread Alexey Ushakov
Added one more bit for subIndex - Commit messages: - 8267116: Lanai: Incorrect AlphaComposite for VolatileImage graphics Changes: https://git.openjdk.java.net/jdk/pull/4018/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=4018&range=00 Issue: https://bugs.openjdk.java.

Re: [OpenJDK 2D-Dev] RFR: 8267116: Lanai: Incorrect AlphaComposite for VolatileImage graphics

2021-05-13 Thread Sergey Bylokhov
On Thu, 13 May 2021 22:06:13 GMT, Alexey Ushakov wrote: > Added one more bit for subIndex Can the test case from the jbs be automated to check this functionality? - PR: https://git.openjdk.java.net/jdk/pull/4018

[OpenJDK 2D-Dev] Integrated: 8264846: Regression ~5% in J2dBench.bimg_misc on Linux after JDK-8263142

2021-05-13 Thread Sergey Bylokhov
On Wed, 12 May 2021 00:06:34 GMT, Sergey Bylokhov wrote: > Performance in one of the tests in the bimg_misc group is dropped by 20%(or > 5% of the group) after some unused code was removed from the libawt. I assume > the size of the lib became smaller and GCC heuristics were changed to do not

Re: [OpenJDK 2D-Dev] RFR: 8267116: Lanai: Incorrect AlphaComposite for VolatileImage graphics

2021-05-13 Thread Alexey Ushakov
On Thu, 13 May 2021 22:31:12 GMT, Sergey Bylokhov wrote: > Can the test case from the jbs be automated to check this functionality? Yes, we even don't have any UI in the test. I'll convert it to jtreg test. - PR: https://git.openjdk.java.net/jdk/pull/4018