JDK-8305164 : Replace MTLTexture.replaceRegion call with drawing a Rect
  • Type: Sub-task
  • Component: javafx
  • Sub-Component: graphics
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • CPU: generic
  • Submitted: 2023-03-29
  • Updated: 2024-07-06
  • Resolved: 2023-03-29
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
internalFixed
Description
The basic implementation of Clip/Scissor rect uses MTLTexture.replaceRegion call to clear a rectangle.
This was a temporary solution and was meant to be removed.
Comments
Changeset: 89cd35ae Author: Ambarish Rapte <arapte@openjdk.org> Date: 2023-03-29 14:56:21 +0000 URL: https://git.openjdk.org/jfx-sandbox/commit/89cd35ae3f1b3d50aa207760dd772613d270622b
29-03-2023