JDK-8101850 : Need MSAA Antialiasing for 3D
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: 8
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2012-11-30
  • Updated: 2015-06-16
  • Resolved: 2013-08-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.
JDK 8
8Fixed
Related Reports
Blocks :  
Blocks :  
Blocks :  
Blocks :  
Duplicate :  
Duplicate :  
Relates :  
Relates :  
Description
Need to implement the Scene.antiAliasing property
Comments
Pushed D3D portion of MSAA feature changeset: 4753:971dc9e115c3 http://jfxsrc.us.oracle.com/javafx/8.0/scrum/graphics/rt/rev/971dc9e115c3 Reviewed and approved by Kevin and Chien.
20-08-2013

D3D portion of this feature depended on RT-18796. (Single depth shared depth buffer) Since MSAA is a new format, and Depth and Color buffer must share the same format/type. Before this feature we mostly got away with creating one depth buffer for all RTTs and only checking if it had the correct size. But with MSAA nothing works.
20-08-2013

Pushed feature for ES2 pipeline: changeset: 4273:393e1c8c6e4b at date: Thu Jul 11 15:02:05 2013 -0700
16-07-2013