On Tue, 19 Aug 2025 15:37:11 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> modules/javafx.graphics/src/main/java/com/sun/prism/impl/PrismSettings.java >> line 208: >> >>> 206: tryOrderArr = new String[] { "d3d", "sw" }; >>> 207: } else if (PlatformUtil.isMac()) { >>> 208: tryOrderArr = new String[] { "mtl", "es2", "sw" }; >> >> perhaps add a comment here and refer to a follow-up issue to undo this >> change? > > Given that this is intended to be temporary, that's a good idea. It will help > anyone looking at it to know that it will be reverted soon. Included a comment. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1876#discussion_r2286771132