RFR: 8260931: Implement JEP 382: New macOS Rendering Pipeline [v10]
Alexey Ushakov
avu at openjdk.java.net
Tue Mar 9 22:21:45 UTC 2021
On Tue, 9 Mar 2021 20:13:03 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
>> src/java.desktop/macosx/native/libawt_lwawt/java2d/metal/MTLBlitLoops.m line 676:
>>
>>> 674: height = srcInfo.bounds.y2 - srcInfo.bounds.y1;
>>> 675:
>>> 676: pDst = PtrAddBytes(pDst, dstx * dstInfo.pixelStride);
>>
>> Here and in other places use the PtrPixelsRow instead, do not use multiplication, see the history of the OGLBlitLoops_SurfaceToSwBlit method.
>
> I think this at least should be investigated before integration.
JDK-8263324
-------------
PR: https://git.openjdk.java.net/jdk/pull/2403
More information about the build-dev
mailing list