JDK-8000936 : Enable Java2D D3D pipeline on newer Intel chipsets : Intel HD and later
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 7
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2012-10-15
  • Updated: 2013-12-09
  • Resolved: 2013-05-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.
JDK 8
8 b91Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
At the time the 2D pipeline was written we disabled D3D on all Intel
chipsets because of hardware limitations and driver bugs.
JavaFX enables D3D on the current Intel hardware, so I can't see
why we should not do the same for the same hardware.
We can look at the FX code and probably lift it from there ..