Integrated: 8261703: Many java/awt/ tests fail with Metal API Validation Stencil PixelFormat error

Jayathirth D V jdv at openjdk.java.net
Wed Feb 17 16:36:51 UTC 2021


On Wed, 17 Feb 2021 08:10:47 GMT, Jayathirth D V <jdv at openjdk.org> wrote:

> In LCD text rendering we get texture encoder which takes same shader parameters as LCD and then update its pipeline state locally and not in centralized MTLPaints. In cases where we use stencil based rendering and then move to LCD we will have invalid stencil state(Eventhough it doesnt change LCD text rendering output) because we override pipeline state locally after getting encoder. Moving LCD encoder state management to EncoderManager will resolve the issue when Metal API Validation is enabled.

This pull request has now been integrated.

Changeset: 22b1c087
Author:    Jayathirth D V <jdv at openjdk.org>
URL:       https://git.openjdk.java.net/lanai/commit/22b1c087
Stats:     173 lines in 6 files changed: 40 ins; 118 del; 15 mod

8261703: Many java/awt/ tests fail with Metal API Validation Stencil PixelFormat error

-------------

PR: https://git.openjdk.java.net/lanai/pull/194


More information about the lanai-dev mailing list