JDK-8101022 : Multisample mode doesn't work and disables depthbuffer
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: fx2.0
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2011-07-18
  • Updated: 2015-06-16
  • Resolved: 2013-04-12
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
8Resolved
Related Reports
Duplicate :  
Description
Run the attached app. With multisample mode turned on solid lines are rendered as dashed (just the same as with multisample mode turned off) and depth testing doesn't work (but it works when multisample mode turned off).

Here is prism.verbose output:
run:
Enabling multisampling with 4 samples per pixel
Prism pipeline init order: d3d j2d 
Using openpisces for shapes, t2k for text rasterization
Using dirty region optimizations
Prism pipeline name = com.sun.prism.d3d.D3DPipeline
Loading D3D native library ...
	succeeded.
OS Information:
	Windows 7 build 7601
D3D Driver Information:
	NVIDIA GeForce GT 330M
	\\.\DISPLAY1
	Driver nvd3dum.dll, version 8.17.11.9494
	Pixel Shader version 3.0
	Device : ven_10DE, dev_0A29, subsys_00C7106B
Direct3D initialization succeeded
(X) Got class = class com.sun.prism.d3d.D3DPipeline
D3DPipeline:getInstance(), d3dEnabled=true
Initialized prism pipeline: com.sun.prism.d3d.D3DPipeline
RESIZE: 349167830990948 w: 600 h: 600
QuantumRenderer: shutdown
Comments
This is a duplicate of RT-26612
12-04-2013

This is a feature request, not a bug. Also, this is explicitly not a presidio deliverable. See RT-5534 for the overall description of this feature request. Set target for Lombard.
23-07-2011

Affects Charts3D demo
18-07-2011