JDK-8314401 : Clear color attachment at appropriate stage
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: internal
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • CPU: generic
  • Submitted: 2023-08-16
  • Updated: 2023-08-21
  • Resolved: 2023-08-17
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
Related Reports
Blocks :  
Description
If we animate 3D primitives and don't use MSAA textures we are seeing artifacts. Attached image for the same.

We clear MSAA textures in setDeviceParametersFor3D() but we dont do the same for non-MSAA textures. Also we should not handle clearing of color attachments in setDeviceParametersFor3D() it should be taken care in clearRect()
Comments
Changeset: d019f304 Author: Jayathirth Rao D V <jayathirth.d.v@oracle.com> Committer: Ambarish Rapte <arapte@openjdk.org> Date: 2023-08-17 13:20:41 +0000 URL: https://git.openjdk.org/jfx-sandbox/commit/d019f3045adbac2db5dd5607c6088b0f0d6a8e3f
17-08-2023