On Tue, 15 Sep 2026 20:15:28 GMT, Phil Race <[email protected]> wrote:
> The idea of this test is to verify that hardware pipelines match the software > pipelines for some specific rendering primitives. > > Getting all these primitives to paint identically across different pipelines > is not easy, and in particular D3D and GDI are problems, but the test made it > even harder for itself in ways that muddied the picture. > > This test would fail even where it should pass, because it wasn't always > getting the window contents it should have done. > Rounded borders and ncomplete paints were two specific problems. > And although it was intended to test OpenGL it didn't actually ask for OpenGL. > > The test updates here can't fix the actual pipeline rendering, but give the > test a chance to pass where it can. > And the problem list now more narrowly identifies where it fails. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). This pull request has now been integrated. Changeset: f52ab9ab Author: Phil Race <[email protected]> URL: https://git.openjdk.org/jdk/commit/f52ab9ab247ecbf46af3d0765fa9df86a251fb23 Stats: 140 lines in 2 files changed: 72 ins; 45 del; 23 mod 6992007: [TEST BUG] tests in 2d fails with wrong color at pixel Reviewed-by: jdv, azvegint ------------- PR: https://git.openjdk.org/jdk/pull/32891
