On Wed, 31 Mar 2021 07:27:45 GMT, Jayathirth D V <j...@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. This pull request has now been integrated. Changeset: 0039c18e Author: Jayathirth D V <j...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/0039c18e Stats: 41 lines in 2 files changed: 24 ins; 0 del; 17 mod 8264475: CopyArea ignores clip state in metal rendering pipeline 8251036: SwingSet2 - Dragging internal frame inside jframe leaves artifacts with MetalLookAndFeel Reviewed-by: aghaisas, psadhukhan ------------- PR: https://git.openjdk.java.net/jdk/pull/3283