Re: [OpenJDK 2D-Dev] RFR: 8263583: Emoji rendering on macOS [v2]

2021-05-12 Thread Dmitry Batrak
On Wed, 7 Apr 2021 02:56:37 GMT, Sergey Bylokhov wrote: >> Dmitry Batrak has updated the pull request incrementally with two additional >> commits since the last revision: >> >> - 8263583: Emoji rendering on macOS >> >>extended test case to cover different types of target surfaces >>

Re: [OpenJDK 2D-Dev] RFR: 8250658: Performance of ClipFlatOval Renderperf test is very low

2021-05-12 Thread Alexey Ushakov
Could you please sponsor this change? Best Regards, Alexey > On 12 May 2021, at 09:05, Ajit Ghaisas wrote: > > On Fri, 7 May 2021 22:29:53 GMT, Alexey Ushakov wrote: > >> Implemented indirect rendering (via stencil texture attachment) to stencil >> texture > > I tested on macBook pro 16" wi

[OpenJDK 2D-Dev] Integrated: 8250658: Performance of ClipFlatOval Renderperf test is very low

2021-05-12 Thread Alexey Ushakov
On Fri, 7 May 2021 22:29:53 GMT, Alexey Ushakov wrote: > Implemented indirect rendering (via stencil texture attachment) to stencil > texture This pull request has now been integrated. Changeset: 74338219 Author:Alexey Ushakov Committer: Ajit Ghaisas URL: https://git.openjdk.java.

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

2021-05-12 Thread Sergey Bylokhov
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 try to increase the size by inlining over some percent. I tested