On Mon, 2 Nov 2020 02:58:09 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
> I have worked on a possible improvement in the OGL blit logic, and right > before PR creation found a critical bug that ruined the whole idea of the > change. Unfortunately, non of the tests found this bug, so instead of a fix, > I propose a new test that will be able to find such issues in the > future(actually it already caught the bug in XRender > https://bugs.openjdk.java.net/browse/JDK-8255724) > > The test works fine for GDI, OpenGL, d3d, and x11 pipelines. This pull request has now been integrated. Changeset: a53b12df Author: Sergey Bylokhov <s...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/a53b12df Stats: 143 lines in 2 files changed: 143 ins; 0 del; 0 mod 8255722: Create a new test for rotated blit Reviewed-by: prr ------------- PR: https://git.openjdk.java.net/jdk/pull/991