JDK-6653780 : D3D/OGL: update RSL API to minimize the dependencies on platform/pipeline-specific and native code
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 6u10
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2008-01-22
  • Updated: 2010-10-14
  • Resolved: 2008-02-14
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 6
6u10 b12Fixed
Description
We need to improve the Resource Sharing Layer API to
minimize the dependence on native code for the users.

Comments
SUGGESTED FIX http://sa.sfbay.sun.com/projects/java2d_data/6u10/6653780.1
24-01-2008

EVALUATION We should add a way to retrieve native resources associated with AccelSurface, and also provide a way for the users of the API to respond to adapter events (such as device reset or dispose). In D3D it is required to release all default pool resources associated with the device before it can be reset, so the users must release their resources before this can be done.
22-01-2008