RFR: 8260931: Implement JEP 382: New macOS Rendering Pipeline [v10]
Alexey Ushakov
avu at openjdk.java.net
Tue Mar 9 17:33:24 UTC 2021
On Sun, 7 Mar 2021 22:29:50 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
>> Ajit Ghaisas has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains 36 additional commits since the last revision:
>>
>> - Lanai PR#206 - 8262729 - aghaisas
>> - Lanai PR#205 - 8262496 - avu
>> - Lanai PR#203 - 8262313 - jdv
>> - Lanai PR#202 - 8262293 - avu
>> - Lanai PR#201 - 8261891 - avu
>> - Lanai PR#200 - 8262115 - aghaisas
>> - Merge branch 'master' into 8260931_lanai_JEP_branch
>> - Lanai PR#199 - 8262091 - aghaisas
>> - Lanai PR#198 - 8261646 - avu
>> - Lanai PR#197 - 8261960 - jdv
>> - ... and 26 more: https://git.openjdk.java.net/jdk/compare/69ed64f1...5cb1fd91
>
> src/java.desktop/macosx/classes/sun/java2d/metal/MTLContext.java line 140:
>
>> 138: StringBuilder sb = new StringBuilder(super.toString());
>> 139: if ((caps & CAPS_DOUBLEBUFFERED) != 0) {
>> 140: sb.append("CAPS_DOUBLEBUFFERED|");
>
> Related to other questions, we do not include CAPS_DOUBLEBUFFERED, but anyway, report the surface as double buffered.
We can remove all the unused constants
-------------
PR: https://git.openjdk.java.net/jdk/pull/2403
More information about the build-dev
mailing list