[OpenJDK 2D-Dev] RFR: 8250658: Performance of ClipFlatOval Renderperf test is very low
Jayathirth D V
jdv at openjdk.java.net
Tue May 11 10:13:03 UTC 2021
On Fri, 7 May 2021 22:29:53 GMT, Alexey Ushakov <avu at openjdk.org> wrote:
> Implemented indirect rendering (via stencil texture attachment) to stencil texture
Its good that we have removed intermediate stencil blit operations using this approach.
LGTM.
jtreg/JCK all test run is fine.
J2DDemo, SwingSet2, Font2DTest is running fine in my Intel SoC Macbook pro.
RenderPerfTest : ClipFlatOval and ClipFlatOvalAA show improvement in FPS from ~13 to ~24 in my Intel SoC Macbook pro.
@aghaisas mentioned that he is also testing on discrete GPU Macbook Pro. Lets wait for his test output.
-------------
Marked as reviewed by jdv (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/3929
More information about the 2d-dev
mailing list