JDK-8099252 : Support Prism ES2 pipeline on Linux for selected GPUs
Type:Enhancement
Component:javafx
Sub-Component:graphics
Priority:P3
Status:Closed
Resolution:Fixed
Submitted:2010-09-13
Updated:2015-06-16
Resolved:2012-02-28
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.
Verified that 3D is now enabled by default. ColorCube and VideoCube run on Linux systems with NVidia.
17-03-2012
Fixed.
Changeset: 6e182cd27470
Author: Chien Yang <chien.yang@oracle.com>
Date: Tue Feb 28 10:56:50 2012 -0800
URL: http://jfxsrc.us.oracle.com/javafx/2.1/scrum/graphics/rt-closed/rev/6e182cd27470
28-02-2012
We need to fix RT-19765 before enabling es2 pipe on Linux
21-02-2012
Partial fix: part 1 of 2 done.
Changeset: 038552c6caf4
Author: Chien Yang <chien.yang@orcale.com>
Date: Fri Feb 03 16:58:07 2012 -0800
URL: http://jfxsrc.us.oracle.com/javafx/2.1/scrum/graphics/rt-closed/rev/038552c6caf4
04-02-2012
Given there is concern on turning on the es2 pipe without first fixing RT-18892, our plan is to do this fix in 2 steps:
1) Put in a partial fix to limit es2 pipe qualification check to NVidia GPUs only. This will give non-NVidia GPU system user time to beware that to enable es2 pipe requires setting an extra -Dprism.forceGPU=true property.
2) Turn on es2 pipe when RT-18892 is fixed. Hence completing the fix to RT-9468.