JDK-8312071 : Add support for MSAA RTT textures in Metal
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: internal
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • CPU: generic
  • Submitted: 2023-07-14
  • Updated: 2023-07-24
  • Resolved: 2023-07-20
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 :  
Duplicate :  
Description
Currently we dont support MSAA textures in Metal and we can see difference because of that while running fx83dfeatures.SubSceneAndAntiAliasingTest from apps/toys/FX8-3DFeatures.

We need to add support for MSAA textures in Metal
Comments
This is verified using fx83dfeatures.SubSceneAndAntiAliasingTest from apps/toys/FX8-3DFeatures. Also i modified TwoBoxes sample from apps/toys/FX8-3DFeatures to play with combination of MSAA and Depth testing and verify the implementation.
20-07-2023

Changeset: 3bc41f9d Author: Jayathirth Rao D V <jayathirth.d.v@oracle.com> Committer: aghaisas <ajitgh@gmail.com> Date: 2023-07-20 17:18:48 +0000 URL: https://git.openjdk.org/jfx-sandbox/commit/3bc41f9dc80602d56b2460aef2a72c795b30da3c
20-07-2023