[OpenJDK 2D-Dev] RFR: 8264475: CopyArea ignores clip state in metal rendering pipeline [v4]
Prasanta Sadhukhan
psadhukhan at openjdk.java.net
Thu Apr 1 15:54:21 UTC 2021
On Thu, 1 Apr 2021 14:15:37 GMT, Jayathirth D V <jdv at openjdk.org> wrote:
>> In MTLBlitLoops.copyArea() we use standalone encoder which has no clip state information because of which we ignore clip parameters set in rect clip and shape clip. We need to query and use encoders from EncoderManager to honour clip states in copyArea.
>
> Jayathirth D V has updated the pull request incrementally with one additional commit since the last revision:
>
> Refactor code to use drawTex2Tex
Marked as reviewed by psadhukhan (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/3283
More information about the 2d-dev
mailing list